Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:53:46 +00:00

View File

@@ -176,19 +176,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Founder & CEO", company: "TechFlow Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Rodriguez", role: "Marketing Director", company: "Elevate Commerce", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Rodriguez"
},
{
id: "3", name: "Emily Watson", role: "VP of Growth", company: "Luna Analytics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emily Watson"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Emily Watson"
},
{
id: "4", name: "David Kim", role: "Operations Lead", company: "GrowthVentures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"
}
]}
gridVariant="uniform-all-items-equal"