From 2a286a92fe3d4b8736a6de791826e704cfd8c0c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:51:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f99e6e..037803f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,19 +116,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alex Rivers", role: "Creative Lead", company: "Studio X", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3394.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg"}, { id: "t2", name: "Sarah Jenkins", role: "Director", company: "Brand Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-chair_23-2149213192.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg"}, { id: "t3", name: "Mark Owen", role: "Freelancer", company: "Self", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg"}, { id: "t4", name: "Elena Voss", role: "Designer", company: "Agency Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg"}, { id: "t5", name: "Tom Baker", role: "Architect", company: "Firm One", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-sitting-couch_23-2148415817.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg"}, ]} kpiItems={[ { @@ -139,7 +139,7 @@ export default function LandingPage() { value: "Global", label: "Shipping"}, ]} title="Community Voices" - description="See why our customers trust the brand." + description="We take pride in our commitment to quality, reflected in the stories of our community members who value excellence and sustainable fashion choices." /> @@ -149,8 +149,8 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} tag="Support" - title="Need Assistance?" - description="Our team is here to help with sizing, shipping, or returns." + title="Direct Access to Our Team" + description="Whether you need advice on your next fit or have questions about order logistics, our premium support team is available 24/7 to provide personalized assistance." buttons={[ { text: "Get in Touch", href: "mailto:hello@mbrot.com"}, @@ -161,7 +161,7 @@ export default function LandingPage() {