2 Commits

Author SHA1 Message Date
48293b8bb1 Update src/app/page.tsx 2026-04-15 14:53:30 +00:00
13088a0d21 Update src/app/page.tsx 2026-04-15 14:52:53 +00:00

View File

@@ -56,9 +56,7 @@ 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 },
@@ -122,21 +120,9 @@ 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."
@@ -145,16 +131,16 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardEleven
animationType="blur-reveal"
animationType="slide-up"
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"
@@ -207,10 +193,8 @@ 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>