From fb7c7c22bf36816b132fdff061a2d02f48c5767b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 08:13:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 89 ++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a837ad..ce6c8e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,11 +21,11 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="circleGradient" + background="none" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="semibold" > @@ -68,7 +54,6 @@ export default function LandingPage() { @@ -77,17 +62,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} products={[ { id: "1", name: "Signature Wagyu Tacos", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg" }, { id: "2", name: "Artisan Burrito Bowl", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/frame-traditional-mexican-food_23-2148181599.jpg" }, - { id: "3", name: "Oaxacan Mole Negro", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg" }, - { id: "4", name: "Sizzling Steak Fajitas", price: "$36", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878256.jpg" }, - { id: "5", name: "Fresh Coastal Ceviche", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-meat-piece-with-vegetables-blue-table_114579-14746.jpg" }, - { id: "6", name: "Cinnamon Spiced Churros", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg" }, + { id: "3", name: "Oaxacan Mole Negro", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg" } ]} title="Signature Flavors" description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes." + useInvertedBackground={false} /> @@ -98,9 +80,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { title: "Locally Sourced Ingredients", description: "Farm-to-table freshness ensures our dishes remain authentic and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/various-fruits-with-vegetable-wood-background_1150-4876.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-stall-market_23-2148209862.jpg", buttonText: "Discover More" }, - { title: "Artisan Brasserie Bar", description: "Handcrafted cocktails tailored to your palate by our expert mixologists.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-bartender-talking-customer-counter_1262-3623.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg", buttonText: "View Menu" }, - { title: "Mastery in Cooking", description: "Traditional techniques refined by modern culinary school education.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727983.jpg", buttonText: "Meet Our Team" }, + { 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." @@ -110,84 +93,56 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1