From f7c87e4807adaf3d65bb37f570e50d8bb19f8c2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:51:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b3acb0..d64697f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Jane Doe", role: "Fashion Designer", testimonial: "Amazing results, always! My go-to spot for everything beauty.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg"}, + id: "1", name: "Jane Doe", role: "Fashion Designer", testimonial: "Amazing results, always! My go-to spot for everything beauty.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg?_wi=1"}, { id: "2", name: "Sarah Smith", role: "Business Owner", testimonial: "Professional and so friendly. I felt pampered the whole time.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-young-interracial-girls-good-mood-wear-nightgowns-pajama-party-leisure-lifestyle-beauty-concept_197531-31732.jpg"}, { @@ -121,7 +121,7 @@ export default function LandingPage() { { id: "4", name: "Anna Brown", role: "Marketing Consultant", testimonial: "The atmosphere is unmatched. Truly a relaxing salon experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg"}, { - id: "5", name: "Michael Reed", role: "Professional Model", testimonial: "Precision and style at every turn. Exceptional service every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg"}, + id: "5", name: "Michael Reed", role: "Professional Model", testimonial: "Precision and style at every turn. Exceptional service every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg?_wi=2"}, ]} title="Client Reviews" description="Hear what our wonderful clients have to say." -- 2.49.1