diff --git a/src/app/page.tsx b/src/app/page.tsx index c726995..92d72a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", handle: "@sarahjs", testimonial: "Deep WebBazaar transformed our online business perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" }, - { id: "2", name: "Mike R.", handle: "@miker", testimonial: "The best development team I've worked with so far.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" }, - { id: "3", name: "Elena K.", handle: "@elenak", testimonial: "Exceptional communication and high quality code delivery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" }, - { id: "4", name: "David L.", handle: "@davidl", testimonial: "They built my startup site within 2 weeks flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" }, - { id: "5", name: "Chloe M.", handle: "@chloem", testimonial: "Highly recommended for any custom business website.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" }, + { id: "1", name: "Sarah J.", handle: "@sarahjs", testimonial: "Deep WebBazaar transformed our online business perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=1" }, + { id: "2", name: "Mike R.", handle: "@miker", testimonial: "The best development team I've worked with so far.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=2" }, + { id: "3", name: "Elena K.", handle: "@elenak", testimonial: "Exceptional communication and high quality code delivery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=3" }, + { id: "4", name: "David L.", handle: "@davidl", testimonial: "They built my startup site within 2 weeks flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=4" }, + { id: "5", name: "Chloe M.", handle: "@chloem", testimonial: "Highly recommended for any custom business website.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=5" }, ]} title="Trusted by Leaders" description="Hear what our clients have to say about our web development services." @@ -100,8 +100,8 @@ export default function LandingPage() { title="Proven Metrics" description="Data-driven results." metrics={[ - { id: "1", value: "200%", title: "Conversion Rate", description: "Increase in traffic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5" }, - { id: "2", value: "100%", title: "Uptime", description: "Reliable servers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5" }, + { id: "1", value: "200%", title: "Conversion Rate", description: "Increase in traffic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5&_wi=1" }, + { id: "2", value: "100%", title: "Uptime", description: "Reliable servers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5&_wi=2" }, ]} />