Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-27 13:49:30 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
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: "Book Now",
id: "contact",
},
name: "Book Now", id: "contact"},
]}
brandName="Evolve Beauty"
/>
@@ -52,19 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Evolve Beauty Salon"
description="Transform your style with professional hair care designed to elevate your look and confidence."
buttons={[
{
text: "Book Now",
href: "tel:6474510414",
},
{
text: "Our Services",
href: "#services",
},
text: "Book Now", href: "tel:6474510414"},
]}
imageSrc="http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-done_23-2148108786.jpg"
mediaAnimation="blur-reveal"
@@ -77,9 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Experience Excellence"
description={[
"At Evolve Beauty, we believe your hair is your best accessory. Our stylists combine expert technique with premium products to ensure you leave feeling revitalized.",
"Located in the heart of the city, our salon provides a serene escape for all your beauty needs.",
]}
"At Evolve Beauty, we believe your hair is your best accessory. Our stylists combine expert technique with premium products to ensure you leave feeling revitalized.", "Located in the heart of the city, our salon provides a serene escape for all your beauty needs."]}
/>
</div>
@@ -91,20 +74,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Precision Cutting",
description: "Tailored haircuts that complement your face shape and personal style.",
imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1",
},
title: "Precision Cutting", description: "Tailored haircuts that complement your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1"},
{
title: "Custom Coloring",
description: "Expert color correction and highlights for a vibrant, healthy shine.",
imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2",
},
title: "Custom Coloring", description: "Expert color correction and highlights for a vibrant, healthy shine.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2"},
{
title: "Bridal Styling",
description: "Elegant updos and styles for your most important life occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3",
},
title: "Bridal Styling", description: "Elegant updos and styles for your most important life occasions.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3"},
]}
title="Our Services"
description="Comprehensive beauty solutions for every hair type."
@@ -115,8 +89,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Booking"
title="Book Your Appointment"
description="Ready to evolve your style? Call us now to schedule your session."
@@ -134,40 +107,15 @@ export default function LandingPage() {
description="Our team of dedicated professionals is here to bring your vision to life."
members={[
{
id: "1",
name: "Elena Grace",
role: "Master Stylist",
description: "Specializing in precision cutting and modern hair textures.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=1",
},
id: "1", name: "Elena Grace", role: "Master Stylist", description: "Specializing in precision cutting and modern hair textures.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=1"},
{
id: "2",
name: "Marcus Thorne",
role: "Color Specialist",
description: "Expert in balayage and vibrant color transformations.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=2",
},
id: "2", name: "Marcus Thorne", role: "Color Specialist", description: "Expert in balayage and vibrant color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=2"},
{
id: "3",
name: "Sarah Jenkins",
role: "Bridal Expert",
description: "Creating timeless updos and elegant styles for every special event.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=3",
},
id: "3", name: "Sarah Jenkins", role: "Bridal Expert", description: "Creating timeless updos and elegant styles for every special event.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=3"},
{
id: "4",
name: "Jude Low",
role: "Senior Stylist",
description: "Focused on hair health and revitalizing treatments.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=4",
},
id: "4", name: "Jude Low", role: "Senior Stylist", description: "Focused on hair health and revitalizing treatments.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=4"},
{
id: "5",
name: "Chloe Vance",
role: "Junior Associate",
description: "Passionate about trends and contemporary hair styling techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=5",
},
id: "5", name: "Chloe Vance", role: "Junior Associate", description: "Passionate about trends and contemporary hair styling techniques.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg?_wi=5"},
]}
/>
</div>
@@ -176,16 +124,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Evolve Beauty"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}