Merge version_2 into main #2
@@ -22,7 +22,8 @@ const raleway = Raleway({
|
||||
export const metadata: Metadata = {
|
||||
title: "VIP SPA CENTRE - Premium Spa in Banaswadi, Bengaluru", description: "Experience premium spa therapies at VIP SPA CENTRE in Banaswadi. Expert massage, aromatherapy & wellness treatments. 4.8★ rated. Call 080955 99992 to book.", keywords: "spa in Banaswadi, massage spa Bengaluru, relaxation therapy, body massage, stress relief, wellness spa OMBR Layout", metadataBase: new URL("https://vipspacentre.com"),
|
||||
alternates: {
|
||||
canonical: "https://vipspacentre.com"},
|
||||
canonical: "https://vipspacentre.com"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -30,7 +31,8 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "VIP SPA CENTRE - Premium Wellness & Spa Services", description: "Relax, recharge & rejuvenate at VIP SPA CENTRE. Professional therapists, hygienic environment, premium spa treatments in Banaswadi.", siteName: "VIP SPA CENTRE", type: "website", url: "https://vipspacentre.com", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", alt: "VIP SPA CENTRE - Premium Spa Experience"},
|
||||
url: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", alt: "VIP SPA CENTRE - Premium Spa Experience"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
@@ -1422,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -45,6 +45,14 @@ export default function SpaLandingPage() {
|
||||
title="Relax, Recharge & Rejuvenate"
|
||||
description="Premium spa therapies in the heart of Banaswadi designed to relax your body and mind. Experience the ultimate wellness destination with expert therapists and hygienic, peaceful treatments."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Premium Wellness"
|
||||
tagAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", alt: "Happy customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg", alt: "Happy customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Happy customer 3" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Bengaluru residents"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=1"
|
||||
imageAlt="Relaxing spa massage treatment"
|
||||
buttons={[
|
||||
@@ -78,36 +86,44 @@ export default function SpaLandingPage() {
|
||||
title: "Full Body Massage", description: "Complete relaxation therapy targeting all muscle groups for total body rejuvenation.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-salon-having-therapy_23-2148824064.jpg?_wi=1", imageAlt: "Full body massage treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-salon-having-therapy_23-2148824064.jpg?_wi=1", imageAlt: "Full body massage treatment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=2", imageAlt: "Professional spa massage"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=2", imageAlt: "Professional spa massage"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Deep Tissue Therapy", description: "Targeted massage therapy designed to relieve tension and muscle pain.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649759.jpg?_wi=1", imageAlt: "Deep tissue massage therapy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649759.jpg?_wi=1", imageAlt: "Deep tissue massage therapy"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-salon-having-therapy_23-2148824064.jpg?_wi=2", imageAlt: "Therapeutic massage treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-salon-having-therapy_23-2148824064.jpg?_wi=2", imageAlt: "Therapeutic massage treatment"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Aromatherapy Massage", description: "Soothing massage enhanced with therapeutic essential oils for enhanced relaxation.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-incense-sticks-candles-books-windowsill_169016-45119.jpg?_wi=1", imageAlt: "Aromatherapy spa massage"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-incense-sticks-candles-books-windowsill_169016-45119.jpg?_wi=1", imageAlt: "Aromatherapy spa massage"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg?_wi=1", imageAlt: "Relaxing aromatherapy treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg?_wi=1", imageAlt: "Relaxing aromatherapy treatment"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Stress Relief Therapy", description: "Specialized treatment focused on reducing stress and promoting mental wellness.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg?_wi=2", imageAlt: "Stress relief massage therapy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg?_wi=2", imageAlt: "Stress relief massage therapy"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=3", imageAlt: "Relaxing therapeutic treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=3", imageAlt: "Relaxing therapeutic treatment"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -125,19 +141,23 @@ export default function SpaLandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.8★", title: "Highly Rated Spa", items: [
|
||||
"125+ verified reviews", "Consistent 5-star feedback", "Trusted by Banaswadi residents"],
|
||||
"125+ verified reviews", "Consistent 5-star feedback", "Trusted by Banaswadi residents"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "100%", title: "Hygienic & Safe", items: [
|
||||
"Premium sanitation standards", "Clean, peaceful environment", "High health protocols"],
|
||||
"Premium sanitation standards", "Clean, peaceful environment", "High health protocols"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "10+", title: "Experienced Therapists", items: [
|
||||
"Professionally trained staff", "Years of wellness expertise", "Certified massage practitioners"],
|
||||
"Professionally trained staff", "Years of wellness expertise", "Certified massage practitioners"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", title: "Open Daily Until 10 PM", items: [
|
||||
"Convenient scheduling", "Flexible appointment times", "Perfect for professionals"],
|
||||
"Convenient scheduling", "Flexible appointment times", "Perfect for professionals"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -153,17 +173,23 @@ export default function SpaLandingPage() {
|
||||
tag="Client Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma, Professional", date: "Date: 15 January 2025", title: "Best Spa Experience in Banaswadi!", quote: "Staff's friendly, treatments are on point, and the vibe's relaxing. I visit weekly for my massage therapy and couldn't ask for better service. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263623.jpg?_wi=1"},
|
||||
id: "1", name: "Priya Sharma, Professional", date: "Date: 15 January 2025", title: "Best Spa Experience in Banaswadi!", quote: "Staff's friendly, treatments are on point, and the vibe's relaxing. I visit weekly for my massage therapy and couldn't ask for better service. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263623.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Gupta, Business Executive", date: "Date: 10 January 2025", title: "Perfect for Stress Relief", quote: "The environment is peaceful, hygienic, and maintained at a very high standard. The deep tissue massage helped relieve my back pain. Excellent professionalism!", tag: "Stress Relief", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263623.jpg?_wi=2"},
|
||||
id: "2", name: "Rajesh Gupta, Business Executive", date: "Date: 10 January 2025", title: "Perfect for Stress Relief", quote: "The environment is peaceful, hygienic, and maintained at a very high standard. The deep tissue massage helped relieve my back pain. Excellent professionalism!", tag: "Stress Relief", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263623.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ananya Desai, Corporate Manager", date: "Date: 5 January 2025", title: "Worth Every Rupee", quote: "Premium quality treatments at reasonable prices. The therapists are well-trained and genuinely care about your wellbeing. I've recommended VIP Spa to all my friends!", tag: "Quality Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=4"},
|
||||
id: "3", name: "Ananya Desai, Corporate Manager", date: "Date: 5 January 2025", title: "Worth Every Rupee", quote: "Premium quality treatments at reasonable prices. The therapists are well-trained and genuinely care about your wellbeing. I've recommended VIP Spa to all my friends!", tag: "Quality Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikram Singh, Working Professional", date: "Date: 28 December 2024", title: "A Wellness Haven", quote: "Best decision to start my wellness routine at VIP Spa. The aromatherapy massage is absolutely rejuvenating. Open until 10 PM makes it super convenient!", tag: "Wellness Journey", avatarSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-incense-sticks-candles-books-windowsill_169016-45119.jpg?_wi=2"},
|
||||
id: "4", name: "Vikram Singh, Working Professional", date: "Date: 28 December 2024", title: "A Wellness Haven", quote: "Best decision to start my wellness routine at VIP Spa. The aromatherapy massage is absolutely rejuvenating. Open until 10 PM makes it super convenient!", tag: "Wellness Journey", avatarSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-incense-sticks-candles-books-windowsill_169016-45119.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sneha Patel, Fitness Enthusiast", date: "Date: 20 December 2024", title: "Excellent Recovery Treatment", quote: "Perfect complement to my fitness routine. The therapists understand muscle tension and provide targeted relief. Highly professional and clean facility!", tag: "Recovery Therapy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649759.jpg?_wi=2"},
|
||||
id: "5", name: "Sneha Patel, Fitness Enthusiast", date: "Date: 20 December 2024", title: "Excellent Recovery Treatment", quote: "Perfect complement to my fitness routine. The therapists understand muscle tension and provide targeted relief. Highly professional and clean facility!", tag: "Recovery Therapy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-massage_23-2150649759.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Arjun Kumar, Consultant", date: "Date: 15 December 2024", title: "Premium Spa Experience", quote: "Outstanding service quality and attention to detail. The full body massage left me completely refreshed. Every visit feels special here. Keep up the great work!", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=5"},
|
||||
id: "6", name: "Arjun Kumar, Consultant", date: "Date: 15 December 2024", title: "Premium Spa Experience", quote: "Outstanding service quality and attention to detail. The full body massage left me completely refreshed. Every visit feels special here. Keep up the great work!", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=5"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -202,7 +228,8 @@ export default function SpaLandingPage() {
|
||||
items: [
|
||||
{ label: "Call: 080955 99992", href: "tel:08095599992" },
|
||||
{
|
||||
label: "Get Directions", href: "https://maps.google.com?q=First+Floor,+RNS+Complex,+309,+4th+Cross,+OMBR+Layout,+Banaswadi,+Bengaluru,+Karnataka+560043"},
|
||||
label: "Get Directions", href: "https://maps.google.com?q=First+Floor,+RNS+Complex,+309,+4th+Cross,+OMBR+Layout,+Banaswadi,+Bengaluru,+Karnataka+560043"
|
||||
},
|
||||
{ label: "Book Appointment", href: "#contact" },
|
||||
],
|
||||
},
|
||||
@@ -225,4 +252,4 @@ export default function SpaLandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user