Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user