Update src/app/page.tsx
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Facial Treatments", href: "/services" },
|
||||
{ label: "Hair Services", href: "/services" },
|
||||
{ label: "Threading", href: "/services" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: 9600242270", href: "tel:9600242270" },
|
||||
{ label: "WhatsApp: 8903942895", href: "https://wa.me/918903942895" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{ label: "Kausthubham Complex", href: "#" },
|
||||
{ label: "Sarjapura, Bangalore", href: "#" },
|
||||
{ label: "562125", href: "#" },
|
||||
@@ -67,7 +63,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -86,7 +82,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Good Vibes Beauty Spa & Academy"
|
||||
description="Professional beauty salon located in Sarjapura, Bangalore offering comprehensive beauty services, spa treatments, hair care, and makeup services. Experience luxury and elegance at our premium salon destination."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years of Excellence" },
|
||||
{ value: "500+", label: "Happy Clients" },
|
||||
@@ -113,7 +109,7 @@ export default function HomePage() {
|
||||
description="Your Premium Beauty Destination"
|
||||
subdescription="Located in Sarjapura, Bangalore - Dedicated to Excellence Since Establishment"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9064.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9064.jpg"
|
||||
imageAlt="Professional salon mirrors and lighting setup"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -129,116 +125,54 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "facial",
|
||||
price: "₹4,000",
|
||||
name: "Facial Treatments",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
id: "facial", price: "₹4,000", name: "Facial Treatments", badge: "Popular", badgeIcon: Star,
|
||||
buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"VLCC Facial",
|
||||
"Shahnaz Treatment",
|
||||
"Lotus Facial",
|
||||
"O3+ Advanced",
|
||||
"Radiant Skin",
|
||||
"Raaga Therapy",
|
||||
"Hydra Facial",
|
||||
"Aroma Magic",
|
||||
],
|
||||
"VLCC Facial", "Shahnaz Treatment", "Lotus Facial", "O3+ Advanced", "Radiant Skin", "Raaga Therapy", "Hydra Facial", "Aroma Magic"],
|
||||
},
|
||||
{
|
||||
id: "threading",
|
||||
price: "₹30",
|
||||
name: "Threading Services",
|
||||
buttons: [
|
||||
id: "threading", price: "₹30", name: "Threading Services", buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"Eyebrow Threading ₹50",
|
||||
"Upper Lips ₹30",
|
||||
"Chin Threading ₹30",
|
||||
"Sides Threading ₹40",
|
||||
"Forehead Threading ₹30",
|
||||
"Full Face Threading ₹250",
|
||||
],
|
||||
"Eyebrow Threading ₹50", "Upper Lips ₹30", "Chin Threading ₹30", "Sides Threading ₹40", "Forehead Threading ₹30", "Full Face Threading ₹250"],
|
||||
},
|
||||
{
|
||||
id: "waxing",
|
||||
price: "₹150",
|
||||
name: "Waxing Services",
|
||||
buttons: [
|
||||
id: "waxing", price: "₹150", name: "Waxing Services", buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"Honey Wax Premium",
|
||||
"Chocolate Wax Luxury",
|
||||
"Rica Professional Wax",
|
||||
"Brazilian Wax",
|
||||
"Roll-on Wax",
|
||||
"Arms, Legs, Back",
|
||||
"Face & Full Body",
|
||||
],
|
||||
"Honey Wax Premium", "Chocolate Wax Luxury", "Rica Professional Wax", "Brazilian Wax", "Roll-on Wax", "Arms, Legs, Back", "Face & Full Body"],
|
||||
},
|
||||
{
|
||||
id: "nails",
|
||||
price: "₹200",
|
||||
name: "Manicure & Pedicure",
|
||||
badge: "Best Value",
|
||||
badgeIcon: TrendingUp,
|
||||
id: "nails", price: "₹200", name: "Manicure & Pedicure", badge: "Best Value", badgeIcon: TrendingUp,
|
||||
buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"Basic Manicure",
|
||||
"Deluxe Treatment",
|
||||
"Spa Experience",
|
||||
"Paraffin Wax",
|
||||
"Rose Therapy",
|
||||
"De-Tan Service",
|
||||
"Raaga & O3 Options",
|
||||
],
|
||||
"Basic Manicure", "Deluxe Treatment", "Spa Experience", "Paraffin Wax", "Rose Therapy", "De-Tan Service", "Raaga & O3 Options"],
|
||||
},
|
||||
{
|
||||
id: "haircut",
|
||||
price: "₹300",
|
||||
name: "Hair Styling & Cuts",
|
||||
buttons: [
|
||||
id: "haircut", price: "₹300", name: "Hair Styling & Cuts", buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"Straight Cut ₹300",
|
||||
"Trendy Fringes ₹150",
|
||||
"U-Cut / V-Cut ₹500",
|
||||
"Layer Cut ₹600",
|
||||
"Creative Cut ₹800",
|
||||
"Baby Haircut ₹250",
|
||||
"Mushroom Cut ₹400",
|
||||
],
|
||||
"Straight Cut ₹300", "Trendy Fringes ₹150", "U-Cut / V-Cut ₹500", "Layer Cut ₹600", "Creative Cut ₹800", "Baby Haircut ₹250", "Mushroom Cut ₹400"],
|
||||
},
|
||||
{
|
||||
id: "coloring",
|
||||
price: "₹1,000",
|
||||
name: "Hair Coloring",
|
||||
buttons: [
|
||||
id: "coloring", price: "₹1,000", name: "Hair Coloring", buttons: [
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Call Now", href: "tel:9600242270" },
|
||||
],
|
||||
features: [
|
||||
"Root Touch Up ₹1,000",
|
||||
"Full Length ₹1,700+",
|
||||
"Highlight per Streak ₹250",
|
||||
"Global Highlight ₹3,500",
|
||||
"Crown Highlight ₹2,500",
|
||||
"Professional Brands",
|
||||
"Expert Application",
|
||||
],
|
||||
"Root Touch Up ₹1,000", "Full Length ₹1,700+", "Highlight per Streak ₹250", "Global Highlight ₹3,500", "Crown Highlight ₹2,500", "Professional Brands", "Expert Application"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -253,74 +187,38 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "package1",
|
||||
price: "₹999",
|
||||
name: "Beauty Starter",
|
||||
buttons: [
|
||||
id: "package1", price: "₹999", name: "Beauty Starter", buttons: [
|
||||
{ text: "Book Now", href: "tel:9600242270" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/919600242270" },
|
||||
],
|
||||
features: [
|
||||
"Facial Treatment",
|
||||
"Threading (Full Face)",
|
||||
"Bleach Treatment",
|
||||
"Nail Polish",
|
||||
],
|
||||
"Facial Treatment", "Threading (Full Face)", "Bleach Treatment", "Nail Polish"],
|
||||
},
|
||||
{
|
||||
id: "package2",
|
||||
price: "₹1,799",
|
||||
name: "Glow Radiance",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
id: "package2", price: "₹1,799", name: "Glow Radiance", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
buttons: [
|
||||
{ text: "Book Now", href: "tel:9600242270" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/919600242270" },
|
||||
],
|
||||
features: [
|
||||
"Premium Facial",
|
||||
"Full Face Threading",
|
||||
"Waxing Service",
|
||||
"Bleach & Manicure",
|
||||
"Pedicure Treatment",
|
||||
],
|
||||
"Premium Facial", "Full Face Threading", "Waxing Service", "Bleach & Manicure", "Pedicure Treatment"],
|
||||
},
|
||||
{
|
||||
id: "package3",
|
||||
price: "₹2,250",
|
||||
name: "Luxury Escape",
|
||||
buttons: [
|
||||
id: "package3", price: "₹2,250", name: "Luxury Escape", buttons: [
|
||||
{ text: "Book Now", href: "tel:9600242270" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/919600242270" },
|
||||
],
|
||||
features: [
|
||||
"Advanced Facial",
|
||||
"Threading Package",
|
||||
"Waxing Service",
|
||||
"Spa Manicure",
|
||||
"Spa Pedicure",
|
||||
"Hair Spa Treatment",
|
||||
],
|
||||
"Advanced Facial", "Threading Package", "Waxing Service", "Spa Manicure", "Spa Pedicure", "Hair Spa Treatment"],
|
||||
},
|
||||
{
|
||||
id: "package4",
|
||||
price: "₹2,800",
|
||||
name: "Complete Transformation",
|
||||
badge: "Premium",
|
||||
badgeIcon: Crown,
|
||||
id: "package4", price: "₹2,800", name: "Complete Transformation", badge: "Premium", badgeIcon: Crown,
|
||||
buttons: [
|
||||
{ text: "Book Now", href: "tel:9600242270" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/919600242270" },
|
||||
],
|
||||
features: [
|
||||
"Premium Facial",
|
||||
"Full Threading",
|
||||
"Complete Waxing",
|
||||
"Deluxe Manicure",
|
||||
"Deluxe Pedicure",
|
||||
"Hair Spa & Styling",
|
||||
"Makeup Consultation",
|
||||
],
|
||||
"Premium Facial", "Full Threading", "Complete Waxing", "Deluxe Manicure", "Deluxe Pedicure", "Hair Spa & Styling", "Makeup Consultation"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -336,45 +234,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Salon Interior",
|
||||
title: "Modern Reception & Waiting Area",
|
||||
excerpt: "Elegant entrance with comfortable seating and professional ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engaged-couple_23-2148060495.jpg?_wi=1",
|
||||
authorName: "Good Vibes Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg",
|
||||
date: "Professional Space",
|
||||
},
|
||||
id: "1", category: "Salon Interior", title: "Modern Reception & Waiting Area", excerpt: "Elegant entrance with comfortable seating and professional ambiance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engaged-couple_23-2148060495.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", date: "Professional Space"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Treatment Stations",
|
||||
title: "Professional Hair Styling Station",
|
||||
excerpt: "State-of-the-art equipment with professional lighting and mirrors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-tools_23-2148108858.jpg?_wi=1",
|
||||
authorName: "Good Vibes Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg",
|
||||
date: "Expert Setup",
|
||||
},
|
||||
id: "2", category: "Treatment Stations", title: "Professional Hair Styling Station", excerpt: "State-of-the-art equipment with professional lighting and mirrors", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-tools_23-2148108858.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg", date: "Expert Setup"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Spa Facilities",
|
||||
title: "Facial Treatment & Skincare Room",
|
||||
excerpt: "Luxurious treatment beds in a serene, professionally designed space",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elements-relaxing-massage-spa_23-2148176941.jpg?_wi=1",
|
||||
authorName: "Good Vibes Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg",
|
||||
date: "Relaxation Zone",
|
||||
},
|
||||
id: "3", category: "Spa Facilities", title: "Facial Treatment & Skincare Room", excerpt: "Luxurious treatment beds in a serene, professionally designed space", imageSrc: "http://img.b2bpic.net/free-photo/elements-relaxing-massage-spa_23-2148176941.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", date: "Relaxation Zone"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Service Areas",
|
||||
title: "Manicure & Pedicure Stations",
|
||||
excerpt: "Comfortable workstations with professional tools and elegant design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-manicure-salon-beauty-concept_1301-3369.jpg?_wi=1",
|
||||
authorName: "Good Vibes Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg",
|
||||
date: "Nail Care",
|
||||
},
|
||||
id: "4", category: "Service Areas", title: "Manicure & Pedicure Stations", excerpt: "Comfortable workstations with professional tools and elegant design", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-manicure-salon-beauty-concept_1301-3369.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg", date: "Nail Care"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -384,29 +250,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-business-man_23-2148479545.jpg?_wi=1",
|
||||
imageAlt: "Anjali Verma",
|
||||
},
|
||||
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-business-man_23-2148479545.jpg", imageAlt: "Anjali Verma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deepika Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1",
|
||||
imageAlt: "Deepika Patel",
|
||||
},
|
||||
id: "3", name: "Deepika Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", imageAlt: "Deepika Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=1",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", imageAlt: "Neha Gupta"},
|
||||
]}
|
||||
cardTitle="Over 500+ clients trust Good Vibes Beauty Spa & Academy for their beauty and wellness needs"
|
||||
cardTag="Trusted by Many"
|
||||
@@ -440,4 +290,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user