From 84aa0c36a38b9ac90c30257a8b86cb0fe506f5a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:53:03 +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 a639ec2..e93be0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() { title="Vintage Soul, Modern Tread" description="Discover authentic, pre-loved gear with stories. Every stain adds character, every wear builds legacy." testimonials={[ - { name: "Alex R.", handle: "@alexvintage", testimonial: "The best vintage find yet. Authentic quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105576.jpg?_wi=1" }, - { name: "Sarah J.", handle: "@sarahpicks", testimonial: "Stains and all, these are beautiful. Thanks!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-european-woman-with-curly-bushy-hair-smiles-broadly-dressed-green-turtleneck-isolated-pink-wall-carefree-smiling-european-female-enjoys-free-time_273609-49672.jpg?_wi=1" }, - { name: "Mike D.", handle: "@mikedcollector", testimonial: "Rare find. Perfectly described condition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg?_wi=1" }, + { name: "Alex R.", handle: "@alexvintage", testimonial: "The best vintage find yet. Authentic quality.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-ns94jgz4.jpg" }, + { name: "Sarah J.", handle: "@sarahpicks", testimonial: "Stains and all, these are beautiful. Thanks!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-wvmtj8pl.jpg" }, + { name: "Mike D.", handle: "@mikedcollector", testimonial: "Rare find. Perfectly described condition.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-2igvwkeg.jpg" }, { name: "Emily P.", handle: "@emilyfit", testimonial: "Super fast shipping, exactly as described.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1" }, { name: "David W.", handle: "@davidstreet", testimonial: "Authentic vintage vibes. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg?_wi=1" }, ]} @@ -54,9 +54,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/shoes_1203-8140.jpg?_wi=1" imageAlt="Vintage Adidas sneakers" avatars={[ - { src: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105576.jpg", alt: "Customer 1" }, - { src: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-european-woman-with-curly-bushy-hair-smiles-broadly-dressed-green-turtleneck-isolated-pink-wall-carefree-smiling-european-female-enjoys-free-time_273609-49672.jpg", alt: "Customer 2" }, - { src: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg", alt: "Customer 3" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-ns94jgz4.jpg", alt: "Customer 1" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-wvmtj8pl.jpg", alt: "Customer 2" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwWOVjKN3u1K3kgWKrl5j1R5Gu/uploaded-1775400764702-2igvwkeg.jpg", alt: "Customer 3" }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Customer 4" }, { src: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg", alt: "Customer 5" }, ]} @@ -109,9 +109,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1