@@ -96,7 +59,6 @@ export default function LandingPage() {
@@ -114,42 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- badge: "Signature",
- price: "$85",
- subtitle: "Winstons Signature Cut",
- features: [
- "Consultation",
- "Precision Cut",
- "Hot Towel",
- "Style Refresh",
- ],
- },
- {
- id: "p2",
- badge: "Ritual",
- price: "$120",
- subtitle: "The Ultimate Ritual",
- features: [
- "Signature Cut",
- "Classic Shave",
- "Facial Treatment",
- "Scalp Massage",
- ],
- },
- {
- id: "p3",
- badge: "Express",
- price: "$50",
- subtitle: "Maintenance Cut",
- features: [
- "Quick Shape-up",
- "Edge Refinement",
- "Neck Cleanup",
- "No Wash",
- ],
- },
+ { id: "p1", badge: "Signature", price: "$85", subtitle: "Winstons Signature Cut", features: ["Consultation", "Precision Cut", "Hot Towel", "Style Refresh"] },
+ { id: "p2", badge: "Ritual", price: "$120", subtitle: "The Ultimate Ritual", features: ["Signature Cut", "Classic Shave", "Facial Treatment", "Scalp Massage"] },
+ { id: "p3", badge: "Express", price: "$50", subtitle: "Maintenance Cut", features: ["Quick Shape-up", "Edge Refinement", "Neck Cleanup", "No Wash"] }
]}
title="Refined Grooming Services"
description="Premium experiences tailored to your style requirements."
@@ -163,34 +93,12 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "barbers",
- groupTitle: "Master Barbers",
- members: [
- {
- id: "m1",
- title: "Marcus V.",
- subtitle: "Creative Director",
- detail: "15+ years experience in heritage and modern grooming styles.",
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1859.jpg",
- },
- {
- id: "m2",
- title: "Elena C.",
- subtitle: "Senior Barber",
- detail: "Expert in precision fades and textured styles for the modern man.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-teen-cook-keeping-hands-crossed-t-shirt-apron-looking-confident-front-view_176474-109059.jpg",
- },
- {
- id: "m3",
- title: "Julian S.",
- subtitle: "Master Shaver",
- detail: "Specialist in traditional hot towel rituals and facial grooming.",
- imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=3",
- imageAlt: "barbershop interior modern dark aesthetic",
- },
+ id: "barbers", groupTitle: "Master Barbers", members: [
+ { id: "m1", title: "Marcus V.", subtitle: "Creative Director", detail: "15+ years experience in heritage and modern grooming styles.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1859.jpg" },
+ { id: "m2", title: "Elena C.", subtitle: "Senior Barber", detail: "Expert in precision fades and textured styles for the modern man.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-teen-cook-keeping-hands-crossed-t-shirt-apron-looking-confident-front-view_176474-109059.jpg" },
+ { id: "m3", title: "Julian S.", subtitle: "Master Shaver", detail: "Specialist in traditional hot towel rituals and facial grooming.", imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg" }
+ ]
+ }
]}
title="Meet The Barbers"
description="Expert craftsmen dedicated to your personal style evolution."
@@ -201,31 +109,11 @@ export default function LandingPage() {