From 39eee33a20f2678f0a9b0bf0543f53e5c33057ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 19:49:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22f9f50..f3f7b45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { primaryButton={{ text: "Start Your Project", href: "https://calendly.com/jonathan123817" }} secondaryButton={{ text: "View Our Work", href: "#services" }} testimonials={[ - { name: "Sarah Mitchell", handle: "@techventure", text: "Transformed our digital presence completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg" } + { name: "Sarah Mitchell", handle: "@techventure", text: "Transformed our digital presence completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg?_wi=1" } ]} /> @@ -92,7 +92,7 @@ export default function LandingPage() { tag="Testimonials" title="What Our Clients Say" testimonials={[ - { name: "Sarah Mitchell", role: "CEO", quote: "CreativeStudio transformed our presence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg" } + { name: "Sarah Mitchell", role: "CEO", quote: "CreativeStudio transformed our presence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg?_wi=2" } ]} /> -- 2.49.1