Merge version_12_1782244174764 into main #33

Merged
bender merged 1 commits from version_12_1782244174764 into main 2026-06-23 19:49:50 +00:00

View File

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