Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d23ba3a48 |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Luxe Nail Studio"
|
||||
/>
|
||||
@@ -52,56 +44,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unwind in Pure Luxury"
|
||||
description="Experience premium nail care in a spacious, tranquil environment. Book your visit to our luxurious studio and let our expert beauticians take care of you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-spa-salon-interior_1150-17983.jpg"
|
||||
imageAlt="Luxurious salon interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Manicure",
|
||||
},
|
||||
type: "text", text: "Premium Manicure"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relaxing Pedicure",
|
||||
},
|
||||
type: "text", text: "Relaxing Pedicure"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gel Nails",
|
||||
},
|
||||
type: "text", text: "Gel Nails"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nail Art Design",
|
||||
},
|
||||
type: "text", text: "Nail Art Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spa Treatments",
|
||||
},
|
||||
type: "text", text: "Spa Treatments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,17 +85,11 @@ export default function LandingPage() {
|
||||
description="Our salon is designed to offer more than just a manicure—it's a sanctuary. We pride ourselves on a spacious, well-equipped, and impeccably clean environment where your relaxation is our priority."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Luxury Environment",
|
||||
description: "Spacious, relaxing design for ultimate comfort.",
|
||||
},
|
||||
title: "Luxury Environment", description: "Spacious, relaxing design for ultimate comfort."},
|
||||
{
|
||||
title: "Expert Professionals",
|
||||
description: "Highly trained staff dedicated to your beauty.",
|
||||
},
|
||||
title: "Expert Professionals", description: "Highly trained staff dedicated to your beauty."},
|
||||
{
|
||||
title: "Impeccable Hygiene",
|
||||
description: "Clean tools and surfaces for your peace of mind.",
|
||||
},
|
||||
title: "Impeccable Hygiene", description: "Clean tools and surfaces for your peace of mind."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-armchair_1163-4354.jpg"
|
||||
imageAlt="Our beautiful and clean salon"
|
||||
@@ -140,25 +105,15 @@ export default function LandingPage() {
|
||||
author="Jenna Pribble"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Jenna Pribble",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Jenna Pribble"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", alt: "Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", alt: "Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg", alt: "Client E"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -174,26 +129,12 @@ export default function LandingPage() {
|
||||
description="We offer a curated menu of treatments designed to rejuvenate and beautify."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Nails",
|
||||
title: "Classic Manicure",
|
||||
items: [
|
||||
"Nail shaping",
|
||||
"Cuticle care",
|
||||
"Hand massage",
|
||||
"Polish application",
|
||||
],
|
||||
id: "1", label: "Nails", title: "Classic Manicure", items: [
|
||||
"Nail shaping", "Cuticle care", "Hand massage", "Polish application"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Spa",
|
||||
title: "Luxury Pedicure",
|
||||
items: [
|
||||
"Foot soak",
|
||||
"Exfoliation",
|
||||
"Callus treatment",
|
||||
"Moisturizing mask",
|
||||
],
|
||||
id: "2", label: "Spa", title: "Luxury Pedicure", items: [
|
||||
"Foot soak", "Exfoliation", "Callus treatment", "Moisturizing mask"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -203,14 +144,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to pamper yourself? Book your appointment today and secure your spot in our luxury studio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book an Appointment", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,29 +158,19 @@ export default function LandingPage() {
|
||||
logoText="Luxe Nail Studio"
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Services", href: "#"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "#",
|
||||
},
|
||||
label: "Book Appointment", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact Us", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -251,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user