diff --git a/src/app/page.tsx b/src/app/page.tsx
index b9ae759..ce24301 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,30 +30,12 @@ export default function LandingPage() {
@@ -63,12 +45,7 @@ export default function LandingPage() {
@@ -79,21 +56,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Craft"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Users,
- label: "Happy Clients",
- value: "5000+",
- },
- {
- icon: Scissors,
- label: "Expert Barbers",
- value: "8",
- },
+ { icon: Award, label: "Years Experience", value: "15+" },
+ { icon: Users, label: "Happy Clients", value: "5000+" },
+ { icon: Scissors, label: "Expert Barbers", value: "8" },
]}
metricsAnimation="slide-up"
/>
@@ -105,24 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Precision Haircut",
- description: "Classic or contemporary, our cuts are tailored to your face shape.",
- bentoComponent: "reveal-icon",
- icon: Scissors,
- },
- {
- title: "Hot Towel Shave",
- description: "The ultimate grooming experience with traditional warm towel prep.",
- bentoComponent: "reveal-icon",
- icon: Waves,
- },
- {
- title: "Beard Grooming",
- description: "Sculpt, shape, and maintain your beard to absolute perfection.",
- bentoComponent: "reveal-icon",
- icon: Smile,
- },
+ { title: "Precision Haircut", description: "Classic or contemporary, our cuts are tailored to your face shape.", bentoComponent: "reveal-icon", icon: Scissors },
+ { title: "Hot Towel Shave", description: "The ultimate grooming experience with traditional warm towel prep.", bentoComponent: "reveal-icon", icon: Waves },
+ { title: "Beard Grooming", description: "Sculpt, shape, and maintain your beard to absolute perfection.", bentoComponent: "reveal-icon", icon: Smile },
]}
title="Our Signature Services"
description="Expert grooming tailored to your style."
@@ -131,34 +81,15 @@ export default function LandingPage() {
@@ -238,29 +131,15 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg"
columns={[
{
- title: "Shop Info",
- items: [
- {
- label: "123 Main St, New York",
- href: "#",
- },
- {
- label: "555-010-2020",
- href: "tel:5550102020",
- },
+ title: "Shop Info", items: [
+ { label: "123 Main St, New York", href: "#" },
+ { label: "555-010-2020", href: "tel:5550102020" },
],
},
{
- title: "Links",
- items: [
- {
- label: "Book Now",
- href: "#contact",
- },
- {
- label: "Our Work",
- href: "#services",
- },
+ title: "Links", items: [
+ { label: "Book Now", href: "#contact" },
+ { label: "Our Work", href: "#services" },
],
},
]}