3 Commits

Author SHA1 Message Date
77a71c556e Merge version_2 into main
Merge version_2 into main
2026-03-04 08:38:06 +00:00
21424ff886 Update src/app/page.tsx 2026-03-04 08:38:02 +00:00
e527afb060 Merge version_1 into main
Merge version_1 into main
2026-03-04 08:31:53 +00:00

View File

@@ -138,9 +138,9 @@ export default function LandingPage() {
<TestimonialCardFifteen
testimonial="The design studio transformed our brand identity completely. Their logo and branding package exceeded all our expectations and helped us stand out in a competitive market."
rating={5}
author="Sarah Mitchell, CEO TechFlow Solutions"
author="Dhruvin Panchal, CEO Pixel Logo Studio"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Mitchell" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Dhruvin Panchal" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4" },
@@ -207,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}