diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ae7380..5803d33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "View Menu", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg?_wi=1" imageAlt="Authentic Swiss Dining" mediaAnimation="slide-up" avatars={[ @@ -97,7 +97,7 @@ export default function LandingPage() { { title: "Generous Portions", description: "Hearty plates designed to satisfy the hungriest appetites." }, { title: "Buzzing Social Hub", description: "A lively atmosphere where stories are shared over cold beer." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=1" imageAlt="Our traditional tavern atmosphere" mediaAnimation="slide-up" /> @@ -110,12 +110,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Cordon Bleu", price: "CHF 32", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Cordon Bleu" }, - { id: "2", name: "Wiener Schnitzel", price: "CHF 34", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Schnitzel" }, - { id: "3", name: "Classic Rösti", price: "CHF 24", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Rösti" }, - { id: "4", name: "Handmade Spätzle", price: "CHF 26", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Spätzle" }, - { id: "5", name: "Swiss Pork Dish", price: "CHF 29", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Pork Dish" }, - { id: "6", name: "Traditional Sausage", price: "CHF 22", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Sausage" }, + { id: "1", name: "Cordon Bleu", price: "CHF 32", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=1", imageAlt: "Cordon Bleu" }, + { id: "2", name: "Wiener Schnitzel", price: "CHF 34", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=2", imageAlt: "Schnitzel" }, + { id: "3", name: "Classic Rösti", price: "CHF 24", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=3", imageAlt: "Rösti" }, + { id: "4", name: "Handmade Spätzle", price: "CHF 26", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=4", imageAlt: "Spätzle" }, + { id: "5", name: "Swiss Pork Dish", price: "CHF 29", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=5", imageAlt: "Pork Dish" }, + { id: "6", name: "Traditional Sausage", price: "CHF 22", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=6", imageAlt: "Sausage" }, ]} title="Signature Dishes" description="Crispy, golden, cheese-filled perfection. Our menu defines the taste of Swiss comfort." @@ -129,9 +129,9 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} features={[ - { title: "Bustling Environment", description: "The energy of true Zurich life, where laughter and conversation never stop.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg", imageAlt: "Tavern Energy" }, - { title: "Cold Draft Beer", description: "Served at the perfect temperature to complement every meal.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg", imageAlt: "Beer" }, - { title: "Social Sharing", description: "Shared tables designed for making new friends over classic meals.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg", imageAlt: "Social Dining" }, + { title: "Bustling Environment", description: "The energy of true Zurich life, where laughter and conversation never stop.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg?_wi=1", imageAlt: "Tavern Energy" }, + { title: "Cold Draft Beer", description: "Served at the perfect temperature to complement every meal.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg?_wi=2", imageAlt: "Beer" }, + { title: "Social Sharing", description: "Shared tables designed for making new friends over classic meals.", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg?_wi=3", imageAlt: "Social Dining" }, ]} title="Lively Atmosphere" description="Not quiet. Not formal. Just real Swiss hospitality at full volume." @@ -143,10 +143,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Authentic Choice", quote: "Probably the best choice for authentic Swiss food in central Zurich.", name: "Sarah K.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg", imageAlt: "cinematic restaurant table setting" }, - { id: "2", title: "Amazing Value", quote: "Amazing price-to-quality ratio. The cordon bleu is insane!", name: "Mark L.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg", imageAlt: "rustic wooden interior tavern" }, - { id: "3", title: "Buzzing Vibe", quote: "Lively, energetic atmosphere that feels genuinely Swiss.", name: "Elena R.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "crispy golden cordon bleu" }, - { id: "4", title: "Must-Visit", quote: "A must for schnitzel and cordon bleu lovers.", name: "David W.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg", imageAlt: "lively tavern beer drinking" }, + { id: "1", title: "Authentic Choice", quote: "Probably the best choice for authentic Swiss food in central Zurich.", name: "Sarah K.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg?_wi=2", imageAlt: "cinematic restaurant table setting" }, + { id: "2", title: "Amazing Value", quote: "Amazing price-to-quality ratio. The cordon bleu is insane!", name: "Mark L.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=2", imageAlt: "rustic wooden interior tavern" }, + { id: "3", title: "Buzzing Vibe", quote: "Lively, energetic atmosphere that feels genuinely Swiss.", name: "Elena R.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=7", imageAlt: "crispy golden cordon bleu" }, + { id: "4", title: "Must-Visit", quote: "A must for schnitzel and cordon bleu lovers.", name: "David W.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-pouring-with-copy-space_23-2148356714.jpg?_wi=4", imageAlt: "lively tavern beer drinking" }, { id: "5", title: "Great Staff", quote: "Friendly, welcoming staff that makes the evening special.", name: "Sophie P.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754914.jpg", imageAlt: "luxury tavern interior background" }, ]} title="Loved by Thousands"