Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-04 13:36:26 +00:00

View File

@@ -147,19 +147,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Jessica Mitchell", role: "CEO", company: "TechFlow Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jessica Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jessica Mitchell"
},
{
id: "2", name: "David Park", role: "Marketing Director", company: "Growth Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Park"
},
{
id: "3", name: "Amanda Foster", role: "Product Manager", company: "Digital Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Amanda Foster"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Amanda Foster"
},
{
id: "4", name: "Michael Zhang", role: "Founder", company: "StartupX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Zhang"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Michael Zhang"
}
]}
kpiItems={[
@@ -183,16 +183,16 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
members={[
{
id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Sophie Chen"
id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1", imageAlt: "Sophie Chen"
},
{
id: "2", name: "James Rodriguez", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "James Rodriguez"
id: "2", name: "James Rodriguez", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2", imageAlt: "James Rodriguez"
},
{
id: "3", name: "Luna Park", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Luna Park"
id: "3", name: "Luna Park", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3", imageAlt: "Luna Park"
},
{
id: "4", name: "Alex Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Alex Thompson"
id: "4", name: "Alex Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4", imageAlt: "Alex Thompson"
}
]}
/>