diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aa1b4d..0b8a1ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,13 +192,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" - textBoxTitleClassName="text-5xl font-bold" - description="text-xl text-foreground/75" - cardClassName="border border-accent rounded-2xl p-6 lg:p-8" - cardTitleClassName="text-2xl font-bold mb-6" - itemClassName="flex items-start gap-3 mb-4" - itemIconClassName="w-6 h-6 mt-0.5 flex-shrink-0 text-primary-cta" - itemTextClassName="font-medium" /> @@ -254,10 +247,6 @@ export default function LandingPage() { imageAlt: "Lisa Bergström, trail riding enthusiast" } ]} - titleClassName="text-5xl font-bold text-center" - descriptionClassName="text-xl text-foreground/75 text-center" - cardQuoteClassName="text-2xl font-light italic text-white" - cardTitleClassName="text-xl font-semibold text-white" /> @@ -306,10 +295,6 @@ export default function LandingPage() { useInvertedBackground="noInvert" animationType="smooth" showCard={true} - titleClassName="text-5xl font-bold" - descriptionClassName="text-xl text-foreground/75" - accordionTitleClassName="font-bold text-lg" - accordionContentClassName="text-foreground/80 leading-relaxed" /> @@ -347,12 +332,6 @@ export default function LandingPage() { useInvertedBackground="noInvert" animationType="slide-up" accordionAnimationType="smooth" - ctaIconClassName="w-8 h-8" - ctaTitleClassName="text-3xl font-bold" - ctaDescriptionClassName="text-lg text-foreground/75" - ctaButtonClassName="mt-6 px-8 py-3 font-bold uppercase tracking-wide" - accordionTitleClassName="font-bold" - accordionContentClassName="text-foreground/80" /> @@ -408,13 +387,6 @@ export default function LandingPage() { { icon: Twitter, href: "https://twitter.com/bullsbikes", ariaLabel: "Follow BULLS on Twitter" } ]} copyrightText="© 2025 BULLS Bikes | German Engineering Since 1995" - logoWidth={100} - logoHeight={40} - containerClassName="bg-foreground text-secondary-cta" - descriptionClassName="text-secondary-cta/90 max-w-sm" - columnTitleClassName="font-bold text-lg mb-4 text-secondary-cta" - columnItemClassName="text-secondary-cta/80 hover:text-secondary-cta transition-colors" - socialIconClassName="w-6 h-6 text-secondary-cta hover:text-primary-cta transition-colors" />