Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 08:30:01 +00:00

View File

@@ -52,21 +52,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Elena R.", handle: "@elena_dining", testimonial: "The attention to detail in every plate is simply remarkable. A truly world-class experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg", imageAlt: "elegant fine dining restaurant interior"},
imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior"},
{
name: "Marcus S.", handle: "@foodie_m", testimonial: "ETZ has completely redefined fine dining for me. Absolute perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg", imageAlt: "chef preparing gourmet meal kitchen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg?_wi=1", imageAlt: "chef preparing gourmet meal kitchen"},
{
name: "Sophie K.", handle: "@sophie_eats", testimonial: "Exquisite flavors, impeccable service, and a beautiful atmosphere. My favorite spot in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg", imageAlt: "gourmet plate artful food presentation"},
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg?_wi=1", imageAlt: "gourmet plate artful food presentation"},
{
name: "David L.", handle: "@david_gourmet", testimonial: "Consistently stunning food and an incredibly curated wine list.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "delicious dessert plate artful plating"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1", imageAlt: "delicious dessert plate artful plating"},
{
name: "Anita M.", handle: "@anita_critique", testimonial: "A breathtaking meal from start to finish. Everything was flawless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg", imageAlt: "fresh gourmet salad appetizer"},
imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg?_wi=1", imageAlt: "fresh gourmet salad appetizer"},
]}
imageSrc="http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg"
imageSrc="http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=2"
imageAlt="Sophisticated dining room interior at ETZ"
mediaAnimation="blur-reveal"
avatars={[
@@ -102,7 +102,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Art of Gastronomy"
description="At ETZ, we believe that dining is a celebration. Our chefs source local, seasonal ingredients to create dishes that tell a story of heritage, technique, and passion. Every element of our kitchen is designed to elevate your sensory experience."
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg?_wi=2"
imageAlt="Chef preparing a gourmet dish"
/>
</div>
@@ -115,11 +115,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Truffle Risotto", price: "$34", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg", imageAlt: "Truffle Risotto"},
id: "1", name: "Truffle Risotto", price: "$34", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg?_wi=2", imageAlt: "Truffle Risotto"},
{
id: "2", name: "Dark Chocolate Ganache", price: "$18", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "Dark Chocolate Ganache"},
id: "2", name: "Dark Chocolate Ganache", price: "$18", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2", imageAlt: "Dark Chocolate Ganache"},
{
id: "3", name: "Wild Mushroom Velouté", price: "$22", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg", imageAlt: "Wild Mushroom Velouté"},
id: "3", name: "Wild Mushroom Velouté", price: "$22", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg?_wi=2", imageAlt: "Wild Mushroom Velouté"},
{
id: "4", name: "Pan-Seared Scallops", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/onion-rings-with-fried-shrimps-table_140725-5355.jpg", imageAlt: "Pan-Seared Scallops"},
{