diff --git a/src/app/page.tsx b/src/app/page.tsx index e4e87e2..41c5fc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,8 +43,8 @@ export default function LandingPage() { logoText="Skin O'Clock" description="Your Time to Glow: State-of-the-Art Aesthetic Care in Islamabad. Experience personalized skincare and advanced treatments under the expert guidance of Dr. Zona Shah." buttons={[ - { text: "Book an Appointment", href: "contact" }, - { text: "Learn More", href: "services" } + { text: "Book an Appointment", href: "#contact" }, + { text: "Learn More", href: "#services" } ]} background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118169.jpg" @@ -73,31 +73,31 @@ export default function LandingPage() { id: "hydrafacial", label: "HydraFacial", title: "The Signature Deep-Clean Glow", items: [ "Instant radiant skin transformation", "Deep vortex-fusion cleansing technology", "Medical-grade hydration and nourishment", "Zero downtime, immediate results", "Perfect for all skin types" ], - buttons: [{ text: "Book Treatment", href: "contact" }] + buttons: [{ text: "Book Treatment", href: "#contact" }] }, { id: "hair-prp", label: "Hair PRP", title: "Advanced Hair Restoration Therapy", items: [ "Platelet Rich Plasma therapy", "Targets hair thinning and regrowth", "Medical-grade precision treatment", "Natural, sustainable hair growth", "Personalized restoration protocol" ], - buttons: [{ text: "Consult Specialist", href: "contact" }] + buttons: [{ text: "Consult Specialist", href: "#contact" }] }, { id: "laser-therapy", label: "Laser Therapy", title: "Precision Skin & Hair Treatments", items: [ "Advanced laser skin resurfacing", "Precision hair removal technology", "Collagen remodeling and renewal", "Safe for all skin tones", "Dramatic visible improvements" ], - buttons: [{ text: "Schedule Consultation", href: "contact" }] + buttons: [{ text: "Schedule Consultation", href: "#contact" }] }, { id: "skin-brightening", label: "Skin Brightening", title: "Glutathione & IV Radiance Therapy", items: [ "Professional whitening injections", "Advanced IV therapy protocols", "Radiant complexion enhancement", "Medical-grade formulations", "Customized treatment packages" ], - buttons: [{ text: "Book Session", href: "contact" }] + buttons: [{ text: "Book Session", href: "#contact" }] }, { id: "microblading", label: "Aesthetic Artistry", title: "Professional Microblading & Anti-Aging", items: [ "Precision microblading artistry", "Semi-permanent eyebrow design", "Anti-aging facial procedures", "Expert artistic application", "Long-lasting beautiful results" ], - buttons: [{ text: "Explore Design", href: "contact" }] + buttons: [{ text: "Explore Design", href: "#contact" }] } ]} animationType="blur-reveal"