Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-27 19:32:21 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}