Update src/app/page.tsx

This commit is contained in:
2026-01-04 18:29:21 +00:00
parent 46698c00c8
commit eb50b4cb33

View File

@@ -156,10 +156,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
textBoxTitleClassName="text-5xl font-bold tracking-tight"
textBoxDescriptionClassName="text-xl text-foreground/80"
cardNameClassName="font-bold text-lg mt-3"
quantityControlsClassName="flex items-center gap-3 mt-4 mb-4"
/>
</div>
@@ -196,8 +192,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
titleClassName="text-5xl font-bold"
descriptionClassName="text-xl text-foreground/75"
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"