Merge version_1_1782300115679 into main #1

Merged
bender merged 1 commits from version_1_1782300115679 into main 2026-06-24 11:22:52 +00:00

View File

@@ -18,20 +18,14 @@ export default function HomePage() {
title="A Symphony of Flavors"
description="Experience fine dining elevated by authentic tradition and modern culinary techniques."
primaryButton={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
secondaryButton={{
text: "View Menu",
href: "#menu",
}}
text: "View Menu", href: "#menu"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-sauteed-with-rice-salad_114579-2113.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-sauteed-with-rice-salad_114579-2113.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -56,54 +50,19 @@ export default function HomePage() {
description="Discover our culinary journey through a carefully curated menu of fine dishes."
items={[
{
id: "1",
title: "Fresh Catch",
description: "Local seasonal fish served with organic garden herbs.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg",
},
title: "Fresh Catch", description: "Local seasonal fish served with organic garden herbs.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg"},
{
id: "2",
title: "Prime Rib",
description: "Slow-cooked to perfection with our signature sauce.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
},
title: "Prime Rib", description: "Slow-cooked to perfection with our signature sauce.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg"},
{
id: "3",
title: "Garden Risotto",
description: "Creamy arborio rice with foraged seasonal mushrooms.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-newspaper-dark-free-place_140725-105612.jpg",
},
title: "Garden Risotto", description: "Creamy arborio rice with foraged seasonal mushrooms.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-newspaper-dark-free-place_140725-105612.jpg"},
{
id: "4",
title: "Truffle Pasta",
description: "Handmade fettuccine with fresh white truffle shavings.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-squid-octopus-with-cheese-potatoes-ia-backed-bread_140725-10256.jpg",
},
title: "Truffle Pasta", description: "Handmade fettuccine with fresh white truffle shavings.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-squid-octopus-with-cheese-potatoes-ia-backed-bread_140725-10256.jpg"},
{
id: "5",
title: "Artisan Wines",
description: "Vintage collection paired with our signature dishes.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-martini-with-spices-cinnamon-glass-table_140725-12787.jpg",
},
title: "Artisan Wines", description: "Vintage collection paired with our signature dishes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-martini-with-spices-cinnamon-glass-table_140725-12787.jpg"},
{
id: "6",
title: "Seasonal Salad",
description: "Vibrant garden mix with a light citrus vinaigrette.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg",
},
title: "Seasonal Salad", description: "Vibrant garden mix with a light citrus vinaigrette.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"},
{
id: "7",
title: "Classic Tart",
description: "Delicate pastry crust with seasonal fresh berries.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-3169.jpg",
},
title: "Classic Tart", description: "Delicate pastry crust with seasonal fresh berries.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-3169.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -116,15 +75,9 @@ export default function HomePage() {
title="Why Choose Elegance"
description="Comparing the standard dining experience with our signature approach."
negativeItems={[
"Frozen ingredients",
"Factory-farmed meat",
"Fast-food pace",
]}
"Frozen ingredients", "Factory-farmed meat", "Fast-food pace"]}
positiveItems={[
"Farm-to-table sourcing",
"Humanely raised meat",
"Relaxed atmosphere",
]}
"Farm-to-table sourcing", "Humanely raised meat", "Relaxed atmosphere"]}
/>
</SectionErrorBoundary>
</div>
@@ -137,28 +90,16 @@ export default function HomePage() {
description="Delivering quality and consistency in every plate."
metrics={[
{
value: "15K+",
title: "Happy Guests",
features: [
"Dine-in experience",
"Events hosted",
],
value: "15K+", title: "Happy Guests", features: [
"Dine-in experience", "Events hosted"],
},
{
value: "50+",
title: "Local Farmers",
features: [
"Direct sourcing",
"Organic certified",
],
value: "50+", title: "Local Farmers", features: [
"Direct sourcing", "Organic certified"],
},
{
value: "35",
title: "Awards Won",
features: [
"Culinary excellence",
"Service recognition",
],
value: "35", title: "Awards Won", features: [
"Culinary excellence", "Service recognition"],
},
]}
/>
@@ -173,45 +114,20 @@ export default function HomePage() {
description="Hear what our patrons say about their fine dining journey."
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Food Critic",
company: "Local Eats",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
},
name: "Sarah Miller", role: "Food Critic", company: "Local Eats", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg"},
{
id: "2",
name: "James Chen",
role: "Patron",
company: "Frequent Diner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
},
name: "James Chen", role: "Patron", company: "Frequent Diner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
{
id: "3",
name: "Emily Watson",
role: "Chef",
company: "Culinary Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
},
name: "Emily Watson", role: "Chef", company: "Culinary Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg"},
{
id: "4",
name: "Robert Brown",
role: "Blogger",
company: "Lifestyle Mag",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-posing_23-2149272871.jpg",
},
name: "Robert Brown", role: "Blogger", company: "Lifestyle Mag", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-posing_23-2149272871.jpg"},
{
id: "5",
name: "Alice Green",
role: "Patron",
company: "Foodies Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
},
name: "Alice Green", role: "Patron", company: "Foodies Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -225,17 +141,11 @@ export default function HomePage() {
description="Information about our reservations, dining experience, and event services."
items={[
{
question: "Do I need to make a reservation?",
answer: "Reservations are recommended, especially on weekends, to ensure the best seating.",
},
question: "Do I need to make a reservation?", answer: "Reservations are recommended, especially on weekends, to ensure the best seating."},
{
question: "Are you pet-friendly?",
answer: "We welcome service animals, but unfortunately we cannot accommodate pets indoors.",
},
question: "Are you pet-friendly?", answer: "We welcome service animals, but unfortunately we cannot accommodate pets indoors."},
{
question: "Do you host private events?",
answer: "Yes, we offer custom event packages for small to large groups.",
},
question: "Do you host private events?", answer: "Yes, we offer custom event packages for small to large groups."},
]}
/>
</SectionErrorBoundary>
@@ -247,13 +157,9 @@ export default function HomePage() {
tag="Visit Us"
text="Ready to experience the finest dining in town? Reserve your table today."
primaryButton={{
text: "Reserve Now",
href: "#",
}}
text: "Reserve Now", href: "#"}}
secondaryButton={{
text: "Get Directions",
href: "#",
}}
text: "Get Directions", href: "#"}}
/>
</SectionErrorBoundary>
</div>