@@ -103,56 +74,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p1",
- badge: "Classic",
- price: "$30",
- subtitle: "Precision haircut experience",
- buttons: [
- {
- text: "Book Now",
- href: "#",
- },
- ],
- features: [
- "Classic haircut",
- "Neck shave",
- "Hot towel treatment",
- ],
+ id: "p1", badge: "Classic", price: "$30", subtitle: "Precision haircut experience", buttons: [{ text: "Book Now", href: "#" }],
+ features: ["Classic haircut", "Neck shave", "Hot towel treatment"],
},
{
- id: "p2",
- badge: "Signature",
- price: "$55",
- subtitle: "The full experience",
- buttons: [
- {
- text: "Book Now",
- href: "#",
- },
- ],
- features: [
- "Signature haircut",
- "Beard trim/shave",
- "Scalp massage",
- ],
+ id: "p2", badge: "Signature", price: "$55", subtitle: "The full experience", buttons: [{ text: "Book Now", href: "#" }],
+ features: ["Signature haircut", "Beard trim/shave", "Scalp massage"],
},
{
- id: "p3",
- badge: "Elite",
- price: "$75",
- subtitle: "Luxury grooming service",
- buttons: [
- {
- text: "Book Now",
- href: "#",
- },
- ],
- features: [
- "Full service cut",
- "Deluxe shave",
- "Face massage",
- "Essential oil treatment",
- ],
+ id: "p3", badge: "Elite", price: "$75", subtitle: "Luxury grooming service", buttons: [{ text: "Book Now", href: "#" }],
+ features: ["Full service cut", "Deluxe shave", "Face massage", "Essential oil treatment"],
},
]}
title="Our Signature Services"
@@ -166,30 +97,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Expert Stylists",
- description: "Highly trained master barbers skilled in all hair types and beard styles.",
- bentoComponent: "reveal-icon",
- icon: Scissors,
- imageSrc: "http://img.b2bpic.net/free-photo/mustache-razors-white-background_23-2147736984.jpg",
- imageAlt: "barber clippers and straight razor tools",
- },
- {
- title: "Premium Products",
- description: "We only use top-tier, high-end grooming products for every service.",
- bentoComponent: "reveal-icon",
- icon: Sparkles,
- imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=2",
- imageAlt: "barber clippers and straight razor tools",
- },
- {
- title: "Relaxed Vibe",
- description: "An inviting, stylish atmosphere where you can kick back, relax, and look your best.",
- bentoComponent: "reveal-icon",
- icon: Coffee,
- imageSrc: "http://img.b2bpic.net/free-photo/seascape-with-silhouettes-palm-trees-pink-clouds_181624-31007.jpg?_wi=2",
- imageAlt: "barber clippers and straight razor tools",
- },
+ { title: "Expert Stylists", description: "Highly trained master barbers skilled in all hair types and beard styles.", bentoComponent: "reveal-icon", icon: Scissors },
+ { title: "Premium Products", description: "We only use top-tier, high-end grooming products for every service.", bentoComponent: "reveal-icon", icon: Sparkles },
+ { title: "Relaxed Vibe", description: "An inviting, stylish atmosphere where you can kick back, relax, and look your best.", bentoComponent: "reveal-icon", icon: Coffee },
]}
title="Why Choose Us"
description="We define the Spartanburg standard."
@@ -200,42 +110,18 @@ export default function LandingPage() {
@@ -277,24 +152,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Award,
- title: "Awards Won",
- value: "12+",
- },
- {
- id: "m2",
- icon: Users,
- title: "Happy Clients",
- value: "5000+",
- },
- {
- id: "m3",
- icon: Calendar,
- title: "Years Experience",
- value: "10+",
- },
+ { id: "m1", icon: Award, title: "Awards Won", value: "12+" },
+ { id: "m2", icon: Users, title: "Happy Clients", value: "5000+" },
+ { id: "m3", icon: Calendar, title: "Years Experience", value: "10+" },
]}
title="Our Impact"
description="Growing strong in the local community."
@@ -304,9 +164,7 @@ export default function LandingPage() {