From 68980c8780765c313ac9a07adf400843d06c5d47 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:34:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccc1d55..ae59232 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@elena_r", testimonial: "The best croissants in the city, absolutely divine!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg?_wi=1", imageAlt: "elegant patisserie cafe interior", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@markd_eats", testimonial: "La Vanilla is my morning ritual. Fresh, sweet, perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-19069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-19069.jpg?_wi=1", imageAlt: "elegant patisserie cafe interior", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@sofiak_foodie", testimonial: "Simply exquisite pastries and the coffee is always smooth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg?_wi=1", imageAlt: "elegant patisserie cafe interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@julian_b", testimonial: "A little slice of Paris right in the heart of town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=1", imageAlt: "elegant patisserie cafe interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@chloet_cakes", testimonial: "Their cakes are works of art, highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg?_wi=1", imageAlt: "elegant patisserie cafe interior", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22375.jpg", @@ -134,7 +134,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Passion for Perfection" description="At La Vanilla, we blend traditional techniques with the finest local ingredients to create pastries that delight the soul. From dawn till dusk, our kitchen is filled with the scent of butter, vanilla, and love." - imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-19069.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-19069.jpg?_wi=2" /> @@ -184,7 +184,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg?_wi=2", }, { id: "p2", @@ -193,7 +193,7 @@ export default function LandingPage() { price: "$12.00", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=2", }, { id: "p3", @@ -202,7 +202,7 @@ export default function LandingPage() { price: "$5.75", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg?_wi=2", }, { id: "p4", -- 2.49.1