Merge version_1 into main #2
@@ -37,9 +37,7 @@ export default function ContactPage() {
|
||||
{ label: "Call: +91 99099 07848", href: "tel:+919909907848" },
|
||||
{ label: "WhatsApp Us", href: "https://wa.me/919909907848" },
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Vesu+Surat",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Vesu+Surat"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -65,7 +63,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -92,32 +90,14 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
value: "Open Daily",
|
||||
title: "Until 8:00 PM",
|
||||
},
|
||||
value: "Open Daily", title: "Until 8:00 PM"},
|
||||
{
|
||||
value: "4.9★",
|
||||
title: "Google Rated",
|
||||
},
|
||||
value: "4.9★", title: "Google Rated"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/street-maps_23-2147511325.jpg"
|
||||
imageAlt="The Baroda Salon Location Map"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: +91 99099 07848",
|
||||
href: "tel:+919909907848",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Message",
|
||||
href: "https://wa.me/919909907848",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Opp+Swastik+Woods+Someshwara+Enclave+Vesu+Surat",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,33 +112,19 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.9★",
|
||||
description: "Google Rating (286 Reviews)",
|
||||
},
|
||||
id: "1", value: "4.9★", description: "Google Rating (286 Reviews)"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "2", value: "100%", description: "Customer Satisfaction Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
description: "Professional Stylists",
|
||||
},
|
||||
id: "3", value: "15+", description: "Professional Stylists"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Open",
|
||||
description: "Daily Until 8 PM",
|
||||
},
|
||||
id: "4", value: "Open", description: "Daily Until 8 PM"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Reviews",
|
||||
href: "reviews",
|
||||
},
|
||||
text: "View All Reviews", href: "reviews"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
251
src/app/page.tsx
251
src/app/page.tsx
@@ -51,9 +51,7 @@ export default function HomePage() {
|
||||
{ label: "Call: +91 99099 07848", href: "tel:+919909907848" },
|
||||
{ label: "WhatsApp Us", href: "https://wa.me/919909907848" },
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Opp+Swastik+Woods+Someshwara+Enclave+Vesu+Surat",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Opp+Swastik+Woods+Someshwara+Enclave+Vesu+Surat"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -83,7 +81,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -106,18 +104,16 @@ export default function HomePage() {
|
||||
tag="Premium Salon Services"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919909907848" },
|
||||
{ text: "Book Appointment", href: "#appointment" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Why Choose Us",
|
||||
logoIcon: Scissors,
|
||||
title: "Why Choose Us", logoIcon: Scissors,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=1",
|
||||
sidebarItems: [
|
||||
"http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg", sidebarItems: [
|
||||
{ icon: Star, active: true },
|
||||
{ icon: Users, active: false },
|
||||
{ icon: Clock, active: false },
|
||||
@@ -128,36 +124,23 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Google Rating",
|
||||
values: [4.9, 4.9, 4.9],
|
||||
description: "from 286+ reviews",
|
||||
},
|
||||
title: "Google Rating", values: [4.9, 4.9, 4.9],
|
||||
description: "from 286+ reviews"},
|
||||
{
|
||||
title: "Happy Clients",
|
||||
values: [286, 300, 350],
|
||||
valueSuffix: "+",
|
||||
description: "satisfied customers",
|
||||
},
|
||||
title: "Happy Clients", values: [286, 300, 350],
|
||||
valueSuffix: "+", description: "satisfied customers"},
|
||||
{
|
||||
title: "Professional Team",
|
||||
values: [10, 12, 15],
|
||||
valueSuffix: "+",
|
||||
description: "expert stylists",
|
||||
},
|
||||
title: "Professional Team", values: [10, 12, 15],
|
||||
valueSuffix: "+", description: "expert stylists"},
|
||||
],
|
||||
listTitle: "Premium Services",
|
||||
listItems: [
|
||||
listTitle: "Premium Services", listItems: [
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Professional Haircuts",
|
||||
status: "Daily",
|
||||
},
|
||||
title: "Professional Haircuts", status: "Daily"},
|
||||
{ icon: Sparkles, title: "Hair Styling & Design", status: "Available" },
|
||||
{ icon: Heart, title: "Hygienic Environment", status: "Certified" },
|
||||
],
|
||||
searchPlaceholder: "Book your service",
|
||||
containerClassName: "rounded-theme",
|
||||
}}
|
||||
searchPlaceholder: "Book your service", containerClassName: "rounded-theme"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,25 +154,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.9★",
|
||||
description: "Google Rating (286 Reviews)",
|
||||
},
|
||||
id: "1", value: "4.9★", description: "Google Rating (286 Reviews)"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "2", value: "100%", description: "Customer Satisfaction Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
description: "Professional Stylists",
|
||||
},
|
||||
id: "3", value: "15+", description: "Professional Stylists"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Open",
|
||||
description: "Daily Until 8 PM",
|
||||
},
|
||||
id: "4", value: "Open", description: "Daily Until 8 PM"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -207,21 +178,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Unprofessional staff",
|
||||
"Unhygienic environment",
|
||||
"Inconsistent results",
|
||||
"Long waiting times",
|
||||
],
|
||||
"Unprofessional staff", "Unhygienic environment", "Inconsistent results", "Long waiting times"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Expert professional stylists",
|
||||
"100% hygienic certified salon",
|
||||
"Consistent premium quality",
|
||||
"Quick appointment-based service",
|
||||
"Personalized styling consultation",
|
||||
"Latest grooming trends",
|
||||
],
|
||||
"Expert professional stylists", "100% hygienic certified salon", "Consistent premium quality", "Quick appointment-based service", "Personalized styling consultation", "Latest grooming trends"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Book Your Service", href: "#appointment" }]}
|
||||
@@ -239,41 +200,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Fade Haircut",
|
||||
price: "₹500",
|
||||
variant: "Men's Styling",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1",
|
||||
imageAlt: "Professional men's fade haircut styling",
|
||||
},
|
||||
id: "1", name: "Modern Fade Haircut", price: "₹500", variant: "Men's Styling", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Professional men's fade haircut styling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Women's Hair Styling",
|
||||
price: "₹800",
|
||||
variant: "Hair Design",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hairdresser-working-with-girl_23-2147769871.jpg?_wi=1",
|
||||
imageAlt: "Professional women's hair styling",
|
||||
},
|
||||
id: "2", name: "Women's Hair Styling", price: "₹800", variant: "Hair Design", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hairdresser-working-with-girl_23-2147769871.jpg", imageAlt: "Professional women's hair styling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Salon Interior & Ambiance",
|
||||
price: "Premium",
|
||||
variant: "Hygienic Environment",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=1",
|
||||
imageAlt: "Professional salon interior design",
|
||||
},
|
||||
id: "3", name: "Salon Interior & Ambiance", price: "Premium", variant: "Hygienic Environment", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg", imageAlt: "Professional salon interior design"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hair Spa Treatment",
|
||||
price: "₹1000",
|
||||
variant: "Women's Care",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-barbershop_1303-5414.jpg?_wi=1",
|
||||
imageAlt: "Professional hair spa treatment",
|
||||
},
|
||||
id: "4", name: "Hair Spa Treatment", price: "₹1000", variant: "Women's Care", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-barbershop_1303-5414.jpg", imageAlt: "Professional hair spa treatment"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -291,89 +228,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar, Vesu",
|
||||
date: "Date: 15 Jan 2025",
|
||||
title: "Amazing Experience",
|
||||
quote:
|
||||
"Had an amazing experience with affordable haircut charges and excellent services. The staff is very professional and the environment is super clean. Highly recommended!",
|
||||
tag: "Verified Customer",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar, Vesu", date: "Date: 15 Jan 2025", title: "Amazing Experience", quote:
|
||||
"Had an amazing experience with affordable haircut charges and excellent services. The staff is very professional and the environment is super clean. Highly recommended!", tag: "Verified Customer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma, Vesu",
|
||||
date: "Date: 12 Jan 2025",
|
||||
title: "Best Salon in Vesu",
|
||||
quote:
|
||||
"Great haircuts, fantastic services, and I absolutely love the atmosphere. The stylists really understand what you want and deliver exactly that. Been a regular for 2 years now!",
|
||||
tag: "Regular Client",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-4045.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-4045.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma, Vesu", date: "Date: 12 Jan 2025", title: "Best Salon in Vesu", quote:
|
||||
"Great haircuts, fantastic services, and I absolutely love the atmosphere. The stylists really understand what you want and deliver exactly that. Been a regular for 2 years now!", tag: "Regular Client", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-4045.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-4045.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Patel, Surat",
|
||||
date: "Date: 10 Jan 2025",
|
||||
title: "Professional Quality",
|
||||
quote:
|
||||
"Amazing service and beautiful haircut. The barbers are highly skilled and they pay attention to every detail. Worth every penny. Will definitely come back!",
|
||||
tag: "5 Star Review",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/excited-young-businessman-triumphing-outdoors_1262-7210.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/excited-young-businessman-triumphing-outdoors_1262-7210.jpg?_wi=1",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "3", name: "Vikram Patel, Surat", date: "Date: 10 Jan 2025", title: "Professional Quality", quote:
|
||||
"Amazing service and beautiful haircut. The barbers are highly skilled and they pay attention to every detail. Worth every penny. Will definitely come back!", tag: "5 Star Review", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/excited-young-businessman-triumphing-outdoors_1262-7210.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/excited-young-businessman-triumphing-outdoors_1262-7210.jpg", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Singh, Vesu",
|
||||
date: "Date: 8 Jan 2025",
|
||||
title: "Exceptional Service",
|
||||
quote:
|
||||
"The hair styling here is top-notch. My hair has never looked better. The staff is courteous, the salon is immaculate, and they follow all hygiene protocols. Highly satisfied!",
|
||||
tag: "Hair Styling",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg?_wi=1",
|
||||
imageAlt: "Meera Singh",
|
||||
},
|
||||
id: "4", name: "Meera Singh, Vesu", date: "Date: 8 Jan 2025", title: "Exceptional Service", quote:
|
||||
"The hair styling here is top-notch. My hair has never looked better. The staff is courteous, the salon is immaculate, and they follow all hygiene protocols. Highly satisfied!", tag: "Hair Styling", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg", imageAlt: "Meera Singh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Arjun Desai, Surat",
|
||||
date: "Date: 5 Jan 2025",
|
||||
title: "Best Male to Male Service",
|
||||
quote:
|
||||
"Perfect haircut experience. The male barber understood exactly what I wanted. Clean environment, professional approach, reasonable pricing. Booking appointments saves time!",
|
||||
tag: "Men's Cut",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=1",
|
||||
imageAlt: "Arjun Desai",
|
||||
},
|
||||
id: "5", name: "Arjun Desai, Surat", date: "Date: 5 Jan 2025", title: "Best Male to Male Service", quote:
|
||||
"Perfect haircut experience. The male barber understood exactly what I wanted. Clean environment, professional approach, reasonable pricing. Booking appointments saves time!", tag: "Men's Cut", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Arjun Desai"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sneha Gupta, Vesu",
|
||||
date: "Date: 2 Jan 2025",
|
||||
title: "Premium Grooming Experience",
|
||||
quote:
|
||||
"Fantastic hair spa and treatment services. The female stylists are very experienced and considerate. They make you feel comfortable and the results are always excellent. Highly recommended!",
|
||||
tag: "Women's Service",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "Sneha Gupta",
|
||||
},
|
||||
id: "6", name: "Sneha Gupta, Vesu", date: "Date: 2 Jan 2025", title: "Premium Grooming Experience", quote:
|
||||
"Fantastic hair spa and treatment services. The female stylists are very experienced and considerate. They make you feel comfortable and the results are always excellent. Highly recommended!", tag: "Women's Service", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sneha Gupta"},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:+919909907848" }]}
|
||||
/>
|
||||
@@ -385,39 +268,25 @@ export default function HomePage() {
|
||||
description="Schedule your perfect grooming session at The Baroda Salon. Fill in your details and we'll confirm your booking. Appointments are compulsory."
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"
|
||||
imageAlt="The Baroda Salon Interior"
|
||||
mediaAnimation="slide-up"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+91 99099 07848",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+91 99099 07848", required: true,
|
||||
},
|
||||
{
|
||||
name: "service",
|
||||
type: "text",
|
||||
placeholder: "Select Service (Haircut, Styling, etc.)",
|
||||
required: true,
|
||||
name: "service", type: "text", placeholder: "Select Service (Haircut, Styling, etc.)", required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Preferred Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Preferred Date", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Additional preferences or notes...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Additional preferences or notes...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
buttonText="Book Appointment"
|
||||
@@ -425,10 +294,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
{/* Contact section will be on /contact page, not home */}
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="THE BARODA SALON"
|
||||
|
||||
@@ -38,9 +38,7 @@ export default function ServicesPage() {
|
||||
{ label: "Call: +91 99099 07848", href: "tel:+919909907848" },
|
||||
{ label: "WhatsApp Us", href: "https://wa.me/919909907848" },
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Opp+Swastik+Woods+Someshwara+Enclave+Vesu+Surat",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=UG-111+UNICORN+PALAZZO+Opp+Swastik+Woods+Someshwara+Enclave+Vesu+Surat"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -66,7 +64,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -92,21 +90,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited service options",
|
||||
"Inexperienced staff",
|
||||
"Poor customer care",
|
||||
"No personalization",
|
||||
],
|
||||
"Limited service options", "Inexperienced staff", "Poor customer care", "No personalization"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Wide range of professional services",
|
||||
"Expert certified stylists",
|
||||
"Personalized consultation",
|
||||
"Premium product quality",
|
||||
"Flexible scheduling",
|
||||
"Competitive pricing",
|
||||
],
|
||||
"Wide range of professional services", "Expert certified stylists", "Personalized consultation", "Premium product quality", "Flexible scheduling", "Competitive pricing"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Book Your Service", href: "#" }]}
|
||||
@@ -124,41 +112,17 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Professional Men's Haircut",
|
||||
price: "₹300-500",
|
||||
variant: "Classic & Fade Styles",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2",
|
||||
imageAlt: "Men's professional haircut service",
|
||||
},
|
||||
id: "1", name: "Professional Men's Haircut", price: "₹300-500", variant: "Classic & Fade Styles", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Men's professional haircut service"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Women's Hair Styling",
|
||||
price: "₹500-1200",
|
||||
variant: "Cut, Color & Design",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hairdresser-working-with-girl_23-2147769871.jpg?_wi=2",
|
||||
imageAlt: "Women's professional hair styling",
|
||||
},
|
||||
id: "2", name: "Women's Hair Styling", price: "₹500-1200", variant: "Cut, Color & Design", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hairdresser-working-with-girl_23-2147769871.jpg", imageAlt: "Women's professional hair styling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hair Spa & Treatment",
|
||||
price: "₹800-1500",
|
||||
variant: "Premium Therapeutic Care",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-barbershop_1303-5414.jpg?_wi=2",
|
||||
imageAlt: "Professional hair spa treatment",
|
||||
},
|
||||
id: "3", name: "Hair Spa & Treatment", price: "₹800-1500", variant: "Premium Therapeutic Care", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-barbershop_1303-5414.jpg", imageAlt: "Professional hair spa treatment"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beard Grooming & Shaping",
|
||||
price: "₹200-400",
|
||||
variant: "Expert Beard Design",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=2",
|
||||
imageAlt: "Professional beard grooming",
|
||||
},
|
||||
id: "4", name: "Beard Grooming & Shaping", price: "₹200-400", variant: "Expert Beard Design", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg", imageAlt: "Professional beard grooming"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -175,19 +139,14 @@ export default function ServicesPage() {
|
||||
description="The Baroda Salon specializes in comprehensive grooming services for both men and women. With certified stylists and premium products, we ensure every client leaves feeling their absolute best. Our salon follows strict hygiene protocols and maintains a welcoming, professional atmosphere."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Certified Stylists & Barbers",
|
||||
},
|
||||
value: "15+", title: "Certified Stylists & Barbers"},
|
||||
{
|
||||
value: "4.9★",
|
||||
title: "Customer Satisfaction Rating",
|
||||
},
|
||||
value: "4.9★", title: "Customer Satisfaction Rating"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"
|
||||
imageAlt="The Baroda Salon Professional Interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Schedule Appointment", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user