From 412d4014ee93e2254ebcb7ab7b50d23a9d8c677b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 08:11:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 653747f..058cee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,6 +19,8 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="gradient" @@ -67,6 +69,7 @@ export default function LandingPage() { ]} title="Signature Flavors" description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes." + useInvertedBackground={false} /> @@ -76,7 +79,12 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - features={[]} + features={[ + { title: "Traditional Roots", description: "Centuries-old recipes.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" }, + { title: "Modern Flare", description: "Contemporary techniques.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" }, + { title: "Local Produce", description: "Farm-to-table quality.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" }, + { title: "Handcrafted Drinks", description: "Signature cocktails.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" } + ]} title="The El Gran Toro Experience" description="More than just food, we curate a total sensory experience grounded in rich Mexican history." /> @@ -88,6 +96,8 @@ export default function LandingPage() { metrics={[]} title="Culinary Excellence" description="Numbers behind our passion for serving true Mexican gastronomy." + textboxLayout="default" + useInvertedBackground={false} /> @@ -97,6 +107,7 @@ export default function LandingPage() { testimonials={[]} title="What Guests Are Saying" description="Authentic experiences that keep our guests coming back for more." + useInvertedBackground={false} /> @@ -107,6 +118,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Everything you need to know for your perfect visit." faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -118,6 +130,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" } ]} + useInvertedBackground={false} /> -- 2.49.1