From ca29470d9c1fd690242fc5cf1d92734dfca24cbb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:37:52 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 299 ++++++++++------------------------------- 1 file changed, 70 insertions(+), 229 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d4ca6bd..7d58265 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,243 +10,84 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Gastronomic Distinction" + title="Where French and Mexican Gastronomy Meet" + description="A culinary experience designed to leave an unforgettable memory." + primaryButton={{ text: "Reserve a Table", href: "#reservations" }} + secondaryButton={{ text: "Organize an Event", href: "#events" }} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-citrus-fruits-as-pineapple-kiwi-orange-lime-lemon-tangerine-slices-with-bread-slices-tray-jam-bowl-around-empty-plate-black-background_141793-130426.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-date-restaurant_23-2147736700.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-with-fruits_23-2148209397.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg" } + ]} + /> +
+
-
- +
+ - -
+ title="More than a dinner, an experience. We celebrate the unique fusion of French technique and Mexican soul, curated with the finest ingredients and a romantic, personalized touch." + /> +
+
-
- +
+ - -
+ tag="Our Culinary Vision" + title="The Art of the Chef" + description="A journey through flavors honed across continents." + items={[ + { + title: "Chef de Cuisine", description: "With over 20 years of experience across France, Switzerland, and Mexico, our chef crafts stories through each plate.", avatarSrc: "http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21352.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864187.jpg", buttonText: "View Story" + } + ]} + /> +
+
- -
- +
+ - -
- - - -
- - - -
- -
- - - -
+ tag="Our Guest's Memories" + title="Every Visit Leaves a Light" + description="Discover what our guests are saying about their dining experience." + testimonials={[ + { name: "Sarah J.", role: "Food Critic", quote: "An absolute revelation in Mérida's culinary scene.", imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg" }, + { name: "David M.", role: "Architect", quote: "The fusion of architecture and taste is unprecedented.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg" }, + { name: "Elena R.", role: "Designer", quote: "A romantic evening I will treasure forever.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg" }, + { name: "Marc L.", role: "Traveler", quote: "Michelin-level standards in the heart of Yucatán.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg" }, + { name: "Sophie K.", role: "Gourmand", quote: "The most sophisticated dinner I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg" } + ]} + /> +
+
); -} +} \ No newline at end of file