Update src/app/page.tsx
This commit is contained in:
258
src/app/page.tsx
258
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Book Now", id: "#contact"},
|
||||
]}
|
||||
brandName="Premier Nails"
|
||||
/>
|
||||
@@ -65,35 +53,23 @@ export default function LandingPage() {
|
||||
description="Indulge in luxurious manicures, pedicures, and stunning nail art. Your destination for beauty and relaxation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-happy-woman-plaid-shirt_171337-6492.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-happy-woman-plaid-shirt_171337-6492.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-young-girl-wear-leather-jacket-ripped-jeans-streets-city-street-fashion-model-style_627829-12223.jpg",
|
||||
alt: "Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-young-girl-wear-leather-jacket-ripped-jeans-streets-city-street-fashion-model-style_627829-12223.jpg", alt: "Jessica Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-hiding-naked-chest-big-green-leaf_651396-260.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-hiding-naked-chest-big-green-leaf_651396-260.jpg", alt: "Maria Garcia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg",
|
||||
alt: "Young beautiful african woman student resting relaxing sitting in cafe smiling drinking coffee.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg", alt: "Young beautiful african woman student resting relaxing sitting in cafe smiling drinking coffee."},
|
||||
]}
|
||||
avatarText="Join our community of pampered clients!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-with-woman-table_23-2149628166.jpg"
|
||||
imageAlt="Luxurious nail salon interior with elegant seating and lighting"
|
||||
imageSrc="https://images.unsplash.com/photo-1597177303028-06798c5053e1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYxMjl8MHwxfHNlYXJjaHwxfHxuYWlsJTIwc2Fsb24lMjBpbnRlcmlvcnxlbnwwfHx8fDE3MTcwMzQzOTd8MA&ixlib=rb-4.0.3&q=80&w=1080"
|
||||
imageAlt="Bright and inviting nail salon interior with comfortable chairs and modern decor"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
@@ -105,14 +81,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Premier Nails"
|
||||
description={[
|
||||
"Premier Nails is dedicated to providing an unparalleled salon experience in Minneapolis. We combine skilled artistry with the highest quality products to ensure every visit leaves you feeling pampered and polished. Our serene environment is designed for your ultimate relaxation.",
|
||||
"Our team of experienced technicians specializes in a wide range of services, from classic manicures and pedicures to intricate nail art and revitalizing spa treatments. We prioritize hygiene, comfort, and personalized care, ensuring a safe and delightful experience for all our valued clients.",
|
||||
]}
|
||||
"Premier Nails is dedicated to providing an unparalleled salon experience in Minneapolis. We combine skilled artistry with the highest quality products to ensure every visit leaves you feeling pampered and polished. Our serene environment is designed for your ultimate relaxation.", "Our team of experienced technicians specializes in a wide range of services, from classic manicures and pedicures to intricate nail art and revitalizing spa treatments. We prioritize hygiene, comfort, and personalized care, ensuring a safe and delightful experience for all our valued clients."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
]}
|
||||
showBorder={false}
|
||||
/>
|
||||
@@ -126,29 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Classic & Gel Manicures",
|
||||
description: "Experience meticulous nail shaping, cuticle care, a soothing hand massage, and your choice of long-lasting polish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-white_140725-24262.jpg",
|
||||
imageAlt: "Modern manicure station with a variety of nail polishes",
|
||||
},
|
||||
title: "Classic & Gel Manicures", description: "Experience meticulous nail shaping, cuticle care, a soothing hand massage, and your choice of long-lasting polish.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-white_140725-24262.jpg", imageAlt: "Modern manicure station with a variety of nail polishes"},
|
||||
{
|
||||
title: "Luxury Pedicures",
|
||||
description: "Indulge in a relaxing foot soak, exfoliation, callus removal, foot massage, and expert toenail care in our plush chairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-3443.jpg",
|
||||
imageAlt: "Luxurious pedicure chair with a foot bath",
|
||||
},
|
||||
title: "Luxury Pedicures", description: "Indulge in a relaxing foot soak, exfoliation, callus removal, foot massage, and expert toenail care in our plush chairs.", imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-3443.jpg", imageAlt: "Luxurious pedicure chair with a foot bath"},
|
||||
{
|
||||
title: "Stunning Nail Art",
|
||||
description: "Unleash your creativity with custom designs, intricate patterns, and dazzling embellishments crafted by our skilled artists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-friends-portrait-with-decorations-face_23-2150749276.jpg",
|
||||
imageAlt: "Hand with intricate and colorful nail art designs",
|
||||
},
|
||||
title: "Stunning Nail Art", description: "Unleash your creativity with custom designs, intricate patterns, and dazzling embellishments crafted by our skilled artists.", imageSrc: "http://img.b2bpic.net/free-photo/fun-friends-portrait-with-decorations-face_23-2150749276.jpg", imageAlt: "Hand with intricate and colorful nail art designs"},
|
||||
{
|
||||
title: "Spa Hand & Foot Treatments",
|
||||
description: "Rejuvenate your hands and feet with our deep moisturizing masks, paraffin dips, and extended massage therapies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg",
|
||||
imageAlt: "Woman receiving a relaxing hand spa treatment",
|
||||
},
|
||||
title: "Spa Hand & Foot Treatments", description: "Rejuvenate your hands and feet with our deep moisturizing masks, paraffin dips, and extended massage therapies.", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg", imageAlt: "Woman receiving a relaxing hand spa treatment"},
|
||||
]}
|
||||
title="Our Signature Nail Services"
|
||||
description="Discover a world of beauty with our comprehensive range of nail care and artistry services tailored to your unique style."
|
||||
@@ -162,59 +118,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
title: "Gel Manicure",
|
||||
price: "$45",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Nail shaping & cuticle care",
|
||||
"Gel polish application",
|
||||
"Hydrating hand massage",
|
||||
"Chip-free for 2+ weeks",
|
||||
],
|
||||
id: "plan-1", title: "Gel Manicure", price: "$45", period: "per session", features: [
|
||||
"Nail shaping & cuticle care", "Gel polish application", "Hydrating hand massage", "Chip-free for 2+ weeks"],
|
||||
button: {
|
||||
text: "Book Gel Manicure",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-red-condom-his-pocket_23-2148237889.jpg",
|
||||
imageAlt: "Woman showing off a shiny gel manicure",
|
||||
},
|
||||
text: "Book Gel Manicure", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-red-condom-his-pocket_23-2148237889.jpg", imageAlt: "Woman showing off a shiny gel manicure"},
|
||||
{
|
||||
id: "plan-2",
|
||||
title: "Deluxe Pedicure",
|
||||
price: "$60",
|
||||
period: "per session",
|
||||
features: [
|
||||
"Aromatic foot soak",
|
||||
"Exfoliation & callus removal",
|
||||
"Extended foot & leg massage",
|
||||
"Hot towel treatment",
|
||||
],
|
||||
id: "plan-2", title: "Deluxe Pedicure", price: "$60", period: "per session", features: [
|
||||
"Aromatic foot soak", "Exfoliation & callus removal", "Extended foot & leg massage", "Hot towel treatment"],
|
||||
button: {
|
||||
text: "Book Deluxe Pedicure",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-feet-with-red-nailpolish-getting-relazing-foot-massage-spa-salon_176420-42487.jpg",
|
||||
imageAlt: "Feet relaxing during a deluxe pedicure",
|
||||
},
|
||||
text: "Book Deluxe Pedicure", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-feet-with-red-nailpolish-getting-relazing-foot-massage-spa-salon_176420-42487.jpg", imageAlt: "Feet relaxing during a deluxe pedicure"},
|
||||
{
|
||||
id: "plan-3",
|
||||
title: "Custom Nail Art",
|
||||
price: "From $15",
|
||||
period: "per design",
|
||||
features: [
|
||||
"Personalized design consultation",
|
||||
"Hand-painted intricate details",
|
||||
"Variety of gems & embellishments",
|
||||
"Unique artistic creations",
|
||||
],
|
||||
id: "plan-3", title: "Custom Nail Art", price: "From $15", period: "per design", features: [
|
||||
"Personalized design consultation", "Hand-painted intricate details", "Variety of gems & embellishments", "Unique artistic creations"],
|
||||
button: {
|
||||
text: "Inquire Nail Art",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg",
|
||||
imageAlt: "Hand with custom, intricate nail art",
|
||||
},
|
||||
text: "Inquire Nail Art", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg", imageAlt: "Hand with custom, intricate nail art"},
|
||||
]}
|
||||
title="Transparent Pricing, Premium Services"
|
||||
description="Find the perfect indulgence with our clear pricing for a variety of nail treatments. Quality and value, always."
|
||||
@@ -230,45 +150,20 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah J.",
|
||||
role: "Regular Client",
|
||||
company: "Premier Nails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
|
||||
},
|
||||
id: "t-1", name: "Sarah J.", role: "Regular Client", company: "Premier Nails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael C.",
|
||||
role: "New Customer",
|
||||
company: "Premier Nails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-beauty-positive-emotions-concept-satisfied-glad-woman-grins-shows-friendly-smile-wears-blue-polka-dot-dress-touches-cheek-with-palm-models-against-pink-wall_273609-29591.jpg",
|
||||
},
|
||||
id: "t-2", name: "Michael C.", role: "New Customer", company: "Premier Nails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-beauty-positive-emotions-concept-satisfied-glad-woman-grins-shows-friendly-smile-wears-blue-polka-dot-dress-touches-cheek-with-palm-models-against-pink-wall_273609-29591.jpg"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily R.",
|
||||
role: "Beauty Enthusiast",
|
||||
company: "Premier Nails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-eyed-curly-brunette-short-haired-woman-floral-trendy-dress-smiles-looks-camera-hoods-pencil-designs-new-clothes_197531-24076.jpg",
|
||||
},
|
||||
id: "t-3", name: "Emily R.", role: "Beauty Enthusiast", company: "Premier Nails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-eyed-curly-brunette-short-haired-woman-floral-trendy-dress-smiles-looks-camera-hoods-pencil-designs-new-clothes_197531-24076.jpg"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David K.",
|
||||
role: "Loyal Patron",
|
||||
company: "Premier Nails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-cosmetics-nail-polish_23-2148784391.jpg",
|
||||
},
|
||||
id: "t-4", name: "David K.", role: "Loyal Patron", company: "Premier Nails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-cosmetics-nail-polish_23-2148784391.jpg"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica L.",
|
||||
role: "First-Timer",
|
||||
company: "Premier Nails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-bill-restaurant_23-2150039427.jpg",
|
||||
},
|
||||
id: "t-5", name: "Jessica L.", role: "First-Timer", company: "Premier Nails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-bill-restaurant_23-2150039427.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our happy customers who love the Premier Nails experience and keep coming back for more."
|
||||
@@ -280,14 +175,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vogue Beauty",
|
||||
"Glamour Magazine",
|
||||
"Beauty Insider",
|
||||
"Wellness Daily",
|
||||
"Salon Trendz",
|
||||
"Urban Spa Guide",
|
||||
"Local Business Monthly",
|
||||
]}
|
||||
"Vogue Beauty", "Glamour Magazine", "Beauty Insider", "Wellness Daily", "Salon Trendz", "Urban Spa Guide", "Local Business Monthly"]}
|
||||
title="As Featured In & Trusted By"
|
||||
description="Our commitment to excellence has earned us recognition and the trust of discerning clients and beauty partners."
|
||||
/>
|
||||
@@ -297,8 +185,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Appointment Today"
|
||||
description="Ready for a pampering session? Schedule your visit to Premier Nails conveniently online. We look forward to seeing you!"
|
||||
@@ -317,66 +204,39 @@ export default function LandingPage() {
|
||||
logoText="Premier Nails"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Manicures",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Manicures", href: "#services"},
|
||||
{
|
||||
label: "Pedicures",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pedicures", href: "#services"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Nail Art", href: "#services"},
|
||||
{
|
||||
label: "Spa Treatments",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Spa Treatments", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "1410 Nicollet Ave",
|
||||
href: "https://maps.google.com/?q=1410+Nicollet+Ave,+Minneapolis,+MN+55403",
|
||||
},
|
||||
label: "1410 Nicollet Ave", href: "https://maps.google.com/?q=1410+Nicollet+Ave,+Minneapolis,+MN+55403"},
|
||||
{
|
||||
label: "Minneapolis, MN 55403",
|
||||
href: "https://maps.google.com/?q=1410+Nicollet+Ave,+Minneapolis,+MN+55403",
|
||||
},
|
||||
label: "Minneapolis, MN 55403", href: "https://maps.google.com/?q=1410+Nicollet+Ave,+Minneapolis,+MN+55403"},
|
||||
{
|
||||
label: "(612) 345-4347",
|
||||
href: "tel:+16123454347",
|
||||
},
|
||||
label: "(612) 345-4347", href: "tel:+16123454347"},
|
||||
{
|
||||
label: "Open until 7 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open until 7 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user