Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
392
src/app/page.tsx
392
src/app/page.tsx
@@ -34,47 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Bishkek Ladies Salon"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,42 +62,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Experience Unmatched Elegance at Bishkek Ladies Salon"
|
||||
description="Discover a sanctuary of beauty where luxury meets personalized care. Indulge in transformative treatments designed to enhance your natural radiance."
|
||||
tag="Your Beauty Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-white-suit-sits-white-cube-gallery_8353-10745.jpg",
|
||||
imageAlt: "Luxurious salon interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-white-suit-sits-white-cube-gallery_8353-10745.jpg", imageAlt: "Luxurious salon interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg",
|
||||
imageAlt: "Woman receiving hair treatment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-products_23-2148553409.jpg",
|
||||
imageAlt: "Make up products",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217987.jpg",
|
||||
imageAlt: "Model career kit still life",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-flower_23-2149704374.jpg",
|
||||
imageAlt: "Creative mirror background with flower",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg", imageAlt: "Woman receiving hair treatment"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -130,14 +89,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Our Sanctuary"
|
||||
description={[
|
||||
"At Bishkek Ladies Salon, we believe beauty is an art and every woman is a masterpiece. Our salon is a haven where you can relax, rejuvenate, and rediscover your inner glow. We combine expert techniques with premium products to deliver exceptional results.",
|
||||
"Our passionate team of stylists and beauty therapists are dedicated to providing a luxurious experience tailored to your unique needs. From classic elegance to modern trends, we ensure every visit leaves you feeling confident and pampered.",
|
||||
]}
|
||||
"At Bishkek Ladies Salon, we believe beauty is an art and every woman is a masterpiece. Our salon is a haven where you can relax, rejuvenate, and rediscover your inner glow. We combine expert techniques with premium products to deliver exceptional results.", "Our passionate team of stylists and beauty therapists are dedicated to providing a luxurious experience tailored to your unique needs. From classic elegance to modern trends, we ensure every visit leaves you feeling confident and pampered."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Meet Our Team", href: "#team"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={false}
|
||||
@@ -152,57 +107,33 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Hair Styling & Care",
|
||||
description: "Transform your look with expert cuts, colors, and treatments tailored to your unique style and hair type.",
|
||||
button: {
|
||||
text: "View Hair Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Hair Styling & Care", description: "Transform your look with expert cuts, colors, and treatments tailored to your unique style and hair type.", button: {
|
||||
text: "View Hair Services", href: "#pricing"},
|
||||
},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Manicure & Pedicure",
|
||||
description: "Indulge in luxurious nail care, from classic manicures to intricate nail art, ensuring your hands and feet are perfectly polished.",
|
||||
button: {
|
||||
text: "View Nail Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Manicure & Pedicure", description: "Indulge in luxurious nail care, from classic manicures to intricate nail art, ensuring your hands and feet are perfectly polished.", button: {
|
||||
text: "View Nail Services", href: "#pricing"},
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Facials & Skincare",
|
||||
description: "Rejuvenate your complexion with personalized facial treatments, designed to nourish, hydrate, and restore your skin's natural radiance.",
|
||||
button: {
|
||||
text: "View Skincare",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Facials & Skincare", description: "Rejuvenate your complexion with personalized facial treatments, designed to nourish, hydrate, and restore your skin's natural radiance.", button: {
|
||||
text: "View Skincare", href: "#pricing"},
|
||||
},
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Massage Therapy",
|
||||
description: "Melt away stress and tension with our soothing massage therapies, offering deep relaxation and renewed well-being.",
|
||||
button: {
|
||||
text: "View Massages",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Massage Therapy", description: "Melt away stress and tension with our soothing massage therapies, offering deep relaxation and renewed well-being.", button: {
|
||||
text: "View Massages", href: "#pricing"},
|
||||
},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Makeup Artistry",
|
||||
description: "Enhance your natural beauty for any occasion with professional makeup application, from subtle elegance to dazzling glamour.",
|
||||
button: {
|
||||
text: "View Makeup Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Makeup Artistry", description: "Enhance your natural beauty for any occasion with professional makeup application, from subtle elegance to dazzling glamour.", button: {
|
||||
text: "View Makeup Services", href: "#pricing"},
|
||||
},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Bridal Packages",
|
||||
description: "Look absolutely radiant on your special day with our comprehensive bridal beauty packages, ensuring perfection from head to toe.",
|
||||
button: {
|
||||
text: "View Bridal Packages",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Bridal Packages", description: "Look absolutely radiant on your special day with our comprehensive bridal beauty packages, ensuring perfection from head to toe.", button: {
|
||||
text: "View Bridal Packages", href: "#pricing"},
|
||||
},
|
||||
]}
|
||||
title="Signature Services for Radiant Beauty"
|
||||
@@ -218,65 +149,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "LuxuryHairCo",
|
||||
name: "Argan Radiance Hair Serum",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420621.jpg",
|
||||
imageAlt: "Argan Radiance Hair Serum",
|
||||
},
|
||||
id: "p1", brand: "LuxuryHairCo", name: "Argan Radiance Hair Serum", price: "$45.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420621.jpg", imageAlt: "Argan Radiance Hair Serum"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "ÉclatSkincare",
|
||||
name: "Revitalizing Peptide Face Cream",
|
||||
price: "$78.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg",
|
||||
imageAlt: "Revitalizing Peptide Face Cream",
|
||||
},
|
||||
id: "p2", brand: "ÉclatSkincare", name: "Revitalizing Peptide Face Cream", price: "$78.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Revitalizing Peptide Face Cream"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "PolishPerfect",
|
||||
name: "Gel-Effect Nail Lacquer (Rose Gold)",
|
||||
price: "$18.00",
|
||||
rating: 4,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345078.jpg",
|
||||
imageAlt: "Gel-Effect Nail Lacquer (Rose Gold)",
|
||||
},
|
||||
id: "p3", brand: "PolishPerfect", name: "Gel-Effect Nail Lacquer (Rose Gold)", price: "$18.00", rating: 4,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345078.jpg", imageAlt: "Gel-Effect Nail Lacquer (Rose Gold)"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "SilkBody",
|
||||
name: "Deep Hydration Body Lotion",
|
||||
price: "$32.00",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-bronze-cosmetic-pump-bottle_187299-47913.jpg",
|
||||
imageAlt: "Deep Hydration Body Lotion",
|
||||
},
|
||||
id: "p4", brand: "SilkBody", name: "Deep Hydration Body Lotion", price: "$32.00", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bronze-cosmetic-pump-bottle_187299-47913.jpg", imageAlt: "Deep Hydration Body Lotion"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "PureCleanse",
|
||||
name: "Volume & Shine Shampoo",
|
||||
price: "$28.00",
|
||||
rating: 4,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-dry-shampoo_52683-132224.jpg",
|
||||
imageAlt: "Volume & Shine Shampoo",
|
||||
},
|
||||
id: "p5", brand: "PureCleanse", name: "Volume & Shine Shampoo", price: "$28.00", rating: 4,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/person-using-dry-shampoo_52683-132224.jpg", imageAlt: "Volume & Shine Shampoo"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "PureCleanse",
|
||||
name: "Silky Smooth Conditioner",
|
||||
price: "$28.00",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-ampules-with-shadow-hair-comb_633478-167.jpg",
|
||||
imageAlt: "Silky Smooth Conditioner",
|
||||
},
|
||||
id: "p6", brand: "PureCleanse", name: "Silky Smooth Conditioner", price: "$28.00", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/set-ampules-with-shadow-hair-comb_633478-167.jpg", imageAlt: "Silky Smooth Conditioner"},
|
||||
]}
|
||||
title="Premium Beauty Products"
|
||||
description="Elevate your beauty routine with our curated selection of high-quality products, chosen for their effectiveness and luxurious feel. Discover professional-grade solutions for hair, skin, and nails."
|
||||
@@ -290,56 +179,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
title: "Classic Pamper",
|
||||
price: "$99",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Signature Hair Wash & Blowout",
|
||||
"Classic Manicure & Pedicure",
|
||||
"Express Facial",
|
||||
],
|
||||
id: "plan-1", title: "Classic Pamper", price: "$99", period: "per session", features: [
|
||||
"Signature Hair Wash & Blowout", "Classic Manicure & Pedicure", "Express Facial"],
|
||||
button: {
|
||||
text: "Select Classic",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-palm-with-grapefruit-petals-flowers-clear-white-water_23-2147830254.jpg",
|
||||
imageAlt: "Relaxing spa treatment",
|
||||
},
|
||||
text: "Select Classic", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-palm-with-grapefruit-petals-flowers-clear-white-water_23-2147830254.jpg", imageAlt: "Relaxing spa treatment"},
|
||||
{
|
||||
id: "plan-2",
|
||||
title: "Premium Radiance",
|
||||
price: "$189",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Advanced Hair Treatment & Style",
|
||||
"Gel Manicure & Spa Pedicure",
|
||||
"Deep Cleansing Facial with Serum",
|
||||
],
|
||||
id: "plan-2", title: "Premium Radiance", price: "$189", period: "per session", features: [
|
||||
"Advanced Hair Treatment & Style", "Gel Manicure & Spa Pedicure", "Deep Cleansing Facial with Serum"],
|
||||
button: {
|
||||
text: "Select Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg",
|
||||
imageAlt: "Woman with glowing skin",
|
||||
},
|
||||
text: "Select Premium", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg", imageAlt: "Woman with glowing skin"},
|
||||
{
|
||||
id: "plan-3",
|
||||
title: "Ultimate Glamour",
|
||||
price: "$299",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Full Hair Color/Highlight & Style",
|
||||
"Luxury Manicure & Pedicure with Paraffin",
|
||||
"Anti-Aging Facial & Professional Makeup",
|
||||
],
|
||||
id: "plan-3", title: "Ultimate Glamour", price: "$299", period: "per session", features: [
|
||||
"Full Hair Color/Highlight & Style", "Luxury Manicure & Pedicure with Paraffin", "Anti-Aging Facial & Professional Makeup"],
|
||||
button: {
|
||||
text: "Select Ultimate",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-beautiful-young-bride-is-smiling-camera_8353-9140.jpg",
|
||||
imageAlt: "Bridal makeup artistry",
|
||||
},
|
||||
text: "Select Ultimate", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-beautiful-young-bride-is-smiling-camera_8353-9140.jpg", imageAlt: "Bridal makeup artistry"},
|
||||
]}
|
||||
title="Our Service Packages"
|
||||
description="Indulge in our carefully designed packages offering exceptional value and a comprehensive beauty experience. Each package is tailored to provide maximum relaxation and stunning results."
|
||||
@@ -353,26 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aisuluu Karimova",
|
||||
role: "Master Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452696.jpg",
|
||||
imageAlt: "Aisuluu Karimova, Master Stylist",
|
||||
},
|
||||
id: "t1", name: "Aisuluu Karimova", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452696.jpg", imageAlt: "Aisuluu Karimova, Master Stylist"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dinara Baktybekova",
|
||||
role: "Lead Esthetician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg",
|
||||
imageAlt: "Dinara Baktybekova, Lead Esthetician",
|
||||
},
|
||||
id: "t2", name: "Dinara Baktybekova", role: "Lead Esthetician", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg", imageAlt: "Dinara Baktybekova, Lead Esthetician"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Gulnara Abdyldaeva",
|
||||
role: "Senior Nail Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-filing-nails-with-emery-board-home_1163-3836.jpg",
|
||||
imageAlt: "Gulnara Abdyldaeva, Senior Nail Technician",
|
||||
},
|
||||
id: "t3", name: "Gulnara Abdyldaeva", role: "Senior Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-filing-nails-with-emery-board-home_1163-3836.jpg", imageAlt: "Gulnara Abdyldaeva, Senior Nail Technician"},
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Our talented stylists and therapists are passionate about beauty and dedicated to delivering personalized experiences. Get to know the faces behind your fabulous transformations."
|
||||
@@ -384,43 +225,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Alina M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enchanting-black-young-woman-denim-jacket-pointing-with-finger-front-refined-curly-girl-with-excited-smile-posing-trendy-attire-standing_197531-4214.jpg",
|
||||
imageAlt: "Alina M. client photo",
|
||||
},
|
||||
id: "test-1", name: "Alina M.", imageSrc: "http://img.b2bpic.net/free-photo/enchanting-black-young-woman-denim-jacket-pointing-with-finger-front-refined-curly-girl-with-excited-smile-posing-trendy-attire-standing_197531-4214.jpg", imageAlt: "Alina M. client photo"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Farida S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/makeup-artist-female-customer-looking-mobile-phone_329181-1952.jpg",
|
||||
imageAlt: "Farida S. client photo",
|
||||
},
|
||||
id: "test-2", name: "Farida S.", imageSrc: "http://img.b2bpic.net/free-photo/makeup-artist-female-customer-looking-mobile-phone_329181-1952.jpg", imageAlt: "Farida S. client photo"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Zhanna K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-woman-with-protea-flower-concept-style-femininity_169016-59503.jpg",
|
||||
imageAlt: "Zhanna K. client photo",
|
||||
},
|
||||
id: "test-3", name: "Zhanna K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-woman-with-protea-flower-concept-style-femininity_169016-59503.jpg", imageAlt: "Zhanna K. client photo"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Elvira T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manicure-concept-close-up_23-2149171299.jpg",
|
||||
imageAlt: "Elvira T. client photo",
|
||||
},
|
||||
id: "test-4", name: "Elvira T.", imageSrc: "http://img.b2bpic.net/free-photo/manicure-concept-close-up_23-2149171299.jpg", imageAlt: "Elvira T. client photo"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Lira D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg",
|
||||
imageAlt: "Lira D. client photo",
|
||||
},
|
||||
id: "test-5", name: "Lira D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg", imageAlt: "Lira D. client photo"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Loved by Many"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read All Reviews", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="blur-reveal"
|
||||
@@ -433,20 +252,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can easily book an appointment through our website's 'Contact' section, by calling us directly, or by visiting our salon in person. We recommend booking in advance to secure your preferred time.",
|
||||
},
|
||||
id: "faq-1", title: "How do I book an appointment?", content: "You can easily book an appointment through our website's 'Contact' section, by calling us directly, or by visiting our salon in person. We recommend booking in advance to secure your preferred time."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, major credit cards (Visa, MasterCard, American Express), and mobile payment options. Please inquire about specific mobile payment methods when booking.",
|
||||
},
|
||||
id: "faq-2", title: "What payment methods do you accept?", content: "We accept cash, major credit cards (Visa, MasterCard, American Express), and mobile payment options. Please inquire about specific mobile payment methods when booking."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer gift certificates?",
|
||||
content: "Yes, we offer beautifully packaged gift certificates for all our services and products. They make the perfect present for any special occasion. Inquire at the reception for more details.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer gift certificates?", content: "Yes, we offer beautifully packaged gift certificates for all our services and products. They make the perfect present for any special occasion. Inquire at the reception for more details."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-bed-using-smartphone_23-2147912454.jpg"
|
||||
imageAlt="Woman looking thoughtfully at phone"
|
||||
@@ -462,20 +272,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Indulge?"
|
||||
title="Book Your Appointment Today"
|
||||
description="We invite you to experience the Bishkek Ladies Salon difference. Contact us to schedule your next beauty treatment and step into a world of elegance and relaxation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+996123456789",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+996123456789"},
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:info@bishkekladiessalon.com",
|
||||
},
|
||||
text: "Send a Message", href: "mailto:info@bishkekladiessalon.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -485,70 +290,41 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Styling",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hair Styling", href: "#services"},
|
||||
{
|
||||
label: "Manicure & Pedicure",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Manicure & Pedicure", href: "#services"},
|
||||
{
|
||||
label: "Facials",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Facials", href: "#services"},
|
||||
{
|
||||
label: "Massage Therapy",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Massage Therapy", href: "#services"},
|
||||
{
|
||||
label: "Makeup",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Makeup", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@bishkekladiessalon.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@bishkekladiessalon.com"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+996123456789",
|
||||
},
|
||||
label: "Call Us", href: "tel:+996123456789"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user