diff --git a/src/app/page.tsx b/src/app/page.tsx
index b3a5d94..a595ef9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,97 +44,54 @@ export default function LandingPage() {
@@ -154,19 +103,13 @@ export default function LandingPage() {
description="Established with a love for tradition, John's Barber Shop has been a staple in the neighborhood. We believe in high-quality cuts, clean shaves, and meaningful conversations in the barber chair. At our shop, you're not just another client—you're a part of the local legacy."
metrics={[
{
- value: "15+",
- title: "Years Experience",
- },
+ value: "15+", title: "Years Experience"},
{
- value: "10k+",
- title: "Happy Clients",
- },
+ value: "10k+", title: "Happy Clients"},
{
- value: "5-Star",
- title: "Service Rating",
- },
+ value: "5-Star", title: "Service Rating"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/man-antique-store-side-view_23-2149640693.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/man-antique-store-side-view_23-2149640693.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -179,37 +122,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "mens-cut",
- badge: "Popular",
- price: "$30",
- subtitle: "Precision men's haircut with expert styling.",
- features: [
- "Consultation",
- "Expert Cut",
- "Style Finish",
- ],
+ id: "mens-cut", badge: "Popular", price: "$30", subtitle: "Precision men's haircut with expert styling.", features: [
+ "Consultation", "Expert Cut", "Style Finish"],
},
{
- id: "beard-trim",
- badge: "Grooming",
- price: "$10",
- subtitle: "Sharpen your look with a precise beard trim.",
- features: [
- "Clean Edges",
- "Precision Trim",
- "Hydration",
- ],
+ id: "beard-trim", badge: "Grooming", price: "$10", subtitle: "Sharpen your look with a precise beard trim.", features: [
+ "Clean Edges", "Precision Trim", "Hydration"],
},
{
- id: "kids-cut",
- badge: "Classic",
- price: "$20",
- subtitle: "A sharp, classic cut for the younger generation.",
- features: [
- "Consultation",
- "Clean Cut",
- "Minimal Styling",
- ],
+ id: "kids-cut", badge: "Classic", price: "$20", subtitle: "A sharp, classic cut for the younger generation.", features: [
+ "Consultation", "Clean Cut", "Minimal Styling"],
},
]}
title="Our Services"
@@ -224,19 +146,12 @@ export default function LandingPage() {
subtitle="Clear expectations for your visit."
sections={[
{
- heading: "Our Policy",
- content: [
+ heading: "Our Policy", content: [
{
- type: "paragraph",
- text: "We value your privacy and aim to provide a safe experience at John's Barber Shop.",
- },
+ type: "paragraph", text: "We value your privacy and aim to provide a safe experience at John's Barber Shop."},
{
- type: "list",
- items: [
- "Booking required",
- "Late arrival policy",
- "Respectful environment",
- ],
+ type: "list", items: [
+ "Booking required", "Late arrival policy", "Respectful environment"],
},
],
},
@@ -248,11 +163,10 @@ export default function LandingPage() {