diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e9100cd..edde87e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,210 +11,111 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ title="Culinary Elegance Redefined" + description="Experience exquisite dining where tradition meets innovation. Ikh Noyod invites you to indulge in meticulously crafted cuisine within an atmosphere of refined luxury." + primaryButton={{ text: "Reserve Your Table", href: "#contact" }} + secondaryButton={{ text: "Explore Menu", href: "#experience" }} + names={["Authentic", "Refined", "Exquisite"]} + imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157813.jpg" + avatarsSrc={[]} + avatarText="" + /> +
+
-
- +
+ - -
+ title="Tradition Meets Innovation" + descriptions={[ + "Ikh Noyod stands as a pinnacle of culinary artistry, blending centuries-old traditions with modern gastronomic innovation. Our philosophy is rooted in the perfection of every detail, ensuring each guest receives a unique, unforgettable experience.", "Set in a sanctuary of refined elegance, we invite you to embark on a journey that engages all the senses, crafted by our master chefs for the most discerning palates."]} + /> +
+
-
- +
+ - -
+ tag="Signature" + title="Culinary Excellence" + description="Every dish is a testament to our dedication." + features={[ + { + title: "Mastery", description: "Culinary techniques perfected through years of dedication.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-champagne_23-2148667942.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Menu" + title="Signature Experiences" + description="Discover our carefully curated selections." + items={[ + { title: "Traditional Classics", description: "Honoring ancestral roots with authentic flavors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-ice-cream-flowers-blue-plate_23-2151973733.jpg" }, + { title: "Modern Innovations", description: "Contemporary twists on classic culinary art.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-wine-glass-book_140725-12080.jpg" }, + { title: "Fine Wines", description: "Selected vintages to pair with your palate.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg" }, + { title: "Private Dining", description: "Exclusivity for your most important events.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg" }, + { title: "Seasonal Menus", description: "Fresh ingredients handpicked by our chefs.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/two-champagne-glasses-table_23-2147981526.jpg" }, + { title: "Crafted Desserts", description: "Sweet perfection to finish your night.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-near-man-sitting-bar-counter_23-2148016851.jpg" }, + { title: "Chef's Table", description: "An intimate view into our culinary craft.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Quality" + title="Standards of Perfection" + description="What sets Ikh Noyod apart from the rest." + metrics={[ + { icon: "Award", title: "Years Experience", value: "20+" }, + { icon: "Star", title: "Satisfied Guests", value: "50K+" }, + { icon: "Award", title: "Culinary Experts", value: "15" } + ]} + /> +
+
-
- +
+ - -
+ tag="Guest Reviews" + title="Voices of Excellence" + description="Discover why diners return to Ikh Noyod time and again." + testimonials={[ + { name: "Sarah J.", role: "Food Critic", quote: "An impeccable experience from beginning to end.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg" }, + { name: "David K.", role: "Business Traveler", quote: "The atmosphere is simply breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" }, + { name: "Elena R.", role: "Gourmet", quote: "A masterclass in culinary elegance and service.", imageSrc: "http://img.b2bpic.net/free-photo/van-gogh-portrait_23-2149737744.jpg" }, + { name: "Marcus L.", role: "Regular Patron", quote: "Consistently the highest quality in the city.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, + { name: "Anna P.", role: "Event Planner", quote: "Perfectly executed service for our private events.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-proposing-her-girlfriend-marriage_23-2147891264.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Join Us" + text="Reserve your table today for a dining experience like no other." + primaryButton={{ text: "Reserve Now", href: "#" }} + secondaryButton={{ text: "Contact Us", href: "#" }} + /> +
+
); }