From 317733a8767037e93b855bcbbbca7555be42a497 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 23:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3cf809..68d78df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="Collect Sweet Moments" description="CAFÉ & SWISS DELIKATESSEN. Bloody Sweet is more than just a café – it’s a feeling. A place where indulgence meets elegance." testimonials={[ - { name: "Sarah J.", handle: "@sarah_sweet", testimonial: "The best croissants in Lucerne! A truly magical experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-stand_23-2150797774.jpg" }, + { name: "Sarah J.", handle: "@sarah_sweet", testimonial: "The best croissants in Lucerne! A truly magical experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-stand_23-2150797774.jpg?_wi=1" }, { name: "Mark D.", handle: "@mark_travel", testimonial: "Elegant, cozy, and perfectly Swiss. Will be back soon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-rustic-strawberry-galette-pie-tarts-with-powdering-sugar-oven-tray_114579-1373.jpg" }, { name: "Elena P.", handle: "@elena_loves", testimonial: "A hidden gem in the city. Truly delightful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-breakfast-table_23-2148007251.jpg" }, - { name: "Thomas K.", handle: "@tom_swiss", testimonial: "The quality of ingredients is simply unmatched.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg" }, - { name: "Sophie M.", handle: "@sophie_desserts", testimonial: "Perfect atmosphere for afternoon tea.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-baker-puts-croissants-dough-into-oven_1303-32285.jpg" }, + { name: "Thomas K.", handle: "@tom_swiss", testimonial: "The quality of ingredients is simply unmatched.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg?_wi=1" }, + { name: "Sophie M.", handle: "@sophie_desserts", testimonial: "Perfect atmosphere for afternoon tea.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-baker-puts-croissants-dough-into-oven_1303-32285.jpg?_wi=1" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-stand_23-2150797774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-stand_23-2150797774.jpg?_wi=2" /> @@ -89,7 +89,7 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" metrics={[ - { id: "m1", value: "100+", title: "Recipes", description: "Carefully curated Swiss delicacies", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg" }, + { id: "m1", value: "100+", title: "Recipes", description: "Carefully curated Swiss delicacies", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg?_wi=2" }, { id: "m2", value: "500+", title: "Moments", description: "Sweet memories collected daily", imageSrc: "http://img.b2bpic.net/free-photo/chair-with-wooden-table-sunrise_1203-2110.jpg" }, { id: "m3", value: "10", title: "Partners", description: "Working with finest artisans", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg" }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { groups={[ { id: "g1", groupTitle: "Service Excellence", members: [ - { id: "m1", title: "Julia", subtitle: "Lead Barista", detail: "Dedicated to the art of coffee.", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-puts-croissants-dough-into-oven_1303-32285.jpg" }, + { id: "m1", title: "Julia", subtitle: "Lead Barista", detail: "Dedicated to the art of coffee.", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-puts-croissants-dough-into-oven_1303-32285.jpg?_wi=2" }, { id: "m2", title: "Max", subtitle: "Pastry Expert", detail: "Crafting sweet stories daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg" }, ], }, -- 2.49.1