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" } ]} />