From 9e483a1fb110528b022a5c2241107286c4a52fd8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:05:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5f9287..cb7741e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarah_beauty_lover", testimonial: "Elizabeth Salon completely transformed my look! The attention to detail and professionalism are unmatched. I've been going for 3 years and wouldn't trust anyone else with my hair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=1", imageAlt: "Sarah Mitchell satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Sarah Mitchell satisfied client" }, { name: "Jessica Chen", handle: "@jess_glowing", testimonial: "The facial treatment I received was absolutely luxurious. The esthetician knew exactly what my skin needed. I felt pampered and my skin has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "Jessica Chen happy client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Jessica Chen happy client" }, { name: "Amanda Rodriguez", handle: "@amanda_style", testimonial: "Best salon experience ever! From the moment I walked in, I felt welcomed and cared for. The stylists listened to my needs and delivered exactly what I wanted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1", imageAlt: "Amanda Rodriguez satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", imageAlt: "Amanda Rodriguez satisfied customer" }, { name: "Michelle Thompson", handle: "@michelle_shine", testimonial: "I came in nervous about trying balayage for the first time. The team's expertise and reassurance made all the difference. I love my new hair color!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg?_wi=1", imageAlt: "Michelle Thompson happy with new hairstyle" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg", imageAlt: "Michelle Thompson happy with new hairstyle" } ]} testimonialRotationInterval={5000} @@ -140,8 +140,8 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-gray-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4" /> @@ -176,8 +176,8 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-gray-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4" /> @@ -208,8 +208,8 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-gray-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4" /> @@ -217,16 +217,16 @@ export default function LandingPage() { -- 2.49.1