From 3f0ceee9965f676a068a2c3beb24bce9b7a79473 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 21:53:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c8618b..512de5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -136,21 +69,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Legacy in Numbers" metrics={[ - { - label: "Years Established", - value: "30+", - icon: Award, - }, - { - label: "Client Satisfaction", - value: "4.9/5", - icon: Star, - }, - { - label: "Appointments Completed", - value: "50k+", - icon: Scissors, - }, + { label: "Years Established", value: "30+", icon: Award }, + { label: "Client Satisfaction", value: "4.9/5", icon: Star }, + { label: "Appointments Completed", value: "50k+", icon: Scissors }, ]} metricsAnimation="slide-up" /> @@ -161,21 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Traditional Shaving", - description: "Hot towel treatment and precise straight razor work.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg?_wi=2", - }, - { - title: "Modern Styling", - description: "Customized haircuts tailored to your specific face shape.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg?_wi=2", - }, - { - title: "Precision Grooming", - description: "Beard sculpting and maintenance to keep you looking sharp.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg?_wi=2", - }, + { title: "Traditional Shaving", description: "Hot towel treatment and precise straight razor work.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg" }, + { title: "Modern Styling", description: "Customized haircuts tailored to your specific face shape.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg" }, + { title: "Precision Grooming", description: "Beard sculpting and maintenance to keep you looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg" }, ]} title="The Art of Grooming" description="We blend traditional techniques with modern style precision." @@ -188,57 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "haircut", - badge: "Classic", - price: "€25", - subtitle: "Precision haircut and wash", - buttons: [ - { - text: "Book", - href: "#contact", - }, - ], - features: [ - "Consultation", - "Haircut", - "Style", - ], - }, - { - id: "shave", - badge: "Premium", - price: "€20", - subtitle: "Traditional razor shave", - buttons: [ - { - text: "Book", - href: "#contact", - }, - ], - features: [ - "Hot Towel", - "Shave", - "Aftershave", - ], - }, - { - id: "full", - badge: "Expert", - price: "€40", - subtitle: "Full grooming experience", - buttons: [ - { - text: "Book", - href: "#contact", - }, - ], - features: [ - "Haircut", - "Beard Trim", - "Treatment", - ], - }, + { id: "haircut", badge: "Classic", price: "€25", subtitle: "Precision haircut and wash", buttons: [{ text: "Book", href: "#contact" }], features: ["Consultation", "Haircut", "Style"] }, + { id: "shave", badge: "Premium", price: "€20", subtitle: "Traditional razor shave", buttons: [{ text: "Book", href: "#contact" }], features: ["Hot Towel", "Shave", "Aftershave"] }, + { id: "full", badge: "Expert", price: "€40", subtitle: "Full grooming experience", buttons: [{ text: "Book", href: "#contact" }], features: ["Haircut", "Beard Trim", "Treatment"] }, ]} title="Premium Services" description="Choose your grooming experience." @@ -249,26 +110,12 @@ export default function LandingPage() { @@ -377,14 +171,8 @@ export default function LandingPage() { -- 2.49.1