Update src/app/page.tsx

This commit is contained in:
2026-05-27 02:47:01 +00:00
parent 0582c9fdc4
commit bfb593a5db

View File

@@ -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"