Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-14 21:23:14 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="Hollywood Beauty"
/>
@@ -54,33 +42,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Hollywood Beauty"
description="Premium hair, nail, and makeup services in a luxury setting. Redefine your style with our expert team."
tag="Luxury Salon Experience"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
imageAlt: "hair salon interior modern",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829675.jpg",
imageAlt: "manicure nail art station",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg",
imageAlt: "Lodge in wintertime with ski gear",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
imageAlt: "Side view of leather barber shop chair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205854.jpg",
imageAlt: "Close up details of hairdresser salon",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", imageAlt: "hair salon interior modern" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829675.jpg", imageAlt: "manicure nail art station" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -94,18 +62,9 @@ export default function LandingPage() {
title="Excellence in Beauty"
description="At Hollywood Beauty, we believe everyone deserves to look and feel their best. Our expert team offers personalized care for your hair, nails, and makeup needs."
metrics={[
{
value: "10+",
title: "Years Experience",
},
{
value: "5k+",
title: "Happy Clients",
},
{
value: "100%",
title: "Satisfaction",
},
{ value: "10+", title: "Years Experience" },
{ value: "5k+", title: "Happy Clients" },
{ value: "100%", title: "Satisfaction" },
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-female-barber-wearing-glasses-uniform-holding-combs-looking-camera-stretching-hair-spray-out-towards-camera-isolated-olive-green-background_141793-137022.jpg"
imageAlt="smiling hair stylist working"
@@ -121,27 +80,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
features={[
{
title: "Hair Design",
description: "Precision cuts and coloring.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/hands-doing-make-up-hairstyle-young-beautiful-woman_176420-884.jpg",
buttonText: "Learn More",
},
{
title: "Nail Spa",
description: "Manicures and pedicures.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24218.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/spa-salon-therapy-treatment-massage_53876-15330.jpg",
buttonText: "Learn More",
},
{
title: "Makeup",
description: "Glam and everyday looks.",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetic-beauty-products-ochre-backdrop_23-2147879029.jpg",
buttonText: "Learn More",
},
{ title: "Hair Design", description: "Precision cuts and coloring.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hands-doing-make-up-hairstyle-young-beautiful-woman_176420-884.jpg", buttonText: "Learn More" },
{ title: "Nail Spa", description: "Manicures and pedicures.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24218.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/spa-salon-therapy-treatment-massage_53876-15330.jpg", buttonText: "Learn More" },
{ title: "Makeup", description: "Glam and everyday looks.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetic-beauty-products-ochre-backdrop_23-2147879029.jpg", buttonText: "Learn More" },
]}
title="Our Signature Services"
description="Comprehensive beauty treatments designed to enhance your natural beauty."
@@ -154,54 +95,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "1",
badge: "Popular",
price: "$75",
subtitle: "Haircut & Style",
features: [
"Consultation",
"Wash",
"Style",
],
buttons: [
{
text: "Book Now",
},
],
},
{
id: "2",
badge: "New",
price: "$50",
subtitle: "Classic Manicure",
features: [
"Cuticle care",
"Polish",
"Massage",
],
buttons: [
{
text: "Book Now",
},
],
},
{
id: "3",
badge: "Premium",
price: "$120",
subtitle: "Full Glam Makeup",
features: [
"Full face",
"Lashes",
"Setting spray",
],
buttons: [
{
text: "Book Now",
},
],
},
{ id: "1", badge: "Popular", price: "$75", subtitle: "Haircut & Style", features: ["Consultation", "Wash", "Style"], buttons: [{ text: "Book Now" }] },
{ id: "2", badge: "New", price: "$50", subtitle: "Classic Manicure", features: ["Cuticle care", "Polish", "Massage"], buttons: [{ text: "Book Now" }] },
{ id: "3", badge: "Premium", price: "$120", subtitle: "Full Glam Makeup", features: ["Full face", "Lashes", "Setting spray"], buttons: [{ text: "Book Now" }] },
]}
title="Service Pricing"
description="High-quality treatments at competitive prices."
@@ -214,21 +110,9 @@ export default function LandingPage() {
title="Meet Our Experts"
tag="Professional Team"
members={[
{
id: "1",
name: "Elena",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-off-black-glasses-red-wall_114579-56034.jpg",
},
{
id: "2",
name: "Sarah",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg",
},
{
id: "3",
name: "Chloe",
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-professional-make-up-master-beauty-club-concept_627829-9070.jpg",
},
{ id: "1", name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-off-black-glasses-red-wall_114579-56034.jpg" },
{ id: "2", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg" },
{ id: "3", name: "Chloe", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-professional-make-up-master-beauty-club-concept_627829-9070.jpg" },
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -241,41 +125,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Client",
testimonial: "The best hair cut I've ever had!",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-redhead-woman-looks-with-lovely-expression-has-seductive-look-presses-hands-together-near-chin-happy-live-carefree-life-wears-casual-green-jumper-stands-against-white-wall-empty-space_273609-27881.jpg",
},
{
id: "2",
name: "Mike D.",
role: "Client",
testimonial: "Fantastic service and great staff.",
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg",
},
{
id: "3",
name: "Jane L.",
role: "Client",
testimonial: "My makeup was flawless for the event.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-posing-with-sincere-smile-studio-shot-cheerful-curly-young-woman-isolated-beige-background_197531-28951.jpg",
},
{
id: "4",
name: "Lisa K.",
role: "Client",
testimonial: "Always professional and timely.",
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036912.jpg",
},
{
id: "5",
name: "Emma W.",
role: "Client",
testimonial: "Great experience, highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/young-naked-woman-relaxing-spa-salon_176420-7536.jpg",
},
{ id: "1", name: "Sarah J.", role: "Client", testimonial: "The best hair cut I've ever had!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-redhead-woman-looks-with-lovely-expression-has-seductive-look-presses-hands-together-near-chin-happy-live-carefree-life-wears-casual-green-jumper-stands-against-white-wall-empty-space_273609-27881.jpg" },
{ id: "2", name: "Mike D.", role: "Client", testimonial: "Fantastic service and great staff.", imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg" },
{ id: "3", name: "Jane L.", role: "Client", testimonial: "My makeup was flawless for the event.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-posing-with-sincere-smile-studio-shot-cheerful-curly-young-woman-isolated-beige-background_197531-28951.jpg" },
{ id: "4", name: "Lisa K.", role: "Client", testimonial: "Always professional and timely.", imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036912.jpg" },
{ id: "5", name: "Emma W.", role: "Client", testimonial: "Great experience, highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-naked-woman-relaxing-spa-salon_176420-7536.jpg" },
]}
title="Client Reviews"
description="See why our clients keep coming back."
@@ -287,21 +141,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do I need an appointment?",
content: "Yes, appointments are recommended.",
},
{
id: "2",
title: "Do you take walk-ins?",
content: "Depending on availability, we do.",
},
{
id: "3",
title: "What payment methods?",
content: "We accept cash and all major cards.",
},
{ id: "1", title: "Do I need an appointment?", content: "Yes, appointments are recommended." },
{ id: "2", title: "Do you take walk-ins?", content: "Depending on availability, we do." },
{ id: "3", title: "What payment methods?", content: "We accept cash and all major cards." },
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg"
title="Common Questions"
@@ -317,16 +159,8 @@ export default function LandingPage() {
title="Get In Touch"
description="Ready to book your transformation?"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" },
]}
imageSrc="http://img.b2bpic.net/free-photo/corporate-businesswoman-workplace-talking-phone-with-business-partner-wearing-red-busy-freelancer-working-using-smartphone-from-office-talk-with-clients-sitting-desk-looking-document_482257-5770.jpg"
/>
@@ -338,33 +172,16 @@ export default function LandingPage() {
logoText="Hollywood Beauty"
columns={[
{
title: "Links",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
title: "Links", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -373,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}