Update src/app/page.tsx

This commit is contained in:
2026-03-03 23:34:21 +00:00
parent 75d339db8e
commit 1998020f83

View File

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