Update src/app/page.tsx
This commit is contained in:
239
src/app/page.tsx
239
src/app/page.tsx
@@ -12,6 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Hand, Foot, Gem, Palette } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
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: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="LUXE Nail Lounge"
|
||||
/>
|
||||
@@ -67,45 +54,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elevate Your Nail Experience"
|
||||
description="Indulge in unparalleled luxury and pristine nail care at LUXE Nail Lounge, Scottsdale's premier destination for exquisite manicures, pedicures, and bespoke nail art."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg",
|
||||
imageAlt: "Luxurious nail salon interior with modern design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", imageAlt: "Luxurious nail salon interior with modern design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg",
|
||||
imageAlt: "Close-up of a beautiful gel polish manicure with intricate art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", imageAlt: "Close-up of a beautiful gel polish manicure with intricate art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-with-copy-space_23-2148459855.jpg",
|
||||
imageAlt: "Relaxing pedicure spa station with elegant bowls",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-with-copy-space_23-2148459855.jpg", imageAlt: "Relaxing pedicure spa station with elegant bowls"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-presenting-menu-female-customer-with-friends-bar_23-2147874470.jpg",
|
||||
imageAlt: "Nail technician meticulously working on a client's hands",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-presenting-menu-female-customer-with-friends-bar_23-2147874470.jpg", imageAlt: "Nail technician meticulously working on a client's hands"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263171.jpg",
|
||||
imageAlt: "Elegant display of a wide selection of premium nail polish bottles",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263171.jpg", imageAlt: "Elegant display of a wide selection of premium nail polish bottles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401289.jpg",
|
||||
imageAlt: "Client's hands showcasing a freshly done, perfectly polished nail design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401289.jpg", imageAlt: "Client's hands showcasing a freshly done, perfectly polished nail design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,17 +88,11 @@ export default function LandingPage() {
|
||||
description="Located in the vibrant Scottsdale Quarter & Kierland, LUXE Nail Lounge offers a serene escape where expert technicians provide exceptional nail services. We pride ourselves on a welcoming atmosphere, impeccable hygiene, and the finest products to ensure your ultimate relaxation and satisfaction."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Unrivaled Expertise",
|
||||
description: "Our highly skilled technicians are passionate about nail care, offering precision and artistry.",
|
||||
},
|
||||
title: "Unrivaled Expertise", description: "Our highly skilled technicians are passionate about nail care, offering precision and artistry."},
|
||||
{
|
||||
title: "Pristine Environment",
|
||||
description: "We maintain the highest standards of cleanliness and sanitation for your peace of mind.",
|
||||
},
|
||||
title: "Pristine Environment", description: "We maintain the highest standards of cleanliness and sanitation for your peace of mind."},
|
||||
{
|
||||
title: "Premium Products",
|
||||
description: "Only the finest quality polishes and treatments are used for lasting beauty and health.",
|
||||
},
|
||||
title: "Premium Products", description: "Only the finest quality polishes and treatments are used for lasting beauty and health."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"
|
||||
imageAlt="Welcoming reception area of LUXE Nail Lounge"
|
||||
@@ -142,32 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Classic Manicure & Pedicure",
|
||||
description: "Rejuvenate your hands and feet with our traditional shaping, buffing, and polishing services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cute-nail-salon-logo_742173-174.jpg",
|
||||
imageAlt: "Manicure illustration",
|
||||
buttonIcon: "Hand",
|
||||
title: "Classic Manicure & Pedicure", description: "Rejuvenate your hands and feet with our traditional shaping, buffing, and polishing services.", imageSrc: "http://img.b2bpic.net/free-vector/cute-nail-salon-logo_742173-174.jpg", imageAlt: "Manicure illustration", buttonIcon: Hand,
|
||||
},
|
||||
{
|
||||
title: "Luxury Spa Pedicures",
|
||||
description: "Indulge in our extended spa pedicures, featuring exfoliation, masks, and relaxing massages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg",
|
||||
imageAlt: "Pedicure illustration",
|
||||
buttonIcon: "Foot",
|
||||
title: "Luxury Spa Pedicures", description: "Indulge in our extended spa pedicures, featuring exfoliation, masks, and relaxing massages.", imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg", imageAlt: "Pedicure illustration", buttonIcon: Foot,
|
||||
},
|
||||
{
|
||||
title: "Gel & Dip Powder",
|
||||
description: "Experience durable, chip-free color with our long-lasting gel and dip powder applications.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/beauty-treatment-sticker-part-2_534985-135.jpg",
|
||||
imageAlt: "Gel nail illustration",
|
||||
buttonIcon: "Gem",
|
||||
title: "Gel & Dip Powder", description: "Experience durable, chip-free color with our long-lasting gel and dip powder applications.", imageSrc: "http://img.b2bpic.net/free-vector/beauty-treatment-sticker-part-2_534985-135.jpg", imageAlt: "Gel nail illustration", buttonIcon: Gem,
|
||||
},
|
||||
{
|
||||
title: "Custom Nail Art",
|
||||
description: "Unleash your creativity with bespoke nail art designs crafted by our talented artists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105286.jpg",
|
||||
imageAlt: "Nail art illustration",
|
||||
buttonIcon: "Palette",
|
||||
title: "Custom Nail Art", description: "Unleash your creativity with bespoke nail art designs crafted by our talented artists.", imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105286.jpg", imageAlt: "Nail art illustration", buttonIcon: Palette,
|
||||
},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
@@ -183,47 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Red Elegance",
|
||||
price: "From $35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-pinup-girl-wearing-retro-vintage-oldfashioned-dress-peas-retro-styling-background-colored-wall-surprised-face-concept_627829-12107.jpg",
|
||||
imageAlt: "Classic red polished nails",
|
||||
},
|
||||
id: "1", name: "Classic Red Elegance", price: "From $35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-pinup-girl-wearing-retro-vintage-oldfashioned-dress-peas-retro-styling-background-colored-wall-surprised-face-concept_627829-12107.jpg", imageAlt: "Classic red polished nails"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Timeless French Tip",
|
||||
price: "From $40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-nail-design-female-hand-with-glitter-manicure_127675-2586.jpg",
|
||||
imageAlt: "Elegant French tip manicure",
|
||||
},
|
||||
id: "2", name: "Timeless French Tip", price: "From $40", imageSrc: "http://img.b2bpic.net/free-photo/beige-nail-design-female-hand-with-glitter-manicure_127675-2586.jpg", imageAlt: "Elegant French tip manicure"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Glitter Ombre",
|
||||
price: "From $55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-showing-her-stylish-manicure-holding-thair-fingers-black-handbag_132075-12048.jpg",
|
||||
imageAlt: "Glamorous glitter ombre nails",
|
||||
},
|
||||
id: "3", name: "Glitter Ombre", price: "From $55", imageSrc: "http://img.b2bpic.net/free-photo/girls-showing-her-stylish-manicure-holding-thair-fingers-black-handbag_132075-12048.jpg", imageAlt: "Glamorous glitter ombre nails"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Delicate Floral Art",
|
||||
price: "From $60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-manicure-yellow-flower_23-2149311594.jpg",
|
||||
imageAlt: "Nails with delicate floral art design",
|
||||
},
|
||||
id: "4", name: "Delicate Floral Art", price: "From $60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-manicure-yellow-flower_23-2149311594.jpg", imageAlt: "Nails with delicate floral art design"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Modern Marble Effect",
|
||||
price: "From $65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601985.jpg",
|
||||
imageAlt: "Chic marble effect nail design",
|
||||
},
|
||||
id: "5", name: "Modern Marble Effect", price: "From $65", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601985.jpg", imageAlt: "Chic marble effect nail design"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Geometric Precision",
|
||||
price: "From $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105282.jpg",
|
||||
imageAlt: "Nails with modern geometric patterns",
|
||||
},
|
||||
id: "6", name: "Geometric Precision", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105282.jpg", imageAlt: "Nails with modern geometric patterns"},
|
||||
]}
|
||||
title="Explore Our Nail Creations"
|
||||
description="Browse our gallery of stunning nail art and curated packages. Find inspiration for your next visit or choose from our exclusive seasonal designs."
|
||||
@@ -235,30 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Samantha L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
},
|
||||
id: "1", name: "Samantha L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nicole C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_93675-130621.jpg",
|
||||
},
|
||||
id: "2", name: "Nicole C.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_93675-130621.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Danielle S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-her-mouth-open_1187-3208.jpg",
|
||||
},
|
||||
id: "3", name: "Danielle S.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-her-mouth-open_1187-3208.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-holding-trimmer-being-shocked-covering-mouth-with-hands-standing-orange-wall_141793-71555.jpg",
|
||||
},
|
||||
id: "4", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-holding-trimmer-being-shocked-covering-mouth-with-hands-standing-orange-wall_141793-71555.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lgtbiq-family-enjoying-life-together_23-2149173441.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/lgtbiq-family-enjoying-life-together_23-2149173441.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Rave Reviews"
|
||||
@@ -271,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Scottsdale Top Salon",
|
||||
"Kierland Local Favorite",
|
||||
"AZ Nail Art Award",
|
||||
"Beauty Guild Certified",
|
||||
"Pristine Hygiene Standard",
|
||||
"Client Choice Award",
|
||||
"Excellence in Service",
|
||||
]}
|
||||
"Scottsdale Top Salon", "Kierland Local Favorite", "AZ Nail Art Award", "Beauty Guild Certified", "Pristine Hygiene Standard", "Client Choice Award", "Excellence in Service"]}
|
||||
title="Recognized for Excellence"
|
||||
description="We are proud to be a highly-rated salon in Scottsdale, cherished by our community for outstanding service and quality."
|
||||
/>
|
||||
@@ -290,25 +186,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Saturday from 10 AM to 7 PM. Sundays by appointment only. Please check our Google profile for holiday hours.",
|
||||
},
|
||||
id: "faq-1", title: "What are your operating hours?", content: "We are open Monday to Saturday from 10 AM to 7 PM. Sundays by appointment only. Please check our Google profile for holiday hours."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can easily book online through our website, or call us directly at (480) 659-1587. Walk-ins are welcome, but appointments are highly recommended.",
|
||||
},
|
||||
id: "faq-2", title: "How do I book an appointment?", content: "You can easily book online through our website, or call us directly at (480) 659-1587. Walk-ins are welcome, but appointments are highly recommended."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What safety measures are in place?",
|
||||
content: "Client and staff safety is our top priority. We adhere to strict sanitation protocols, including sterilized tools, disposable liners, and regular disinfection of all surfaces.",
|
||||
},
|
||||
id: "faq-3", title: "What safety measures are in place?", content: "Client and staff safety is our top priority. We adhere to strict sanitation protocols, including sterilized tools, disposable liners, and regular disinfection of all surfaces."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer gift cards?",
|
||||
content: "Yes, LUXE Nail Lounge gift cards are available for purchase in-store and make the perfect gift for any occasion.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer gift cards?", content: "Yes, LUXE Nail Lounge gift cards are available for purchase in-store and make the perfect gift for any occasion."},
|
||||
]}
|
||||
title="Your Questions Answered"
|
||||
description="Find quick answers to common inquiries about appointments, services, and what to expect during your visit to LUXE Nail Lounge."
|
||||
@@ -320,8 +204,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Luxury Experience"
|
||||
description="Ready for beautiful nails? Schedule your appointment at LUXE Nail Lounge today. We look forward to welcoming you to our Scottsdale location."
|
||||
@@ -339,57 +222,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user