From bfb593a5db877df01e2b3f078dcf2a731f2c3890 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 02:47:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e242f1..614d718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,12 +135,12 @@ export default function LandingPage() { title="What Our Clients Say" description="Hear from our valued clients about their exceptional experiences at Avenue Studio." testimonials={[ - { id: "1", name: "Brian K.", handle: "Happy Client", testimonial: "Brian and his staff are very personable and his prices are very reasonable.", imageSrc: getAssetUrl("testimonial-1"), imageAlt: getAssetAlt("testimonial-1", "Brian K.") }, - { id: "2", name: "Sarah J.", handle: "Regular Visitor", testimonial: "Super attention to detail, great people!", imageSrc: getAssetUrl("testimonial-2"), imageAlt: getAssetAlt("testimonial-2", "Sarah J.") }, - { id: "3", name: "Emily R.", handle: "Satisfied Customer", testimonial: "Every time I go I get a great haircut, have a nice chat, and leave feeling good.", imageSrc: getAssetUrl("testimonial-3"), imageAlt: getAssetAlt("testimonial-3", "Emily R.") }, - { id: "4", name: "David L.", handle: "Local Resident", testimonial: "Avenue Studio always delivers! I leave feeling refreshed and beautiful every time.", imageSrc: getAssetUrl("testimonial-4"), imageAlt: getAssetAlt("testimonial-4", "David L.") }, - { id: "5", name: "Jessica M.", handle: "Kingstonian", testimonial: "The atmosphere is so welcoming, and the team truly listens to what you want.", imageSrc: getAssetUrl("testimonial-5"), imageAlt: getAssetAlt("testimonial-5", "Jessica M.") }, - { id: "6", name: "Mark S.", handle: "First-Timer", testimonial: "Highly recommend for anyone in Kingston looking for quality service.", imageSrc: getAssetUrl("testimonial-6"), imageAlt: getAssetAlt("testimonial-6", "Mark S.") } + { id: "1", name: "Brian K.", handle: "Happy Client", testimonial: "Brian and his staff are very personable and his prices are very reasonable." }, + { id: "2", name: "Sarah J.", handle: "Regular Visitor", testimonial: "Super attention to detail, great people!" }, + { id: "3", name: "Emily R.", handle: "Satisfied Customer", testimonial: "Every time I go I get a great haircut, have a nice chat, and leave feeling good." }, + { id: "4", name: "David L.", handle: "Local Resident", testimonial: "Avenue Studio always delivers! I leave feeling refreshed and beautiful every time." }, + { id: "5", name: "Jessica M.", handle: "Kingstonian", testimonial: "The atmosphere is so welcoming, and the team truly listens to what you want." }, + { id: "6", name: "Mark S.", handle: "First-Timer", testimonial: "Highly recommend for anyone in Kingston looking for quality service." } ]} animationType="slide-up" textboxLayout="default"