Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:12:36 +00:00

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "DigitalStudio completely transformed our online presence. Their strategic approach and creative excellence delivered results beyond our expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait confident"
},
{
id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Working with this team was seamless. They understood our vision immediately and executed flawlessly. Highly recommend!", rating: 5,
@@ -158,19 +158,19 @@ export default function LandingPage() {
},
{
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "The ROI from our digital marketing campaigns exceeded every projection. DigitalStudio delivered exceptional value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait modern"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "professional headshot business portrait modern"
},
{
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "Professional, creative, and results-driven. DigitalStudio is the partner every ambitious brand needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait friendly"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional headshot business portrait friendly"
},
{
id: "5", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "Their attention to detail and strategic thinking set them apart. We've seen tremendous growth since partnering with them.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business portrait confident"
},
{
id: "6", name: "David Park", handle: "@davidpark", testimonial: "DigitalStudio combines creative brilliance with marketing expertise. Essential for any brand serious about growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot business portrait professional"
},
]}
showRating={true}