diff --git a/src/app/page.tsx b/src/app/page.tsx index 599a88f..430d43d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,7 +182,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-city-man-people-walking_1150-13768.jpg", imageAlt: "John D. Testimonial"}, { id: "t7", name: "Maria P.", role: "Home Renovator", company: "Centreville, VA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-entrepreneur-smiling-against-brick-wall_1157-19416.jpg", imageAlt: "Maria P. Testimonial"} + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-entrepreneur-smiling-against-brick-wall_1157-19416.jpg", imageAlt: "Maria P. Testimonial"}, + { + id: "t8", name: "Robert H.", role: "Homeowner", company: "Vienna, VA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-man-standing-against-white-wall_23-2148240502.jpg", imageAlt: "Robert H. Testimonial"}, + { + id: "t9", name: "Laura S.", role: "Realtor", company: "Ashburn, VA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-holding-paper-coffee-cup-wearing-glasses-denim-jacket-smiling_176420-13175.jpg", imageAlt: "Laura S. Testimonial"}, + { + id: "t10", name: "James B.", role: "Commercial Client", company: "Chantilly, VA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-successful-businessman-suit_171337-19419.jpg", imageAlt: "James B. Testimonial"}, + { + id: "t11", name: "Olivia M.", role: "Resident", company: "Great Falls, VA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-with-curly-hair_23-2147986047.jpg", imageAlt: "Olivia M. Testimonial"} ]} title="What Our Clients Say" description="Hear directly from homeowners and businesses who have transformed their spaces with Stevenson's Hardwood Floors. Your satisfaction is our top priority." @@ -301,4 +313,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file