From 3aff56f965684cef94c8ce71a5b4f240ca6ef286 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:47:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eedab6..55e4c4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { handle: "@alexshop", testimonial: "The AI design tool is incredibly powerful!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg?_wi=1", imageAlt: "luxury tech product dark background", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@sarah_style", testimonial: "Everything arrived on time, top quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg?_wi=1", imageAlt: "luxury tech product dark background", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@jasontech", testimonial: "Best buying experience online.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg?_wi=1", imageAlt: "luxury tech product dark background", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@elena_designs", testimonial: "The image editing is so intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg?_wi=1", imageAlt: "luxury tech product dark background", }, { @@ -90,11 +90,11 @@ export default function LandingPage() { handle: "@marcus_d", testimonial: "Excellent service and products.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=1", imageAlt: "luxury tech product dark background", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg?_wi=2" showBlur={true} avatars={[ { @@ -132,25 +132,25 @@ export default function LandingPage() { id: "p1", name: "Pro Headphones", price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg?_wi=2", }, { id: "p2", name: "Luxury Fragrance", price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg?_wi=2", }, { id: "p3", name: "Designer Clogs", price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg?_wi=2", }, { id: "p4", name: "Smart Watch", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=2", }, { id: "p5", @@ -200,7 +200,7 @@ export default function LandingPage() { description: "Create custom product assets or edit existing images directly.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg?_wi=3", imageAlt: "Smartphone and keyboard near stationery on white table", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { description: "Edit colors, styles, or backgrounds with simple natural language.", bentoComponent: "reveal-icon", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg?_wi=3", imageAlt: "Smartphone and keyboard near stationery on white table", }, ]} -- 2.49.1