Update src/app/page.tsx
This commit is contained in:
@@ -133,9 +133,9 @@ export default function LandingPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from satisfied customers who trusted us with their projects"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business corporate headshot business person photo" },
|
||||
{ id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business corporate headshot business person photo" },
|
||||
{ id: "2", name: "James Chen", role: "Business Owner", company: "Commercial Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "professional portrait business corporate headshot business woman photo" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Multi-Project Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business corporate headshot business man photo" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Multi-Project Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business corporate headshot business man photo" },
|
||||
{ id: "4", name: "Michael Thompson", role: "Architect", company: "Design Collaboration", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional portrait business corporate headshot entrepreneur photo" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user