Merge version_1 into main #2
280
src/app/page.tsx
280
src/app/page.tsx
@@ -34,9 +34,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book Now",
|
||||
href: "/services",
|
||||
};
|
||||
text: "Book Now", href: "/services"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -45,7 +43,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -67,18 +65,13 @@ export default function HomePage() {
|
||||
description="Premium Hair & Beauty Salon in Paharganj, Delhi. Haircuts, Grooming, Bridal Makeup & Beauty Treatments by Professional Stylists."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918929324762",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918929324762"},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Book Appointment", href: "/services"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=1"
|
||||
variant: "plain"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg"
|
||||
imageAlt="Luxury Hair & Beauty Salon Interior"
|
||||
frameStyle="card"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -91,28 +84,17 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Premium salon experience with",
|
||||
},
|
||||
type: "text", content: "Premium salon experience with"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/room-with-modern-decor_1268-20.jpg",
|
||||
alt: "Professional salon environment",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/room-with-modern-decor_1268-20.jpg", alt: "Professional salon environment"},
|
||||
{
|
||||
type: "text",
|
||||
content: "4.7★ rating & 754+ happy customers",
|
||||
},
|
||||
type: "text", content: "4.7★ rating & 754+ happy customers"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918929324762",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/918929324762"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=1628-29+Main+Bazar+Rd+Paharganj+Delhi",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=1628-29+Main+Bazar+Rd+Paharganj+Delhi"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -125,76 +107,41 @@ export default function HomePage() {
|
||||
description="Experience the difference of professional expertise, premium products, and exceptional customer care"
|
||||
features={[
|
||||
{
|
||||
title: "Expert Stylists",
|
||||
description:
|
||||
"Professionally trained stylists with years of experience in latest techniques",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Expert Stylists", description:
|
||||
"Professionally trained stylists with years of experience in latest techniques", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Users,
|
||||
label: "Professional Staff",
|
||||
value: "15+ Years Experience",
|
||||
},
|
||||
label: "Professional Staff", value: "15+ Years Experience"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certified Experts",
|
||||
value: "Latest Training",
|
||||
},
|
||||
label: "Certified Experts", value: "Latest Training"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Rated",
|
||||
value: "4.7★ Rating",
|
||||
},
|
||||
label: "Customer Rated", value: "4.7★ Rating"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Only the finest products and equipment for your satisfaction",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Premium Quality", description: "Only the finest products and equipment for your satisfaction", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Top Brands",
|
||||
subtitle: "International Products",
|
||||
detail: "Using world-class beauty products",
|
||||
},
|
||||
title: "Top Brands", subtitle: "International Products", detail: "Using world-class beauty products"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Safety First",
|
||||
subtitle: "Hygiene Standards",
|
||||
detail: "Strict sanitization protocols",
|
||||
},
|
||||
title: "Safety First", subtitle: "Hygiene Standards", detail: "Strict sanitization protocols"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Latest Tech",
|
||||
subtitle: "Modern Equipment",
|
||||
detail: "Advanced salon technology",
|
||||
},
|
||||
title: "Latest Tech", subtitle: "Modern Equipment", detail: "Advanced salon technology"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick & Convenient",
|
||||
description: "Easy booking and flexible scheduling for your convenience",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Clock,
|
||||
variant: "text",
|
||||
texts: [
|
||||
"Same Day Appointments",
|
||||
"Open Until 10 PM",
|
||||
"Walk-ins Welcome",
|
||||
"Quick Service Options",
|
||||
],
|
||||
title: "Quick & Convenient", description: "Easy booking and flexible scheduling for your convenience", bentoComponent: "marquee", centerIcon: Clock,
|
||||
variant: "text", texts: [
|
||||
"Same Day Appointments", "Open Until 10 PM", "Walk-ins Welcome", "Quick Service Options"],
|
||||
},
|
||||
{
|
||||
title: "Local & Trusted",
|
||||
description: "Serving Paharganj community with pride since many years",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Local & Trusted", description: "Serving Paharganj community with pride since many years", bentoComponent: "map"},
|
||||
{
|
||||
title: "Special Offers",
|
||||
description: "Exclusive packages and discounts for loyal customers",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Gift,
|
||||
title: "Special Offers", description: "Exclusive packages and discounts for loyal customers", bentoComponent: "reveal-icon", icon: Gift,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -213,37 +160,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Men's Haircut",
|
||||
price: "₹300-500",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167371.jpg?_wi=1",
|
||||
imageAlt: "Professional men's haircut",
|
||||
},
|
||||
id: "1", name: "Men's Haircut", price: "₹300-500", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167371.jpg", imageAlt: "Professional men's haircut"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bridal Makeup",
|
||||
price: "₹3,000-8,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/visagiste-selecting-eyeshadow-client_23-2148113253.jpg?_wi=1",
|
||||
imageAlt: "Professional bridal makeup",
|
||||
},
|
||||
id: "2", name: "Bridal Makeup", price: "₹3,000-8,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/visagiste-selecting-eyeshadow-client_23-2148113253.jpg", imageAlt: "Professional bridal makeup"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hair Coloring",
|
||||
price: "₹1,500-4,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-japanese-hairdressers-getting-her-hair-done_23-2149395767.jpg?_wi=1",
|
||||
imageAlt: "Hair coloring and highlights",
|
||||
},
|
||||
id: "3", name: "Hair Coloring", price: "₹1,500-4,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-japanese-hairdressers-getting-her-hair-done_23-2149395767.jpg", imageAlt: "Hair coloring and highlights"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grooming & Waxing",
|
||||
price: "₹200-800",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48809.jpg?_wi=1",
|
||||
imageAlt: "Professional grooming services",
|
||||
},
|
||||
id: "4", name: "Grooming & Waxing", price: "₹200-800", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48809.jpg", imageAlt: "Professional grooming services"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -260,29 +187,17 @@ export default function HomePage() {
|
||||
author="Priya Sharma, Delhi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
alt: "Rajesh Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", alt: "Rajesh Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
alt: "Anjali Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Anjali Patel"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
|
||||
alt: "Neha Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Neha Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg",
|
||||
alt: "Vikram Gupta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg", alt: "Vikram Gupta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg",
|
||||
alt: "Meera Verma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg", alt: "Meera Verma"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -299,41 +214,23 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book an appointment?",
|
||||
content:
|
||||
"You can book an appointment by calling us at 8929324762, messaging on WhatsApp, or using our online booking form. We're open until 10 PM daily. Walk-ins are also welcome!",
|
||||
},
|
||||
id: "1", title: "How do I book an appointment?", content:
|
||||
"You can book an appointment by calling us at 8929324762, messaging on WhatsApp, or using our online booking form. We're open until 10 PM daily. Walk-ins are also welcome!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept cash, UPI, credit cards, and digital wallets. Payment can be made at the salon at the time of service.",
|
||||
},
|
||||
id: "2", title: "What payment methods do you accept?", content:
|
||||
"We accept cash, UPI, credit cards, and digital wallets. Payment can be made at the salon at the time of service."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer discounts for first-time customers?",
|
||||
content:
|
||||
"Yes! First-time customers get special introductory rates. Loyalty customers also enjoy exclusive packages and repeat customer discounts.",
|
||||
},
|
||||
id: "3", title: "Do you offer discounts for first-time customers?", content:
|
||||
"Yes! First-time customers get special introductory rates. Loyalty customers also enjoy exclusive packages and repeat customer discounts."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long does a typical service take?",
|
||||
content:
|
||||
"Haircuts typically take 30-45 minutes, bridal makeup 2-3 hours, hair coloring 1-2 hours, and other services vary. Our stylists will give you an estimate when booking.",
|
||||
},
|
||||
id: "4", title: "How long does a typical service take?", content:
|
||||
"Haircuts typically take 30-45 minutes, bridal makeup 2-3 hours, hair coloring 1-2 hours, and other services vary. Our stylists will give you an estimate when booking."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I cancel or reschedule my appointment?",
|
||||
content:
|
||||
"Yes, you can cancel or reschedule up to 2 hours before your appointment. Simply call or message us on WhatsApp for quick changes.",
|
||||
},
|
||||
id: "5", title: "Can I cancel or reschedule my appointment?", content:
|
||||
"Yes, you can cancel or reschedule up to 2 hours before your appointment. Simply call or message us on WhatsApp for quick changes."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you use quality products?",
|
||||
content:
|
||||
"Absolutely! We use only premium international brands and professional-grade products. All products are tested for safety and suitability for all hair and skin types.",
|
||||
},
|
||||
id: "6", title: "Do you use quality products?", content:
|
||||
"Absolutely! We use only premium international brands and professional-grade products. All products are tested for safety and suitability for all hair and skin types."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-women-taking-photos-cafe_23-2147785287.jpg"
|
||||
imageAlt="Professional salon consultation"
|
||||
@@ -353,8 +250,7 @@ export default function HomePage() {
|
||||
title="Ready to Transform Your Look?"
|
||||
description="Book your appointment today and experience premium salon services. Call, message, or fill the form below."
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Contact Us"
|
||||
@@ -368,83 +264,49 @@ export default function HomePage() {
|
||||
logoText="Big Brother"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Hair Services", href: "/services"},
|
||||
{
|
||||
label: "Makeup & Beauty",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Makeup & Beauty", href: "/services"},
|
||||
{
|
||||
label: "Grooming",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Grooming", href: "/services"},
|
||||
{
|
||||
label: "Special Packages",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Special Packages", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/#features",
|
||||
},
|
||||
label: "Our Team", href: "/#features"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Gallery", href: "/services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: 8929324762",
|
||||
href: "tel:+918929324762",
|
||||
},
|
||||
label: "Call: 8929324762", href: "tel:+918929324762"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/918929324762",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/918929324762"},
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=1628-29+Main+Bazar+Rd+Paharganj+Delhi",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=1628-29+Main+Bazar+Rd+Paharganj+Delhi"},
|
||||
{
|
||||
label: "Hours: Open Till 10 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Open Till 10 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Cancellation Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cancellation Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user