3 Commits

Author SHA1 Message Date
2055783d00 Update src/app/page.tsx 2026-04-27 19:32:17 +00:00
b9420bc97e Merge version_3 into main
Merge version_3 into main
2026-04-27 19:30:06 +00:00
a667381f05 Merge version_3 into main
Merge version_3 into main
2026-04-27 19:29:42 +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>
);
}
}