9 Commits

Author SHA1 Message Date
8db01392b3 Merge version_3 into main
Merge version_3 into main
2026-03-08 09:07:09 +00:00
3977bbc43e Update src/app/page.tsx 2026-03-08 09:07:05 +00:00
575ef47998 Update src/app/layout.tsx 2026-03-08 09:07:05 +00:00
8bc84e3ee7 Merge version_2 into main
Merge version_2 into main
2026-03-08 09:05:10 +00:00
59e56e402c Update src/app/page.tsx 2026-03-08 09:05:06 +00:00
daf7cdf38a Update src/app/layout.tsx 2026-03-08 09:05:06 +00:00
23fb7f5031 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:03:35 +00:00
8db58270b6 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:02:50 +00:00
60d4857760 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:01:22 +00:00
2 changed files with 52 additions and 1453 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -73,21 +73,26 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "View Menu", href: "/menu" }, { text: "Reserve Your Table Now", href: "/menu" },
{ text: "Book a Table", href: "/" }, { text: "Book a Table", href: "/" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
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/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", 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", 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", 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"
},
]} ]}
/> />
</div> </div>
@@ -123,13 +128,16 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, 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?_wi=1"
},
{ {
id: 2, 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?_wi=1"
},
{ {
id: 3, 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?_wi=1"
},
]} ]}
/> />
</div> </div>
@@ -171,17 +179,23 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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"
},
]} ]}
/> />
</div> </div>
@@ -196,17 +210,23 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
mediaItems={[ mediaItems={[
{ {
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-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", 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", 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", 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", 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", 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"
},
]} ]}
/> />
</div> </div>
@@ -224,8 +244,8 @@ export default function HomePage() {
imageAlt="Intimate restaurant dining setup" imageAlt="Intimate restaurant dining setup"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="your@email.com" inputPlaceholder="phone or email"
buttonText="Subscribe" buttonText="Reserve Table"
termsText="We respect your privacy. Contact information is used only for restaurant updates and reservations." termsText="We respect your privacy. Contact information is used only for restaurant updates and reservations."
/> />
</div> </div>