Merge version_1 into main #1
175
src/app/page.tsx
175
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Royal 88"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Royal 88 Beauty & Therapy"
|
||||
description="Experience unparalleled relaxation and premium beauty treatments in the heart of the city. Your sanctuary for rejuvenation starts here."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561156.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -81,17 +68,11 @@ export default function LandingPage() {
|
||||
description="At Royal 88, we combine ancient therapeutic techniques with modern beauty standards to ensure you leave feeling like royalty."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Care",
|
||||
description: "Professional therapists with years of industry experience.",
|
||||
},
|
||||
title: "Expert Care", description: "Professional therapists with years of industry experience."},
|
||||
{
|
||||
title: "Organic Products",
|
||||
description: "High-quality, natural ingredients for sensitive care.",
|
||||
},
|
||||
title: "Organic Products", description: "High-quality, natural ingredients for sensitive care."},
|
||||
{
|
||||
title: "Relaxing Ambiance",
|
||||
description: "Curated environment designed for ultimate peace of mind.",
|
||||
},
|
||||
title: "Relaxing Ambiance", description: "Curated environment designed for ultimate peace of mind."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/body-care_1098-15325.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,20 +86,11 @@ export default function LandingPage() {
|
||||
description="From revitalizing facials to therapeutic massages, explore our range of treatments tailored for your unique needs."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Advanced Facials",
|
||||
content: "Deep hydration and rejuvenation treatments for radiant skin.",
|
||||
},
|
||||
id: "1", title: "Advanced Facials", content: "Deep hydration and rejuvenation treatments for radiant skin."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Therapeutic Massage",
|
||||
content: "Full body relaxation to melt away stress and muscle tension.",
|
||||
},
|
||||
id: "2", title: "Therapeutic Massage", content: "Full body relaxation to melt away stress and muscle tension."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Premium Manicures",
|
||||
content: "Precision grooming and art design for hands and feet.",
|
||||
},
|
||||
id: "3", title: "Premium Manicures", content: "Precision grooming and art design for hands and feet."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147817008.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -132,51 +104,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
price: "$80",
|
||||
subtitle: "Essential Glow Facial",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Deep Cleanse",
|
||||
"Hydration Mask",
|
||||
],
|
||||
id: "p1", badge: "Popular", price: "$80", subtitle: "Essential Glow Facial", features: [
|
||||
"Consultation", "Deep Cleanse", "Hydration Mask"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "Book Now", href: "https://wa.me/yournumber"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
price: "$120",
|
||||
subtitle: "Luxury Spa Package",
|
||||
features: [
|
||||
"Full Body Massage",
|
||||
"Facial Treatment",
|
||||
"Aromatherapy",
|
||||
],
|
||||
id: "p2", badge: "Best Value", price: "$120", subtitle: "Luxury Spa Package", features: [
|
||||
"Full Body Massage", "Facial Treatment", "Aromatherapy"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "Book Now", href: "https://wa.me/yournumber"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
price: "$150",
|
||||
subtitle: "Total Rejuvenation",
|
||||
features: [
|
||||
"Complete Therapy Suite",
|
||||
"Manicure",
|
||||
"Organic Care",
|
||||
],
|
||||
id: "p3", badge: "Premium", price: "$150", subtitle: "Total Rejuvenation", features: [
|
||||
"Complete Therapy Suite", "Manicure", "Organic Care"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "Book Now", href: "https://wa.me/yournumber"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -192,40 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "The best massage I have ever had! The staff was incredibly welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", handle: "@alicem", testimonial: "The best massage I have ever had! The staff was incredibly welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica R.",
|
||||
handle: "@jessr",
|
||||
testimonial: "Their facial treatment is pure magic. Highly recommend to anyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg",
|
||||
},
|
||||
id: "2", name: "Jessica R.", handle: "@jessr", testimonial: "Their facial treatment is pure magic. Highly recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
handle: "@sarahl",
|
||||
testimonial: "Royal 88 offers such a calming environment. I left feeling brand new.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah L.", handle: "@sarahl", testimonial: "Royal 88 offers such a calming environment. I left feeling brand new.", imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily B.",
|
||||
handle: "@emilyb",
|
||||
testimonial: "Professional services and very clean facility. Will definitely return.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-party_23-2149272200.jpg",
|
||||
},
|
||||
id: "4", name: "Emily B.", handle: "@emilyb", testimonial: "Professional services and very clean facility. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-party_23-2149272200.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe V.",
|
||||
handle: "@chloev",
|
||||
testimonial: "Absolutely top-tier therapy services. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe V.", handle: "@chloev", testimonial: "Absolutely top-tier therapy services. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Discover why Royal 88 is the preferred choice for beauty and therapy enthusiasts."
|
||||
@@ -238,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to book in advance?",
|
||||
content: "Yes, we recommend booking at least 24 hours in advance to secure your preferred slot.",
|
||||
},
|
||||
id: "q1", title: "Do I need to book in advance?", content: "Yes, we recommend booking at least 24 hours in advance to secure your preferred slot."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, bank transfers, and all major credit cards.",
|
||||
},
|
||||
id: "q2", title: "What payment methods do you accept?", content: "We accept cash, bank transfers, and all major credit cards."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I bring a guest?",
|
||||
content: "Guests are welcome to wait in our lounge area while you enjoy your treatment.",
|
||||
},
|
||||
id: "q3", title: "Can I bring a guest?", content: "Guests are welcome to wait in our lounge area while you enjoy your treatment."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions? We've compiled some helpful answers to guide you."
|
||||
@@ -263,16 +177,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Start?"
|
||||
title="Book Your Appointment"
|
||||
description="Connect with us on WhatsApp to schedule your next beauty and therapy session."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us Now",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "WhatsApp Us Now", href: "https://wa.me/yournumber"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,29 +192,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Royal 88",
|
||||
items: [
|
||||
title: "Royal 88", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user