Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -31,25 +31,15 @@ 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: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Packages", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Maheshree MakeOver"
|
||||
/>
|
||||
@@ -58,38 +48,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Unveil Your Inner Radiance at Maheshree MakeOver"
|
||||
description="Where artistry meets serenity. We provide premium beauty experiences tailored to highlight your unique features and confidence."
|
||||
tag="Luxury Beauty Saloon"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg?_wi=1",
|
||||
imageAlt: "Luxurious salon interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", imageAlt: "Luxurious salon interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-makeup-artist-with-palette-working-with-model_23-2147783935.jpg?_wi=1",
|
||||
imageAlt: "Professional beauty service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg?_wi=2",
|
||||
imageAlt: "Elegant woman hair salon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-makeup-artist-with-palette-working-with-model_23-2147783935.jpg?_wi=2",
|
||||
imageAlt: "Makeup artist studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg?_wi=3",
|
||||
imageAlt: "Styling session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-makeup-artist-with-palette-working-with-model_23-2147783935.jpg", imageAlt: "Professional beauty service"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -114,34 +85,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Bridal Makeup",
|
||||
description: "Creating timeless, flawless looks for your special day.",
|
||||
},
|
||||
title: "Bridal Makeup", description: "Creating timeless, flawless looks for your special day."},
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Hair Styling",
|
||||
description: "Expert cuts, coloring, and styling tailored to your face shape.",
|
||||
},
|
||||
title: "Hair Styling", description: "Expert cuts, coloring, and styling tailored to your face shape."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Skin Treatments",
|
||||
description: "Rejuvenating facials that leave your skin glowing and healthy.",
|
||||
},
|
||||
title: "Skin Treatments", description: "Rejuvenating facials that leave your skin glowing and healthy."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Manicure & Pedicure",
|
||||
description: "Professional nail care for lasting elegance and comfort.",
|
||||
},
|
||||
title: "Manicure & Pedicure", description: "Professional nail care for lasting elegance and comfort."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Body Spa",
|
||||
description: "Soothing spa treatments to relax your body and mind.",
|
||||
},
|
||||
title: "Body Spa", description: "Soothing spa treatments to relax your body and mind."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Professional Care",
|
||||
description: "Using only high-quality, dermatologist-approved products.",
|
||||
},
|
||||
title: "Professional Care", description: "Using only high-quality, dermatologist-approved products."},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="We offer a wide range of premium services designed to pamper you from head to toe."
|
||||
@@ -155,39 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$99",
|
||||
subtitle: "Quick Refresh",
|
||||
features: [
|
||||
"Basic Facial",
|
||||
"Hair Cut",
|
||||
"Blow Dry",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$99", subtitle: "Quick Refresh", features: [
|
||||
"Basic Facial", "Hair Cut", "Blow Dry"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$199",
|
||||
subtitle: "Complete Glow",
|
||||
features: [
|
||||
"Advanced Facial",
|
||||
"Hair Styling",
|
||||
"Manicure",
|
||||
"Deep Conditioning",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$199", subtitle: "Complete Glow", features: [
|
||||
"Advanced Facial", "Hair Styling", "Manicure", "Deep Conditioning"],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
badge: "Luxury",
|
||||
price: "$349",
|
||||
subtitle: "Ultimate Transformation",
|
||||
features: [
|
||||
"Full Bridal Makeup",
|
||||
"Luxury Spa Treatment",
|
||||
"Full Hair Set",
|
||||
"Premium Skin Care",
|
||||
],
|
||||
id: "vip", badge: "Luxury", price: "$349", subtitle: "Ultimate Transformation", features: [
|
||||
"Full Bridal Makeup", "Luxury Spa Treatment", "Full Hair Set", "Premium Skin Care"],
|
||||
},
|
||||
]}
|
||||
title="Beauty Packages"
|
||||
@@ -203,25 +139,15 @@ export default function LandingPage() {
|
||||
author="Priya Sharma"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-blonde-woman-standing-with-closed-posture_141793-116998.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-blonde-woman-standing-with-closed-posture_141793-116998.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-luxury-brunette-woman-black-sweater-bright-background_613910-7030.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-luxury-brunette-woman-black-sweater-bright-background_613910-7030.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wonderful-girl-with-short-hairstyle-bright-lips-looking-into-camera-street-brunette-woman-white-shirt-with-black-lace-smiling-city_197531-28044.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wonderful-girl-with-short-hairstyle-bright-lips-looking-into-camera-street-brunette-woman-white-shirt-with-black-lace-smiling-city_197531-28044.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5415.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5415.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg", alt: "Reviewer"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -232,8 +158,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ready for a Makeover?"
|
||||
description="Book your session today and let our experts pamper you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-plants_23-2149446011.jpg"
|
||||
@@ -249,29 +174,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", 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