Update src/app/page.tsx
This commit is contained in:
282
src/app/page.tsx
282
src/app/page.tsx
@@ -32,71 +32,46 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Booking", id: "#contact"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "EN | ES",
|
||||
id: "#language-switcher",
|
||||
},
|
||||
name: "EN | ES", id: "#language-switcher"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/still-life-tools-nail-art_23-2150321313.jpg"
|
||||
logoAlt="ManiQ Lounge Logo"
|
||||
brandName="ManiQ Lounge"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="ManiQ Lounge"
|
||||
description="Fast, friendly mani-pedi, nail art, and spa experiences that celebrate you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cold-season-ski-resorts_482257-76518.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cold-season-ski-resorts_482257-76518.jpg"
|
||||
imageAlt="Warm, inviting interior of ManiQ Lounge nail salon with soft lighting"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -107,15 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story, Your Beauty Journey: Welcome to ManiQ Lounge",
|
||||
},
|
||||
type: "text", content: "Our Story, Your Beauty Journey: Welcome to ManiQ Lounge"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,64 +98,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Mani-Pedi",
|
||||
description: "Indulge in our classic manicure and pedicure for perfectly groomed hands and feet. Includes cuticle care, shaping, massage, and your choice of polish for a relaxing refresh.",
|
||||
buttons: [
|
||||
title: "Signature Mani-Pedi", description: "Indulge in our classic manicure and pedicure for perfectly groomed hands and feet. Includes cuticle care, shaping, massage, and your choice of polish for a relaxing refresh.", buttons: [
|
||||
{
|
||||
text: "Book Mani-Pedi",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Mani-Pedi", href: "#contact"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manicure-process_1098-16904.jpg",
|
||||
imageAlt: "Woman receiving a professional manicure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manicure-process_1098-16904.jpg", imageAlt: "Woman receiving a professional manicure"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13143.jpg",
|
||||
imageAlt: "Spa pedicure with flower petals",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tools-nail-art_23-2150321313.jpg",
|
||||
imageAlt: "woman receiving professional manicure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13143.jpg", imageAlt: "Spa pedicure with flower petals"}
|
||||
},
|
||||
{
|
||||
title: "Precise Nail Artistry",
|
||||
description: "Elevate your look with custom nail art, from delicate designs to bold statements. Our talented technicians bring your vision to life with meticulous attention to detail and creative flair.",
|
||||
buttons: [
|
||||
title: "Precise Nail Artistry", description: "Elevate your look with custom nail art, from delicate designs to bold statements. Our talented technicians bring your vision to life with meticulous attention to detail and creative flair.", buttons: [
|
||||
{
|
||||
text: "View Art Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
text: "View Art Gallery", href: "#gallery"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-hands-holding-tools-makeup-isolated-white_93675-134631.jpg",
|
||||
imageAlt: "Intricate nail art design on a hand",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-hands-holding-tools-makeup-isolated-white_93675-134631.jpg", imageAlt: "Intricate nail art design on a hand"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130306.jpg",
|
||||
imageAlt: "Gel nail application under UV light",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-cold-season-ski-resorts_482257-76518.jpg?_wi=2",
|
||||
imageAlt: "woman receiving professional manicure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130306.jpg", imageAlt: "Gel nail application under UV light"}
|
||||
},
|
||||
{
|
||||
title: "Luxurious Spa Pedicures",
|
||||
description: "Treat your feet to the ultimate pampering experience. Our spa pedicures combine therapeutic foot care with deep relaxation, leaving your feet feeling refreshed, soft, and beautiful.",
|
||||
buttons: [
|
||||
title: "Luxurious Spa Pedicures", description: "Treat your feet to the ultimate pampering experience. Our spa pedicures combine therapeutic foot care with deep relaxation, leaving your feet feeling refreshed, soft, and beautiful.", buttons: [
|
||||
{
|
||||
text: "Book Spa Pedicure",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Spa Pedicure", href: "#contact"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-spa-getting-exfoliation-massage_23-2149871894.jpg",
|
||||
imageAlt: "Luxury spa pedicure with foot mask",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-spa-getting-exfoliation-massage_23-2149871894.jpg", imageAlt: "Luxury spa pedicure with foot mask"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-salon-pedicure-foot-care-treatment-nail-process-professional-pedicures-master-blue-gloves-apply-light-pink-gel-polish_343596-1646.jpg",
|
||||
imageAlt: "Woman relaxing in a massage chair during a pedicure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-manicure-concept_23-2149171300.jpg",
|
||||
imageAlt: "woman receiving professional manicure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-salon-pedicure-foot-care-treatment-nail-process-professional-pedicures-master-blue-gloves-apply-light-pink-gel-polish_343596-1646.jpg", imageAlt: "Woman relaxing in a massage chair during a pedicure"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -202,47 +143,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elegant French Tips",
|
||||
price: "From $40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-beatiful-beige-nail-design-hold-dark-stylish-bag-white-background_127675-2664.jpg",
|
||||
imageAlt: "Elegant French tip manicure",
|
||||
},
|
||||
id: "1", name: "Elegant French Tips", price: "From $40", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-beatiful-beige-nail-design-hold-dark-stylish-bag-white-background_127675-2664.jpg", imageAlt: "Elegant French tip manicure"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vibrant Floral Art",
|
||||
price: "From $60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-nail-design-manicured-female-hand-with-glitter-manicure_127675-2382.jpg",
|
||||
imageAlt: "Vibrant floral nail art design",
|
||||
},
|
||||
id: "2", name: "Vibrant Floral Art", price: "From $60", imageSrc: "http://img.b2bpic.net/free-photo/yellow-nail-design-manicured-female-hand-with-glitter-manicure_127675-2382.jpg", imageAlt: "Vibrant floral nail art design"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Relaxing Spa Pedicure",
|
||||
price: "From $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-thermal-spa-treatment_23-2148476197.jpg",
|
||||
imageAlt: "Luxurious spa pedicure with essential oils",
|
||||
},
|
||||
id: "3", name: "Relaxing Spa Pedicure", price: "From $75", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-thermal-spa-treatment_23-2148476197.jpg", imageAlt: "Luxurious spa pedicure with essential oils"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chic Glitter Gel Nails",
|
||||
price: "From $55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-pink-nail-design-holding-black-cup_127675-2627.jpg",
|
||||
imageAlt: "Chic glitter gel manicure",
|
||||
},
|
||||
id: "4", name: "Chic Glitter Gel Nails", price: "From $55", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-pink-nail-design-holding-black-cup_127675-2627.jpg", imageAlt: "Chic glitter gel manicure"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Stylish Acrylic Extensions",
|
||||
price: "From $80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-having-his-nails-yellow_23-2148784407.jpg",
|
||||
imageAlt: "Stylish long acrylic nail extensions",
|
||||
},
|
||||
id: "5", name: "Stylish Acrylic Extensions", price: "From $80", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-having-his-nails-yellow_23-2148784407.jpg", imageAlt: "Stylish long acrylic nail extensions"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Modern Abstract Art",
|
||||
price: "From $65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262896.jpg",
|
||||
imageAlt: "Modern abstract nail art design",
|
||||
},
|
||||
id: "6", name: "Modern Abstract Art", price: "From $65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262896.jpg", imageAlt: "Modern abstract nail art design"},
|
||||
]}
|
||||
title="Our Nail Artistry & Spa Creations"
|
||||
description="Explore our portfolio of stunning nail artistry and luxurious spa treatments. Each image showcases our commitment to beauty, creativity, and impeccable quality."
|
||||
@@ -254,43 +165,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-showing-emotions-blue_1303-29747.jpg",
|
||||
imageAlt: "Happy client Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-showing-emotions-blue_1303-29747.jpg", imageAlt: "Happy client Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-applying-cream-her-face-against-white-background_23-2147901110.jpg",
|
||||
imageAlt: "Satisfied client Maria C.",
|
||||
},
|
||||
id: "2", name: "Maria C.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-applying-cream-her-face-against-white-background_23-2147901110.jpg", imageAlt: "Satisfied client Maria C."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg",
|
||||
imageAlt: "Relaxed client Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg", imageAlt: "Relaxed client Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg",
|
||||
imageAlt: "Energetic client David K.",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", imageAlt: "Energetic client David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-water_23-2148766605.jpg",
|
||||
imageAlt: "Client Jessica L. showing off nails",
|
||||
},
|
||||
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-water_23-2148766605.jpg", imageAlt: "Client Jessica L. showing off nails"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Rave Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read All Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -302,30 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "While we welcome walk-ins, we highly recommend booking an appointment to ensure we can provide you with the best experience and minimal wait time. You can book easily through our website or by calling us.",
|
||||
},
|
||||
id: "1", title: "Do you accept walk-ins?", content: "While we welcome walk-ins, we highly recommend booking an appointment to ensure we can provide you with the best experience and minimal wait time. You can book easily through our website or by calling us."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your hours of operation?",
|
||||
content: "ManiQ Lounge is open Tuesday to Saturday from 10 AM to 7 PM. We are closed on Sundays and Mondays. Please check our booking page for holiday hours.",
|
||||
},
|
||||
id: "2", title: "What are your hours of operation?", content: "ManiQ Lounge is open Tuesday to Saturday from 10 AM to 7 PM. We are closed on Sundays and Mondays. Please check our booking page for holiday hours."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer services for allergies or sensitive skin?",
|
||||
content: "Absolutely! Please inform us of any allergies or sensitivities when booking your appointment. Our technicians are trained to use alternative products and techniques to ensure your comfort and safety.",
|
||||
},
|
||||
id: "3", title: "Do you offer services for allergies or sensitive skin?", content: "Absolutely! Please inform us of any allergies or sensitivities when booking your appointment. Our technicians are trained to use alternative products and techniques to ensure your comfort and safety."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are your payment methods?",
|
||||
content: "We accept all major credit cards (Visa, Mastercard, American Express), debit cards, and cash. We also offer gift cards for the perfect pampering present!",
|
||||
},
|
||||
id: "4", title: "What are your payment methods?", content: "We accept all major credit cards (Visa, Mastercard, American Express), debit cards, and cash. We also offer gift cards for the perfect pampering present!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I book a last-minute appointment?",
|
||||
content: "Yes, we often have last-minute openings! The best way to check is to visit our booking page or give us a call. We'll do our best to fit you in for that much-deserved pampering session.",
|
||||
},
|
||||
id: "5", title: "Can I book a last-minute appointment?", content: "Yes, we often have last-minute openings! The best way to check is to visit our booking page or give us a call. We'll do our best to fit you in for that much-deserved pampering session."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We're here to help! Find quick answers to common inquiries about our services, booking, and salon experience at ManiQ Lounge."
|
||||
@@ -340,16 +214,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"OPI",
|
||||
"Essie",
|
||||
"CND Shellac",
|
||||
"Gelish",
|
||||
"DND",
|
||||
"Kiara Sky",
|
||||
"China Glaze",
|
||||
"Vegan Pure",
|
||||
"Zoya",
|
||||
]}
|
||||
"OPI", "Essie", "CND Shellac", "Gelish", "DND", "Kiara Sky", "China Glaze", "Vegan Pure", "Zoya"]}
|
||||
title="Brands We Trust"
|
||||
description="We partner with leading beauty brands to ensure the highest quality products and results for your nails, every single time. Experience the best at ManiQ Lounge."
|
||||
tag="Quality Products"
|
||||
@@ -361,18 +226,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to pamper yourself? Reserve your moment of beauty today at ManiQ Lounge! Last-minute openings are often available—we’ll fit you in!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Your Appointment", href: "#booking"},
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:+11234567890",
|
||||
},
|
||||
text: "Call Us: (123) 456-7890", href: "tel:+11234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -385,57 +245,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user