From 15af4008258ac67d796552f1deb334eae1bbf5a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:48:26 +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 1d8d162..bca4a38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Alexander V.", handle: "@alexv", testimonial: "The precision and finish are unparalleled. A true masterpiece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg?_wi=1"}, { name: "Elena R.", handle: "@elenar", testimonial: "Timeless aesthetics combined with Swiss accuracy. Simply breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-casual-blond-girl-trench-coat-talking-cellphone-dreamily-looking-aside-outdoor_574295-3892.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-casual-blond-girl-trench-coat-talking-cellphone-dreamily-looking-aside-outdoor_574295-3892.jpg?_wi=1"}, { name: "Marcus J.", handle: "@marcusj", testimonial: "Best investment I've made in style. A perfect professional piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241172.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241172.jpg?_wi=1"}, { name: "Sarah K.", handle: "@sarahk", testimonial: "Sophisticated elegance for every occasion. Love it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-smartwatch_23-2148788850.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-smartwatch_23-2148788850.jpg?_wi=1"}, { name: "Julian T.", handle: "@juliant", testimonial: "An absolute legacy piece that I will pass down to my son.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg?_wi=2"}, ]} buttons={[ { @@ -147,15 +147,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Alexander V.", handle: "@alexv", testimonial: "The precision and finish are unparalleled. A true masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg"}, + id: "t1", name: "Alexander V.", handle: "@alexv", testimonial: "The precision and finish are unparalleled. A true masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg?_wi=3"}, { - id: "t2", name: "Elena R.", handle: "@elenar", testimonial: "Timeless aesthetics combined with Swiss accuracy. Simply breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-casual-blond-girl-trench-coat-talking-cellphone-dreamily-looking-aside-outdoor_574295-3892.jpg"}, + id: "t2", name: "Elena R.", handle: "@elenar", testimonial: "Timeless aesthetics combined with Swiss accuracy. Simply breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-casual-blond-girl-trench-coat-talking-cellphone-dreamily-looking-aside-outdoor_574295-3892.jpg?_wi=2"}, { - id: "t3", name: "Marcus J.", handle: "@marcusj", testimonial: "Best investment I've made in style. A perfect professional piece.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241172.jpg"}, + id: "t3", name: "Marcus J.", handle: "@marcusj", testimonial: "Best investment I've made in style. A perfect professional piece.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241172.jpg?_wi=2"}, { - id: "t4", name: "Sarah K.", handle: "@sarahk", testimonial: "Sophisticated elegance for every occasion. Love it.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-smartwatch_23-2148788850.jpg"}, + id: "t4", name: "Sarah K.", handle: "@sarahk", testimonial: "Sophisticated elegance for every occasion. Love it.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-smartwatch_23-2148788850.jpg?_wi=2"}, { - id: "t5", name: "Julian T.", handle: "@juliant", testimonial: "Unbeatable engineering and class.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg"}, + id: "t5", name: "Julian T.", handle: "@juliant", testimonial: "Unbeatable engineering and class.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businessman-formal-wear-checking-time-his-wristwatch_171337-9704.jpg?_wi=4"}, ]} title="Refined by Professionals" description="What industry leaders say about Aeterna timepieces." -- 2.49.1