From f20a27da13a48b95f6742047da59409620ff60c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 13:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3afccdb..c40cf8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,23 +33,23 @@ export default function LandingPage() { @@ -60,9 +60,9 @@ export default function LandingPage() { description="Professional Hair, Beauty & Wellness Services Designed To Make You Look And Feel Amazing." buttons={[ { - text: "Book Appointment", href: "#contact"}, + text: "Book Appointment", href: "contact"}, { - text: "View Services", href: "#services"}, + text: "View Services", href: "services"}, ]} slides={[ { @@ -224,7 +224,7 @@ export default function LandingPage() { { id: "hair-services", badge: "Hair Care", price: "From $60", subtitle: "Transform your look", buttons: [ { - text: "View Details", href: "#services"}, + text: "View Details", href: "services"}, ], features: [ "Styling & Blowouts", "Coloring & Highlights", "Extensions & Treatments", "Braiding & Updos", "Hair Washing"], @@ -232,7 +232,7 @@ export default function LandingPage() { { id: "makeup-services", badge: "Beauty Enhancements", price: "From $90", subtitle: "Radiate natural beauty", buttons: [ { - text: "View Details", href: "#services"}, + text: "View Details", href: "services"}, ], features: [ "Full Makeup Application", "Bridal Makeup Packages", "Eyelash Services", "Eyebrow Shaping", "Beauty Consultations"], @@ -240,7 +240,7 @@ export default function LandingPage() { { id: "nail-services", badge: "Nail Perfection", price: "From $45", subtitle: "Pamper your hands & feet", buttons: [ { - text: "View Details", href: "#services"}, + text: "View Details", href: "services"}, ], features: [ "Manicure & Pedicure", "Gel & Acrylic Nails", "Intricate Nail Art", "Paraffin Treatments", "Luxury Nail Spa"], @@ -312,33 +312,33 @@ export default function LandingPage() { { title: "Quick Links", items: [ { - label: "Home", href: "#home"}, + label: "Home", href: "home"}, { - label: "About Us", href: "#about"}, + label: "About Us", href: "about"}, { - label: "Gallery", href: "#gallery"}, + label: "Gallery", href: "gallery"}, { - label: "Team", href: "#team"}, + label: "Team", href: "team"}, ], }, { title: "Services", items: [ { - label: "Hair Services", href: "#services"}, + label: "Hair Services", href: "services"}, { - label: "Beauty Services", href: "#services"}, + label: "Beauty Services", href: "services"}, { - label: "Nail Services", href: "#services"}, + label: "Nail Services", href: "services"}, { - label: "Pricing", href: "#pricing"}, + label: "Pricing", href: "pricing"}, ], }, { title: "Contact", items: [ { - label: "Book Now", href: "#contact"}, + label: "Book Now", href: "contact"}, { - label: "FAQs", href: "#faq"}, + label: "FAQs", href: "faq"}, { label: "WhatsApp Us", href: "https://wa.me/1234567890"}, {