Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4be6e8525a | |||
| 516072abd7 | |||
| 72e8df39f9 | |||
| 67a83ff45f | |||
| 42c04f7632 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Where beauty meets artistry"
|
||||
description="Discover Amman’s most luxurious salon experience. Expert hair, nail, and beauty treatments tailored to you."
|
||||
buttons={[{ text: "Book an Appointment", href: "#contact" }]}
|
||||
buttons={[{ text: "Book an Appointment", href: "https://wa.me/962792229393" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXqqlq4YvE0X80rA5sv3f7Qims/uploaded-1776548061442-lvcdnpis.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -98,9 +98,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Essential", price: "Starting from 25 JOD", subtitle: "Blowouts & Maintenance", features: ["Consultation", "Expert Wash", "Blowout Style"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ id: "p2", badge: "Popular", price: "Starting from 65 JOD", subtitle: "Hair Color & Treatments", features: ["Consultation", "Balayage", "Gloss Treatment"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ id: "p3", badge: "Luxury", price: "Starting from 40 JOD", subtitle: "Full Nail Service", features: ["Gel Extensions", "Nail Art", "Manicure"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ id: "p1", badge: "Essential", price: "Starting from 25 JOD", subtitle: "Blowouts & Maintenance", features: ["Consultation", "Expert Wash", "Blowout Style"], buttons: [{ text: "Book Now", href: "https://wa.me/962792229393" }] },
|
||||
{ id: "p2", badge: "Popular", price: "Starting from 65 JOD", subtitle: "Hair Color & Treatments", features: ["Consultation", "Balayage", "Gloss Treatment"], buttons: [{ text: "Book Now", href: "https://wa.me/962792229393" }] },
|
||||
{ id: "p3", badge: "Luxury", price: "Starting from 40 JOD", subtitle: "Full Nail Service", features: ["Gel Extensions", "Nail Art", "Manicure"], buttons: [{ text: "Book Now", href: "https://wa.me/962792229393" }] },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Elegant care for every need."
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Experience luxury that lasts. Book your visit at Lush Beauty Lounge today."
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/9627XXXXXXXX" }]}
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/962792229393" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user