diff --git a/src/app/page.tsx b/src/app/page.tsx index faf8704..48fde23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,8 +127,8 @@ export default function CantinaloPage() { } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-8" + cardTitleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" + cardDescriptionClassName="text-lg text-foreground/70 mb-8" /> @@ -150,8 +150,8 @@ export default function CantinaloPage() { { id: "ceviche", name: "Shrimp Ceviche", price: "$14.99", variant: "Fresh lime cured shrimp", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-fish-sauce_74190-776.jpg", imageAlt: "Fresh ceviche with lime and cilantro" } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-8" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-8" cardClassName="bg-card rounded-xl shadow-lg hover:shadow-xl transition-shadow p-6" cardNameClassName="text-xl font-bold text-foreground mt-4" cardPriceClassName="text-2xl font-bold text-primary-cta mt-2" @@ -198,8 +198,8 @@ export default function CantinaloPage() { { id: "faq-6", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and digital payment methods including Apple Pay and Google Pay. We also accept cash." } ]} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-8" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-8" faqsContainerClassName="space-y-4 max-w-3xl mx-auto" />