diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d40be1..fb49e76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,7 @@ export default function HomePage() { brandName="Restaurant" navItems={navItems} button={{ - text: "Book a Table", - href: "/", - onClick: () => handleNavClick("reservations"), + text: "Book a Table", href: "/", onClick: () => handleNavClick("reservations"), }} animateOnLoad={true} /> @@ -81,25 +79,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=1", - imageAlt: "Elegant plated dish with herb garnish", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg", imageAlt: "Elegant plated dish with herb garnish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg?_wi=1", - imageAlt: "Gourmet appetizer presentation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg", imageAlt: "Gourmet appetizer presentation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg?_wi=1", - imageAlt: "Fine dining main course", - }, + imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg", imageAlt: "Fine dining main course"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-red-currants-green-sauce-bowls-sweets_140725-71831.jpg?_wi=1", - imageAlt: "Artistic dessert creation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-red-currants-green-sauce-bowls-sweets_140725-71831.jpg", imageAlt: "Artistic dessert creation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", - imageAlt: "Restaurant interior ambiance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageAlt: "Restaurant interior ambiance"}, ]} /> @@ -115,10 +103,11 @@ export default function HomePage() { { value: "20+", title: "Years of Excellence" }, { value: "5★", title: "Guest Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg" imageAlt="Chef preparing signature dish" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -134,22 +123,13 @@ export default function HomePage() { features={[ { id: 1, - title: "Premium Sourcing", - description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg?_wi=1", - }, + title: "Premium Sourcing", description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg"}, { id: 2, - title: "Master Preparation", - description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg?_wi=1", - }, + title: "Master Preparation", description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg"}, { id: 3, - title: "Artistic Plating", - description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg?_wi=1", - }, + title: "Artistic Plating", description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg"}, ]} /> @@ -167,28 +147,13 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "1", - name: "Pan-Seared Foie Gras", - price: "$48", - imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-bowl-jam-mint-side-view_141793-4401.jpg?_wi=1", - imageAlt: "Pan-seared foie gras with berry reduction", - initialQuantity: 1, + id: "1", name: "Pan-Seared Foie Gras", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-bowl-jam-mint-side-view_141793-4401.jpg", imageAlt: "Pan-seared foie gras with berry reduction", initialQuantity: 1, }, { - id: "2", - name: "Wagyu Beef Wellington", - price: "$72", - imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg?_wi=1", - imageAlt: "Perfectly cooked Wagyu beef wellington", - initialQuantity: 1, + id: "2", name: "Wagyu Beef Wellington", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Perfectly cooked Wagyu beef wellington", initialQuantity: 1, }, { - id: "3", - name: "Lobster Thermidor", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", - imageAlt: "Classic lobster thermidor presentation", - initialQuantity: 1, + id: "3", name: "Lobster Thermidor", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Classic lobster thermidor presentation", initialQuantity: 1, }, ]} /> @@ -206,53 +171,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Margaret Chen", - role: "Restaurant Critic", - testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg?_wi=1", - imageAlt: "Portrait of Margaret Chen", - }, + id: "1", name: "Margaret Chen", role: "Restaurant Critic", testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg", imageAlt: "Portrait of Margaret Chen"}, { - id: "2", - name: "David Richardson", - role: "Food Enthusiast", - testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=1", - imageAlt: "Portrait of David Richardson", - }, + id: "2", name: "David Richardson", role: "Food Enthusiast", testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Portrait of David Richardson"}, { - id: "3", - name: "Sophie Laurent", - role: "Luxury Travel Editor", - testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg?_wi=1", - imageAlt: "Portrait of Sophie Laurent", - }, + id: "3", name: "Sophie Laurent", role: "Luxury Travel Editor", testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg", imageAlt: "Portrait of Sophie Laurent"}, { - id: "4", - name: "James Mitchell", - role: "Food Writer", - testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=1", - imageAlt: "Portrait of James Mitchell", - }, + id: "4", name: "James Mitchell", role: "Food Writer", testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", imageAlt: "Portrait of James Mitchell"}, { - id: "5", - name: "Isabella Rossi", - role: "Hotel Concierge", - testimonial: "My clients consistently rave about their experience here. It's the first recommendation I make for fine dining.", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661546.jpg", - imageAlt: "Portrait of Isabella Rossi", - }, + id: "5", name: "Isabella Rossi", role: "Hotel Concierge", testimonial: "My clients consistently rave about their experience here. It's the first recommendation I make for fine dining.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661546.jpg", imageAlt: "Portrait of Isabella Rossi"}, { - id: "6", - name: "Thomas Wong", - role: "Celebrity Chef", - testimonial: "A masterclass in execution. The precision, the flavors, the presentation - every element is perfectly balanced.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", - imageAlt: "Portrait of Thomas Wong", - }, + id: "6", name: "Thomas Wong", role: "Celebrity Chef", testimonial: "A masterclass in execution. The precision, the flavors, the presentation - every element is perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "Portrait of Thomas Wong"}, ]} /> @@ -267,29 +196,17 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=1", - imageAlt: "Elegant dining room with warm lighting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "Elegant dining room with warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-web-banner-collection-with-photo_23-2147853331.jpg?_wi=1", - imageAlt: "Beautifully plated course", - }, + imageSrc: "http://img.b2bpic.net/free-vector/restaurant-web-banner-collection-with-photo_23-2147853331.jpg", imageAlt: "Beautifully plated course"}, { - imageSrc: "http://img.b2bpic.net/free-photo/corkscrew-corks-near-wine-bottles_23-2147764847.jpg?_wi=1", - imageAlt: "Premium wine collection display", - }, + imageSrc: "http://img.b2bpic.net/free-photo/corkscrew-corks-near-wine-bottles_23-2147764847.jpg", imageAlt: "Premium wine collection display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg?_wi=1", - imageAlt: "Intimate private dining space", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg", imageAlt: "Intimate private dining space"}, { - imageSrc: "http://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg?_wi=1", - imageAlt: "Artisanal dessert presentations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg", imageAlt: "Artisanal dessert presentations"}, { - imageSrc: "http://img.b2bpic.net/free-photo/whiskey-with-fire-table_140725-9764.jpg?_wi=1", - imageAlt: "Sophisticated bar counter with signature cocktails", - }, + imageSrc: "http://img.b2bpic.net/free-photo/whiskey-with-fire-table_140725-9764.jpg", imageAlt: "Sophisticated bar counter with signature cocktails"}, ]} /> @@ -303,7 +220,7 @@ export default function HomePage() { description="Join us for an exceptional dining experience. Reserve your spot or send us your questions and we'll be delighted to assist you." background={{ variant: "gradient-bars" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg" imageAlt="Intimate restaurant dining setup" mediaAnimation="slide-up" mediaPosition="right" @@ -317,8 +234,7 @@ export default function HomePage() {