diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe3846..5eec20c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Julian Thorne", handle: "@sommelier", testimonial: "Exceptional curation. Every bottle tells a story of terroir and tradition.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg?_wi=1"}, { name: "Elena Rossi", handle: "@winelover", testimonial: "A sanctuary for wine lovers. The quality here is simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg?_wi=1"}, { name: "Marcus Vane", handle: "@collector", testimonial: "My go-to source for rare vintages. Absolutely pristine selection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=1"}, { name: "Sofia Bell", handle: "@sofi_wines", testimonial: "The service is as exquisite as the wines. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg?_wi=1"}, { name: "Leo Vance", handle: "@leo_cellars", testimonial: "A truly refined experience from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg?_wi=1"}, ]} buttons={[ { @@ -141,19 +141,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah J.", handle: "@sarahwines", testimonial: "Exquisite service, fast shipping.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg?_wi=2"}, { id: "t2", name: "David K.", handle: "@dk_vintages", testimonial: "The best selection in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149306398.jpg?_wi=2"}, { id: "t3", name: "Emily R.", handle: "@emilytastes", testimonial: "Beautifully aged bottles, great notes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=2"}, { id: "t4", name: "Mark L.", handle: "@mark_vino", testimonial: "Incredible knowledge and advice.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144389.jpg?_wi=2"}, { id: "t5", name: "Anna P.", handle: "@annap_somm", testimonial: "A true treasure trove of wines.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine_23-2148060456.jpg?_wi=2"}, ]} showRating={true} title="Curated by Connoisseurs"