Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:13:59 +00:00

View File

@@ -131,7 +131,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarah_mitchell", testimonial: "Marketiv completely transformed our brand presence. Their strategic approach and creative execution exceeded all expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell CEO"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell CEO"
},
{
id: "2", name: "James Chen", handle: "@jchen_marketing", testimonial: "The team's ability to understand our target audience and craft compelling campaigns was remarkable. Highly recommended.", rating: 5,
@@ -143,7 +143,7 @@ export default function LandingPage() {
},
{
id: "4", name: "David Park", handle: "@david_park_ceo", testimonial: "Marketiv's data-driven approach combined with creative excellence delivered measurable growth 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 CEO Founder"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park CEO Founder"
}
]}
showRating={true}