Update src/app/page.tsx

This commit is contained in:
2026-01-02 18:46:55 +00:00
parent 19698defee
commit ae8539b61d

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>