Update src/app/page.tsx
This commit is contained in:
@@ -183,28 +183,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Site Supervisor", company: "Premier Utilities Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "2", name: "Sarah Chen", role: "Site Supervisor", company: "Premier Utilities Inc", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Rodriguez", role: "Construction Director", company: "Consolidated Infrastructure", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "3", name: "Michael Rodriguez", role: "Construction Director", company: "Consolidated Infrastructure", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Watson", role: "Operations Manager", company: "Metro Development Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=4", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "4", name: "Emily Watson", role: "Operations Manager", company: "Metro Development Group", rating: 5
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Park", role: "Engineering Lead", company: "TechBuild Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=5", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "5", name: "David Park", role: "Engineering Lead", company: "TechBuild Solutions", rating: 5
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jennifer Lopez", role: "Project Owner", company: "Signature Homes LLC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=6", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "6", name: "Jennifer Lopez", role: "Project Owner", company: "Signature Homes LLC", rating: 5
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user