Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c6de1c36a | |||
| a017b124c2 | |||
| d30f85ab38 |
@@ -56,7 +56,9 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/barber-cutting-beard-with-scissors_1153-1506.jpg", alt: "Barber 5" },
|
||||
]}
|
||||
avatarText="Our Master Barbers"
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Precision Cuts", icon: Scissors },
|
||||
{ type: "text-icon", text: "Hot Towel Shaves", icon: Waves },
|
||||
@@ -120,9 +122,21 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "1", badge: "Standard", price: "$30", subtitle: "Essential maintenance", features: ["Haircut", "Neck trim", "Styling"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
{ id: "2", badge: "Premium", price: "$55", subtitle: "Full experience", features: ["Haircut", "Beard trim", "Hot towel shave"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
{ id: "3", badge: "Ultimate", price: "$80", subtitle: "Total grooming package", features: ["Haircut", "Beard trim", "Scalp massage", "Face mask"], buttons: [{ text: "Select", href: "#contact" }] },
|
||||
{
|
||||
id: "1", badge: "Standard", price: "$30", subtitle: "Essential maintenance",
|
||||
features: ["Haircut", "Neck trim", "Styling"],
|
||||
buttons: [{ text: "Select", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Premium", price: "$55", subtitle: "Full experience",
|
||||
features: ["Haircut", "Beard trim", "Hot towel shave"],
|
||||
buttons: [{ text: "Select", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Ultimate", price: "$80", subtitle: "Total grooming package",
|
||||
features: ["Haircut", "Beard trim", "Scalp massage", "Face mask"],
|
||||
buttons: [{ text: "Select", href: "#contact" }]
|
||||
},
|
||||
]}
|
||||
title="Fair Prices, Superior Service"
|
||||
description="Transparent pricing for all our grooming tiers."
|
||||
@@ -131,16 +145,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "group-1", groupTitle: "Professional Team", members: [
|
||||
id: "group-1", groupTitle: "Professional Team", members: [
|
||||
{ id: "t1", title: "John Smith", subtitle: "Master Barber", detail: "Expert in fades.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-comb-scissors-looking-front-with-confident-expression-standing-green-wall_141793-50527.jpg" },
|
||||
{ id: "t2", title: "Mike Ross", subtitle: "Senior Stylist", detail: "Razor specialist.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-hair-clippers-isolated-crimson-background-with-copy-space_141793-31955.jpg" },
|
||||
{ id: "t3", title: "Leo Vance", subtitle: "Barber", detail: "Beard art specialist.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-background_141793-119285.jpg" },
|
||||
],
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Master Barbers"
|
||||
@@ -193,8 +207,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms of Service", href: "#terms" }, { label: "Privacy Policy", href: "#privacy" }] },
|
||||
]}
|
||||
logoText="Gentleman's Cut"
|
||||
copyrightText="© 2025 Gentleman's Cut | All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user