4 Commits

Author SHA1 Message Date
67555c0248 Merge version_2 into main
Merge version_2 into main
2026-05-09 19:54:01 +00:00
2eb52fb47e Update src/app/page.tsx 2026-05-09 19:53:58 +00:00
6017b3debf Merge version_2 into main
Merge version_2 into main
2026-05-09 19:53:37 +00:00
b1175148dc Update src/app/page.tsx 2026-05-09 19:53:31 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "pricing"},
id: "pricing",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Elite Cuts" brandName="Elite Cuts"
/> />
@@ -54,15 +46,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
logoText="Elite Cuts" logoText="Elite Cuts"
description="Experience professional grooming in a modern, refined setting. Book your chair today." description="Experience professional grooming in a modern, refined setting. Book your chair today."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#pricing"},
href: "#pricing",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/antique-vintage-chandeliers-with-lamps-inside-retro-exterior-detail_169016-21579.jpg" imageSrc="http://img.b2bpic.net/free-photo/antique-vintage-chandeliers-with-lamps-inside-retro-exterior-detail_169016-21579.jpg"
imageAlt="Barbershop interior" imageAlt="Barbershop interior"
@@ -75,18 +64,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Mastering the Art of "},
content: "Mastering the Art of ",
},
{ {
type: "image", type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg", alt: "Grooming"},
src: "http://img.b2bpic.net/free-photo/full-shot-barber-hair-salon_23-2148242782.jpg",
alt: "Grooming",
},
{ {
type: "text", type: "text", content: " Grooming"},
content: " Grooming",
},
]} ]}
/> />
</div> </div>
@@ -98,72 +80,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "p1", id: "p1", tag: "Essential", price: "$5", period: "service", description: "Quick trim and styling.", button: {
tag: "Essential", text: "Select", href: "#contact"},
price: "$5", featuresTitle: "Included", features: [
period: "service", "Precision cut", "Quick style", "Fresh finish"],
description: "Quick trim and styling.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Precision cut",
"Quick style",
"Fresh finish",
],
}, },
{ {
id: "p2", id: "p2", tag: "Pro", price: "$10", period: "service", description: "Standard grooming session.", button: {
tag: "Pro", text: "Select", href: "#contact"},
price: "$10", featuresTitle: "Included", features: [
period: "service", "Classic haircut", "Beard trim", "Professional wash"],
description: "Standard grooming session.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Classic haircut",
"Beard trim",
"Professional wash",
],
}, },
{ {
id: "p3", id: "p3", tag: "Elite", price: "$15", period: "service", description: "Detailed grooming treatment.", button: {
tag: "Elite", text: "Select", href: "#contact"},
price: "$15", featuresTitle: "Included", features: [
period: "service", "Signature cut", "Detailed shave", "Hot towel service"],
description: "Detailed grooming treatment.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Signature cut",
"Detailed shave",
"Hot towel service",
],
}, },
{ {
id: "p4", id: "p4", tag: "Master", price: "$20", period: "service", description: "Total grooming transformation.", button: {
tag: "Master", text: "Select", href: "#contact"},
price: "$20", featuresTitle: "Included", features: [
period: "service", "Master precision cut", "Full facial treatment", "Scalp massage"],
description: "Total grooming transformation.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Master precision cut",
"Full facial treatment",
"Scalp massage",
],
}, },
]} ]}
title="Our Services" title="Our Services"
@@ -176,30 +114,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg?_wi=1"},
name: "Alex R.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg",
},
{ {
id: "t2", id: "t2", name: "Ben S.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-jmyw94th.jpg"},
name: "Ben S.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-jmyw94th.jpg",
},
{ {
id: "t3", id: "t3", name: "Chris D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-iwy1pawo.jpg"},
name: "Chris D.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-iwy1pawo.jpg",
},
{ {
id: "t4", id: "t4", name: "David L.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-wwxcf5jp.jpg"},
name: "David L.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-wwxcf5jp.jpg",
},
{ {
id: "t5", id: "t5", name: "Eric M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg?_wi=2"},
name: "Eric M.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-man_23-2148677584.jpg",
},
]} ]}
cardTitle="Client Experiences" cardTitle="Client Experiences"
cardTag="Reviews" cardTag="Reviews"
@@ -212,14 +135,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Classic Cuts", "Classic Cuts", "Sharp Edge", "Gentlemen Groom", "Urban Barbers", "Modern Style", "Refined Look", "Prime Cut"]}
"Sharp Edge",
"Gentlemen Groom",
"Urban Barbers",
"Modern Style",
"Refined Look",
"Prime Cut",
]}
title="Trusted Partners" title="Trusted Partners"
description="Collaborating with industry leaders in style." description="Collaborating with industry leaders in style."
/> />
@@ -231,26 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do I book?", content: "You can contact us via the booking form below or walk in."},
title: "How do I book?",
content: "You can contact us via the booking form below or walk in.",
},
{ {
id: "f2", id: "f2", title: "Do you accept walk-ins?", content: "Yes, we prioritize bookings but welcome walk-in clients."},
title: "Do you accept walk-ins?",
content: "Yes, we prioritize bookings but welcome walk-in clients.",
},
{ {
id: "f3", id: "f3", title: "What services are included?", content: "We offer haircuts, shaves, and professional grooming treatments."},
title: "What services are included?",
content: "We offer haircuts, shaves, and professional grooming treatments.",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
title="Frequently Asked" title="Frequently Asked"
description="Common questions about our grooming process." description="Common questions about our grooming process."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg?_wi=3"
imageAlt="Barber session" imageAlt="Barber session"
/> />
</div> </div>
@@ -259,46 +166,34 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
text="Ready to get groomed? Visit us at the studio today." text="Ready to get groomed? Visit us at the studio today."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us", href: "mailto:hello@elitecuts.com"},
href: "mailto:hello@elitecuts.com",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV7MhyYK6GxBl9yJeGqEoxKpCM/uploaded-1778356191943-peahu0yk.jpg"
logoText="Elite Cuts" logoText="Elite Cuts"
columns={[ columns={[
{ {
title: "Links", title: "Links", items: [
items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}