Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2026-01-29 18:08:55 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
import type { Metadata } from "next";
import { PublicSans } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = PublicSans({
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -90,7 +90,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -135,7 +135,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -189,7 +189,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -250,7 +250,7 @@ export default function LandingPage() {
name: "message", placeholder: "How can we help you? Tell us about your registration needs...", rows: 5,
required: true
}}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/businessman-checking-bankbook_53876-40975.jpg"
imageAlt="Contact our support team"
mediaPosition="right"