diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f02d67..256f836 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { logoText="The Nail Hub" description="Experience premium nail care and beauty services in Maadi, Cairo. Always punctual, impeccably clean, and dedicated to your perfection." buttons={[ - { text: "Book your appointment", href: "/booking" }, { text: "Chat on WhatsApp", href: "https://wa.me/201005806654" }, + { text: "Book your appointment", href: "/booking" }, ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-nail-artist-applying-pink-gel-polish-nail-beauty-care-salon_176420-42451.jpg", imageAlt: "Professional nail technician applying gel polish" }, @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file