Merge version_1 into main #2
374
src/app/page.tsx
374
src/app/page.tsx
@@ -14,284 +14,118 @@ import { Award, Heart, Leaf, Scissors, Sparkles } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Lumina Salon"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumina Salon"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Elegance in the Heart of Colvale"
|
||||
description="Experience premium hair, skin, and beauty treatments tailored to you. Discover serenity at Lumina Salon, Bardez."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-woman-holding-white-fresh-flowers-against-colored-background_23-2148048838.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Stylists",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Products",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxing Ambience",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Techniques",
|
||||
icon: Scissors,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Care",
|
||||
icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elegance in the Heart of Colvale"
|
||||
description="Experience premium hair, skin, and beauty treatments tailored to you. Discover serenity at Lumina Salon, Bardez."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-woman-holding-white-fresh-flowers-against-colored-background_23-2148048838.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg", alt: "Customer" },
|
||||
]}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Certified Stylists", icon: Award },
|
||||
{ type: "text-icon", text: "Premium Products", icon: Leaf },
|
||||
{ type: "text-icon", text: "Relaxing Ambience", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Modern Techniques", icon: Scissors },
|
||||
{ type: "text-icon", text: "Personalized Care", icon: Heart },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Hair Styling & Coloring",
|
||||
tags: [
|
||||
"Haircut",
|
||||
"Color",
|
||||
"Style",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-hairdresser-white-t-shirt-black-cape-taking-scissors-with-brushes-wave-hair_140725-15408.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Skin Rejuvenation",
|
||||
tags: [
|
||||
"Facial",
|
||||
"Skin Care",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2148708094.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Nail & Hand Care",
|
||||
tags: [
|
||||
"Manicure",
|
||||
"Pedicure",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-manicurist-applying-base-coat-ring-finger_176420-55216.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Indulge in our curated selection of beauty rituals."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Hair Styling & Coloring", tags: ["Haircut", "Color", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-hairdresser-white-t-shirt-black-cape-taking-scissors-with-brushes-wave-hair_140725-15408.jpg" },
|
||||
{ id: "f2", title: "Skin Rejuvenation", tags: ["Facial", "Skin Care"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2148708094.jpg" },
|
||||
{ id: "f3", title: "Nail & Hand Care", tags: ["Manicure", "Pedicure"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-manicurist-applying-base-coat-ring-finger_176420-55216.jpg" },
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Indulge in our curated selection of beauty rituals."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Essential",
|
||||
price: "₹999",
|
||||
subtitle: "Basic Grooming",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Haircut",
|
||||
"Wash",
|
||||
"Blow Dry",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Premium",
|
||||
price: "₹2,499",
|
||||
subtitle: "Full Glow",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Advanced Facial",
|
||||
"Hair Color",
|
||||
"Manicure",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Ultimate",
|
||||
price: "₹4,999",
|
||||
subtitle: "Total Rejuvenation",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Body Spa",
|
||||
"Signature Color",
|
||||
"Pedicure",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Affordable luxury for every need."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Essential", price: "₹999", subtitle: "Basic Grooming", buttons: [{ text: "Select", href: "#contact" }], features: ["Haircut", "Wash", "Blow Dry"] },
|
||||
{ id: "p2", badge: "Premium", price: "₹2,499", subtitle: "Full Glow", buttons: [{ text: "Select", href: "#contact" }], features: ["Advanced Facial", "Hair Color", "Manicure"] },
|
||||
{ id: "p3", badge: "Ultimate", price: "₹4,999", subtitle: "Total Rejuvenation", buttons: [{ text: "Select", href: "#contact" }], features: ["Full Body Spa", "Signature Color", "Pedicure"] },
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Affordable luxury for every need."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anjali S.",
|
||||
role: "Resident",
|
||||
company: "Colvale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rohan D.",
|
||||
role: "Visitor",
|
||||
company: "Bardez",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya M.",
|
||||
role: "Local",
|
||||
company: "Colvale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-woman-holding-white-fresh-flowers-against-colored-background_23-2148048838.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram K.",
|
||||
role: "Regular",
|
||||
company: "Bardez",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sita R.",
|
||||
role: "Client",
|
||||
company: "Goa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Voices from Colvale"
|
||||
description="Why our clients keep coming back."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Anjali S.", role: "Resident", company: "Colvale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg" },
|
||||
{ id: "t2", name: "Rohan D.", role: "Visitor", company: "Bardez", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg" },
|
||||
{ id: "t3", name: "Priya M.", role: "Local", company: "Colvale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-woman-holding-white-fresh-flowers-against-colored-background_23-2148048838.jpg" },
|
||||
{ id: "t4", name: "Vikram K.", role: "Regular", company: "Bardez", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-her-man-while-they-eating-breakfast_171337-4940.jpg" },
|
||||
{ id: "t5", name: "Sita R.", role: "Client", company: "Goa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-woman-bathroom_329181-1519.jpg" },
|
||||
]}
|
||||
title="Voices from Colvale"
|
||||
description="Why our clients keep coming back."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Ready for a refresh?"
|
||||
description="Book your appointment today. Located conveniently in Colvale, Bardez, Goa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Ready for a refresh?"
|
||||
description="Book your appointment today. Located conveniently in Colvale, Bardez, Goa."
|
||||
buttons={[{ text: "Get Directions", href: "#" }, { text: "Call Now", href: "tel:+919876543210" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Lumina Salon"
|
||||
copyrightText="© 2025 Lumina Salon | Colvale, Bardez, Goa"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Lumina Salon"
|
||||
copyrightText="© 2025 Lumina Salon | Colvale, Bardez, Goa"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user