From 1998020f83f76dd457995c4cf28e52cdcf815cb9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:34:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa4b24..57702c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,16 @@ export default function LandingPage() { imageAlt="Beautiful nail art showcase" imagePosition="right" buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Book Your Appointment Now", href: "#contact" }, { text: "View Services", href: "#services" }, ]} buttonAnimation="slide-up" testimonials={[ - { - name: "Sarah Mitchell", handle: "Client", testimonial: "The best nail salon I've ever been to! Amazing service and beautiful results.", rating: 5, + { name: "Sarah Mitchell", handle: "Client", testimonial: "The best nail salon I've ever been to! Amazing service and beautiful results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1"}, - { - name: "Emily Johnson", handle: "Client", testimonial: "Highly skilled technicians with attention to detail. Highly recommend!", rating: 5, + { name: "Emily Johnson", handle: "Client", testimonial: "Highly skilled technicians with attention to detail. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1"}, - { - name: "Lisa Chen", handle: "Client", testimonial: "My go-to place for all my nail needs. Consistently excellent.", rating: 5, + { name: "Lisa Chen", handle: "Client", testimonial: "My go-to place for all my nail needs. Consistently excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"}, ]} testimonialRotationInterval={5000}