Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:39:38 +00:00

View File

@@ -205,22 +205,22 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "DesignStudio completely transformed our online presence. Our website conversions increased by 42% within three months. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"},
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: "@marcusj", testimonial: "The team was professional, responsive, and delivered a stunning website ahead of schedule. They truly understand design and business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"},
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: "Elena Rodriguez", handle: "@elenar", testimonial: "Best investment we made for our startup. The design is beautiful, performant, and our customers love the experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez"},
{
id: "4", name: "David Park", handle: "@davidpark", testimonial: "Exceptional attention to detail and strategic thinking. They didn't just build a website; they built a growth engine for our business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"},
{
id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "From concept to launch, the entire process was seamless. Their design expertise combined with development excellence is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Williams"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Williams"},
{
id: "6", name: "Alexander Kumar", handle: "@akumar", testimonial: "Working with DesignStudio was a game-changer. Our new website is not only stunning but also ranks well on search engines.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Kumar"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alexander Kumar"},
]}
/>
</div>