Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 01:32:24 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>