Merge version_1 into main #2
167
src/app/page.tsx
167
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Black & White Spa"
|
||||
/>
|
||||
@@ -54,42 +46,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Relax. Rejuvenate. Feel Your Best."
|
||||
description="Premium spa experience in Vapi with a calm, hygienic environment designed for your comfort and peace of mind."
|
||||
tag="Newly Opened & Highly Rated"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "WhatsApp Booking",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
text: "WhatsApp Booking", href: "https://wa.me/919999999999"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20243.jpg?_wi=1",
|
||||
imageAlt: "Luxurious spa interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20243.jpg", imageAlt: "Luxurious spa interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-speaking-spa_23-2148206172.jpg?_wi=1",
|
||||
imageAlt: "Clean and hygienic spa room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1145.jpg?_wi=1",
|
||||
imageAlt: "Body massage treatment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-bathrobes-staying-bed_23-2148389930.jpg?_wi=1",
|
||||
imageAlt: "Couple relaxation area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-choosing-ingredients_23-2148660816.jpg?_wi=1",
|
||||
imageAlt: "Professional spa facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-speaking-spa_23-2148206172.jpg", imageAlt: "Clean and hygienic spa room"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,19 +75,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Hygiene Rated",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Hygiene Rated", value: "100%"},
|
||||
{
|
||||
icon: User,
|
||||
label: "Expert Therapists",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Expert Therapists", value: "15+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Client Rating",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Client Rating", value: "5.0"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,20 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Body Massage",
|
||||
description: "Full-body relaxation therapy designed to melt away your stress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1145.jpg?_wi=2",
|
||||
},
|
||||
title: "Body Massage", description: "Full-body relaxation therapy designed to melt away your stress.", imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1145.jpg"},
|
||||
{
|
||||
title: "Aroma Therapy",
|
||||
description: "Essential oil-infused treatments to soothe your body and mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-bathrobes-staying-bed_23-2148389930.jpg?_wi=2",
|
||||
},
|
||||
title: "Aroma Therapy", description: "Essential oil-infused treatments to soothe your body and mind.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-bathrobes-staying-bed_23-2148389930.jpg"},
|
||||
{
|
||||
title: "Steam & Relaxation",
|
||||
description: "Clean, relaxing steam sessions followed by premium care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-choosing-ingredients_23-2148660816.jpg?_wi=2",
|
||||
},
|
||||
title: "Steam & Relaxation", description: "Clean, relaxing steam sessions followed by premium care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-choosing-ingredients_23-2148660816.jpg"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Experience deep relaxation with our range of professional wellness treatments."
|
||||
@@ -156,60 +112,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Mehta",
|
||||
date: "Oct 2023",
|
||||
title: "Great Experience",
|
||||
quote: "Very good interior and super hygienic. Loved the therapy.",
|
||||
tag: "Regular Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-hotel-room_23-2148095284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20243.jpg?_wi=2",
|
||||
imageAlt: "luxury spa interior calm minimalist",
|
||||
},
|
||||
id: "1", name: "Anjali Mehta", date: "Oct 2023", title: "Great Experience", quote: "Very good interior and super hygienic. Loved the therapy.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-hotel-room_23-2148095284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20243.jpg", imageAlt: "luxury spa interior calm minimalist"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rohit Sharma",
|
||||
date: "Sep 2023",
|
||||
title: "Relaxing",
|
||||
quote: "The best spa in Vapi. Professional staff and very clean.",
|
||||
tag: "Regular Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-speaking-spa_23-2148206172.jpg?_wi=2",
|
||||
imageAlt: "spa hygiene practices professional",
|
||||
},
|
||||
id: "2", name: "Rohit Sharma", date: "Sep 2023", title: "Relaxing", quote: "The best spa in Vapi. Professional staff and very clean.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-speaking-spa_23-2148206172.jpg", imageAlt: "spa hygiene practices professional"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sneha Patil",
|
||||
date: "Aug 2023",
|
||||
title: "Excellent",
|
||||
quote: "Comforting atmosphere. Highly recommend for stress relief.",
|
||||
tag: "New Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-44186.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1145.jpg?_wi=3",
|
||||
imageAlt: "body massage therapy professional",
|
||||
},
|
||||
id: "3", name: "Sneha Patil", date: "Aug 2023", title: "Excellent", quote: "Comforting atmosphere. Highly recommend for stress relief.", tag: "New Client", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-44186.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1145.jpg", imageAlt: "body massage therapy professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
date: "Jul 2023",
|
||||
title: "Top Notch",
|
||||
quote: "Very professional and friendly therapists. Loved the experience.",
|
||||
tag: "Returning Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-bathrobes-staying-bed_23-2148389930.jpg?_wi=3",
|
||||
imageAlt: "steam room sauna relaxation",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", date: "Jul 2023", title: "Top Notch", quote: "Very professional and friendly therapists. Loved the experience.", tag: "Returning Client", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-bathrobes-staying-bed_23-2148389930.jpg", imageAlt: "steam room sauna relaxation"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Kapoor",
|
||||
date: "Jun 2023",
|
||||
title: "Amazing",
|
||||
quote: "Truly a clean and relaxing escape from daily life.",
|
||||
tag: "Regular Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/enthusiastic-city-girl-shows-thumbs-up-approval-looking-upbeat-say-yes-approves-agrees-stands_1258-193004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-choosing-ingredients_23-2148660816.jpg?_wi=3",
|
||||
imageAlt: "professional therapist performing massage",
|
||||
},
|
||||
id: "5", name: "Priya Kapoor", date: "Jun 2023", title: "Amazing", quote: "Truly a clean and relaxing escape from daily life.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/enthusiastic-city-girl-shows-thumbs-up-approval-looking-upbeat-say-yes-approves-agrees-stands_1258-193004.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-choosing-ingredients_23-2148660816.jpg", imageAlt: "professional therapist performing massage"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds in Vapi for our hygienic and relaxing environment."
|
||||
@@ -221,20 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is the spa hygienic?",
|
||||
content: "Absolutely. We follow strict hygiene protocols, using fresh towels and sanitized tools for every guest.",
|
||||
},
|
||||
id: "1", title: "Is the spa hygienic?", content: "Absolutely. We follow strict hygiene protocols, using fresh towels and sanitized tools for every guest."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need to book in advance?",
|
||||
content: "Yes, we recommend booking in advance to ensure your preferred time slot, especially for weekend sessions.",
|
||||
},
|
||||
id: "2", title: "Do I need to book in advance?", content: "Yes, we recommend booking in advance to ensure your preferred time slot, especially for weekend sessions."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is it safe for women?",
|
||||
content: "Yes, we are a women-owned business with a safe, comfortable, and family-friendly environment.",
|
||||
},
|
||||
id: "3", title: "Is it safe for women?", content: "Yes, we are a women-owned business with a safe, comfortable, and family-friendly environment."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about your spa appointment."
|
||||
@@ -246,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Appointment Booking"
|
||||
title="Book Your Session"
|
||||
description="Ready to relax? Contact us today to reserve your time in our Vapi spa."
|
||||
@@ -262,29 +163,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Book on WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "Book on WhatsApp", href: "https://wa.me/919999999999"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user