Merge version_1 into main #1

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

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "Product Manager", company: "InnovateLab", rating: 5,
imageSrc:
@@ -147,11 +147,11 @@ export default function LandingPage() {
{
id: "3", name: "Emily Rodriguez", role: "Team Lead", company: "CloudSync", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", role: "Founder", company: "DataFlow", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"},
{
id: "5", name: "Jessica Lee", role: "Operations Director", company: "SecureNet", rating: 5,
imageSrc:
@@ -159,7 +159,7 @@ export default function LandingPage() {
{
id: "6", name: "Robert Martinez", role: "CTO", company: "FutureScale", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Martinez"},
]}
carouselMode="buttons"
/>