From 52c7c673916c44f567d2f1fe5956398e85217434 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:34:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a11c9a..e3697ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg?_wi=1" imageAlt="Signature multi-tiered artisanal cake" mediaAnimation="blur-reveal" imagePosition="right" @@ -60,11 +60,11 @@ export default function LandingPage() { testimonials={[ { name: "Katharina", handle: "@katharina_reviews", testimonial: "The cakes here are worth every cent. A true geheimtipp for those who appreciate quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", imageAlt: "Katharina" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Katharina" }, { name: "Mike", handle: "@mike_cafe_lover", testimonial: "No Wi-Fi, no cards—just real conversation and exceptional cake. Exactly what we needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3112.jpg", imageAlt: "Mike" + imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3112.jpg?_wi=1", imageAlt: "Mike" } ]} testimonialRotationInterval={5000} @@ -101,7 +101,7 @@ export default function LandingPage() { buttonHref: "#menu" }, { - title: "Digital Detox Zone", description: "No Wi-Fi, no digital distractions. Just genuine conversation, quality time, and presence.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg", imageAlt: "Cozy cafe interior with warm lighting", buttonIcon: Wifi, + title: "Digital Detox Zone", description: "No Wi-Fi, no digital distractions. Just genuine conversation, quality time, and presence.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg?_wi=1", imageAlt: "Cozy cafe interior with warm lighting", buttonIcon: Wifi, buttonHref: "#contact" }, { @@ -126,7 +126,7 @@ export default function LandingPage() { products={[ { id: "torte-1", brand: "House Specialty", name: "Signature Black Forest Torte", price: "€18 / Slice", rating: 5, - reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg", imageAlt: "Signature black forest torte" + reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/tasty-round-sweet-cookies-with-golden-christmas-ball-white-backround-high-quality-photo_114579-38245.jpg?_wi=2", imageAlt: "Signature black forest torte" }, { id: "breakfast-1", brand: "Morning", name: "Herzhaftes Frühstück", price: "€16", rating: 5, @@ -148,10 +148,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Worth Every Cent", quote: "The cakes here are absolutely worth the price. The quality is exceptional, and the atmosphere is perfect for genuine connection.", name: "Katharina M.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", imageAlt: "Katharina" + id: "1", title: "Worth Every Cent", quote: "The cakes here are absolutely worth the price. The quality is exceptional, and the atmosphere is perfect for genuine connection.", name: "Katharina M.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "Katharina" }, { - id: "2", title: "No Wi-Fi, All Good", quote: "Finally a place where you can escape the digital world. The no Wi-Fi policy is a feature, not a bug. We had the best conversation.", name: "Mike D.", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3112.jpg", imageAlt: "Mike" + id: "2", title: "No Wi-Fi, All Good", quote: "Finally a place where you can escape the digital world. The no Wi-Fi policy is a feature, not a bug. We had the best conversation.", name: "Mike D.", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3112.jpg?_wi=2", imageAlt: "Mike" }, { id: "3", title: "Artisanal Excellence", quote: "Every pastry tastes homemade because it is. The attention to detail is incredible. We come back every weekend.", name: "Sarah K.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg", imageAlt: "Sarah" @@ -173,7 +173,7 @@ export default function LandingPage() { useInvertedBackground={true} mediaAnimation="blur-reveal" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg?_wi=2" imageAlt="Cozy cafe interior" inputPlaceholder="Your email for updates" buttonText="Stay Updated"