diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94be237..1dcf0f2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -57,40 +45,16 @@ export default function LandingPage() {
logoText="ONE4ONE"
description="Precision. Style. Identity. Experience the peak of modern grooming in Garden City."
buttons={[
- {
- text: "Book Now",
- href: "#contact",
- },
- {
- text: "Explore Services",
- href: "#pricing",
- },
+ { text: "Book Now", href: "#contact" },
+ { text: "Explore Services", href: "#pricing" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=1",
- imageAlt: "Luxurious barber studio environment",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg",
- imageAlt: "Barber shop aesthetic",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg",
- imageAlt: "Precision haircutting tools",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg",
- imageAlt: "Modern grooming station",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg",
- imageAlt: "Professional salon lighting",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
- imageAlt: "High-end barber service",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg", imageAlt: "Luxurious barber studio environment" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg", imageAlt: "Barber shop aesthetic" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", imageAlt: "Precision haircutting tools" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg", imageAlt: "Modern grooming station" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg", imageAlt: "Professional salon lighting" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", imageAlt: "High-end barber service" },
]}
/>
@@ -100,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Commitment to Excellence"
metrics={[
- {
- icon: Star,
- label: "Google Rating",
- value: "4.9",
- },
- {
- icon: Calendar,
- label: "Clients Served",
- value: "2000+",
- },
- {
- icon: Award,
- label: "Expert Barbers",
- value: "5+",
- },
+ { icon: Star, label: "Google Rating", value: "4.9" },
+ { icon: Calendar, label: "Clients Served", value: "2000+" },
+ { icon: Award, label: "Expert Barbers", value: "5+" },
]}
metricsAnimation="slide-up"
/>
@@ -126,40 +78,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "p1",
- badge: "Signature",
- price: "$35",
- subtitle: "Classic Precision Cut",
- features: [
- "Haircut",
- "Hot Towel",
- "Neck Trim",
- ],
- },
- {
- id: "p2",
- badge: "Premium",
- price: "$50",
- subtitle: "The Full Experience",
- features: [
- "Haircut",
- "Beard Trim",
- "Hot Towel",
- "Styling",
- ],
- },
- {
- id: "p3",
- badge: "Essentials",
- price: "$20",
- subtitle: "Beard Grooming Only",
- features: [
- "Beard Trim",
- "Line Up",
- "Hot Towel",
- ],
- },
+ { id: "p1", badge: "Signature", price: "$35", subtitle: "Classic Precision Cut", features: ["Haircut", "Hot Towel", "Neck Trim"] },
+ { id: "p2", badge: "Premium", price: "$50", subtitle: "The Full Experience", features: ["Haircut", "Beard Trim", "Hot Towel", "Styling"] },
+ { id: "p3", badge: "Essentials", price: "$20", subtitle: "Beard Grooming Only", features: ["Beard Trim", "Line Up", "Hot Towel"] },
]}
title="Mastery Services"
description="Precision cuts tailored to your unique identity."
@@ -168,24 +89,13 @@ export default function LandingPage() {
@@ -317,34 +157,8 @@ export default function LandingPage() {