5 Commits

Author SHA1 Message Date
93cfa74514 Merge version_2 into main
Merge version_2 into main
2026-03-20 04:53:46 +00:00
a42ff63edd Update src/app/page.tsx 2026-03-20 04:53:42 +00:00
42dcacbcc9 Merge version_1 into main
Merge version_1 into main
2026-03-20 04:48:47 +00:00
2fbf51be93 Merge version_1 into main
Merge version_1 into main
2026-03-20 04:48:22 +00:00
80a2fc6d25 Merge version_1 into main
Merge version_1 into main
2026-03-20 04:48:01 +00:00

View File

@@ -130,20 +130,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
testimonials={[
{
id: "1", name: "Amarjit Singh Pandher", role: "Project Manager", company: "Regional Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", imageAlt: "professional business headshot portrait"
id: "1", name: "Amarjit Singh Pandher", role: "Project Manager", company: "Regional Business", rating: 5
},
{
id: "2", name: "Sarah Mitchell", role: "Operations Director", company: "Tech Solutions Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "professional business portrait headshot"
id: "2", name: "Sarah Mitchell", role: "Operations Director", company: "Tech Solutions Inc.", rating: 5
},
{
id: "3", name: "David Chen", role: "Facilities Manager", company: "Enterprise Systems", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "professional headshot business portrait"
id: "3", name: "David Chen", role: "Facilities Manager", company: "Enterprise Systems", rating: 5
},
{
id: "4", name: "Jennifer Walsh", role: "Business Owner", company: "Local Enterprise", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "professional business headshot modern"
id: "4", name: "Jennifer Walsh", role: "Business Owner", company: "Local Enterprise", rating: 5
}
]}
/>