6 Commits

Author SHA1 Message Date
58333cb90e Update src/app/page.tsx 2026-03-03 19:46:46 +00:00
d043c65e18 Update src/app/layout.tsx 2026-03-03 19:46:46 +00:00
40f61133d9 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:44:43 +00:00
c3d37560e6 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:05:51 +00:00
f2dcc8b029 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:00:28 +00:00
f5ee0a28e4 Merge version_1 into main
Merge version_1 into main
2026-03-03 18:59:32 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1413,4 +1413,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -182,19 +182,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Edinburg, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop"
},
{
id: "2", name: "Michael Chen", role: "Property Manager", company: "Home Warranty Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"
},
{
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "McAllen, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"
},
{
id: "4", name: "David Kim", role: "Homeowner", company: "Mission, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop"
}
]}
kpiItems={[
@@ -330,4 +330,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}