Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-02 18:47:00 +00:00
Showing only changes of commit ae8539b61d - Show all commits

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
@@ -116,10 +116,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
titleClassName="text-foreground text-4xl md:text-5xl font-bold"
descriptionClassName="text-foreground text-base md:text-lg"
cardNameClassName="text-foreground font-semibold text-lg"
cardPriceClassName="text-primary-cta font-bold text-xl"
/>
</div>