Update src/app/page.tsx
This commit is contained in:
@@ -192,13 +192,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -254,10 +247,6 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Lisa Bergström, trail riding enthusiast"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -306,10 +295,6 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
showCard={true}
|
showCard={true}
|
||||||
titleClassName="text-5xl font-bold"
|
|
||||||
descriptionClassName="text-xl text-foreground/75"
|
|
||||||
accordionTitleClassName="font-bold text-lg"
|
|
||||||
accordionContentClassName="text-foreground/80 leading-relaxed"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -347,12 +332,6 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -408,13 +387,6 @@ export default function LandingPage() {
|
|||||||
{ icon: Twitter, href: "https://twitter.com/bullsbikes", ariaLabel: "Follow BULLS on Twitter" }
|
{ icon: Twitter, href: "https://twitter.com/bullsbikes", ariaLabel: "Follow BULLS on Twitter" }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 BULLS Bikes | German Engineering Since 1995"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user