From fe1d2c9bbbd297afe2e5353354fe70c4dad750d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:47:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fefb72..4f9bb5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,12 +122,12 @@ export default function LandingPage() { title="What Our Customers Say" description="Hear from real businesses who've transformed their online presence with Web Solutions." testimonials={[ - { id: "1", name: "Sarah Chen", handle: "Founder, LocalBiz Co", testimonial: "Web Solutions transformed how we present our business online. The ease of use is incredible, and our conversion rates increased by 45% in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" }, - { id: "2", name: "Marcus Johnson", handle: "CEO, Creative Studios", testimonial: "This is the website builder I've been waiting for. It's powerful enough for professionals but simple enough for anyone to use. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" }, - { id: "3", name: "Emily Rodriguez", handle: "E-commerce Owner", testimonial: "I went from spending months and thousands on web development to launching my store in two weeks. Web Solutions is a game-changer for small business owners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" }, - { id: "4", name: "David Kim", handle: "Marketing Director, TechFlow", testimonial: "The analytics and SEO tools built into Web Solutions replaced three different services we were paying for. It's both simpler and more comprehensive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" }, - { id: "5", name: "Jessica López", handle: "Photographer, Studio Lopez", testimonial: "Finally, a website builder that understands visual businesses. The gallery features and portfolio templates are absolutely stunning. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica López" }, - { id: "6", name: "Thomas Wright", handle: "Consultant, Business Advisors", testimonial: "We recommend Web Solutions to all our clients. It delivers professional results without the professional price tag. Outstanding value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Wright" } + { id: "1", name: "Sarah Chen", handle: "Founder, LocalBiz Co", testimonial: "Web Solutions transformed how we present our business online. The ease of use is incredible, and our conversion rates increased by 45% in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, + { id: "2", name: "Marcus Johnson", handle: "CEO, Creative Studios", testimonial: "This is the website builder I've been waiting for. It's powerful enough for professionals but simple enough for anyone to use. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson" }, + { id: "3", name: "Emily Rodriguez", handle: "E-commerce Owner", testimonial: "I went from spending months and thousands on web development to launching my store in two weeks. Web Solutions is a game-changer for small business owners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, + { id: "4", name: "David Kim", handle: "Marketing Director, TechFlow", testimonial: "The analytics and SEO tools built into Web Solutions replaced three different services we were paying for. It's both simpler and more comprehensive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, + { id: "5", name: "Jessica López", handle: "Photographer, Studio Lopez", testimonial: "Finally, a website builder that understands visual businesses. The gallery features and portfolio templates are absolutely stunning. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica López" }, + { id: "6", name: "Thomas Wright", handle: "Consultant, Business Advisors", testimonial: "We recommend Web Solutions to all our clients. It delivers professional results without the professional price tag. Outstanding value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Wright" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1