From f5e8d4612d1191d6efbd8410d47badf027c2023d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:26:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e7a09e..82a6080 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -97,28 +74,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Fade", - description: "Crisp, clean, and perfectly blended. The benchmark of our craft.", - bentoComponent: "reveal-icon", - icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barbershop_1157-21635.jpg", - imageAlt: "fade haircut detail professional", + title: "Precision Fade", description: "Crisp, clean, and perfectly blended. The benchmark of our craft.", bentoComponent: "reveal-icon", icon: Scissors, }, { - title: "Beard Grooming", - description: "Sculpted precision with hot towel finishes.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=2", - imageAlt: "fade haircut detail professional", + title: "Beard Grooming", description: "Sculpted precision with hot towel finishes.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Straight Razor Shave", - description: "The ultimate luxury grooming experience for the modern gentleman.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-bearded-male-with-crossed-arms-dressed-brown-leather-pilot-jacket_613910-11192.jpg?_wi=2", - imageAlt: "fade haircut detail professional", + title: "Straight Razor Shave", description: "The ultimate luxury grooming experience for the modern gentleman.", bentoComponent: "reveal-icon", icon: Award, }, ]} title="Elite Grooming Services" @@ -134,25 +96,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "100%", - title: "Satisfaction", - description: "Every cut is a commitment to excellence.", - icon: CheckCircle, + id: "1", value: "100%", title: "Satisfaction", description: "Every cut is a commitment to excellence.", icon: CheckCircle, }, { - id: "2", - value: "5★", - title: "Rating", - description: "The gold standard of Karviná grooming.", - icon: Star, + id: "2", value: "5★", title: "Rating", description: "The gold standard of Karviná grooming.", icon: Star, }, { - id: "3", - value: "1k+", - title: "Loyal Clients", - description: "Men who demand the best and return for it.", - icon: Users, + id: "3", value: "1k+", title: "Loyal Clients", description: "Men who demand the best and return for it.", icon: Users, }, ]} title="Why Clients Return" @@ -167,26 +117,11 @@ export default function LandingPage() { rating={5} author="Patrik S., Loyal Client" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", - alt: "Client", - }, - { - src: "http://img.b2bpic.net/free-photo/barber-senior-male-client-shaking-hands_23-2148181913.jpg", - alt: "Client", - }, + { src: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/free-photo/barber-senior-male-client-shaking-hands_23-2148181913.jpg", alt: "Client" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -197,32 +132,17 @@ export default function LandingPage() {