From 520c2f1126dfbda5583f5d6961c7521a6505b85c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 ++++++++--------------------------------------- 1 file changed, 25 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4d7652..708fc36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,18 +28,9 @@ export default function LandingPage() { @@ -105,30 +67,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "Haircut", - description: "Precision haircut tailored to your style.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=1", - }, - { - id: 2, - title: "Skin Fade", - description: "Expert skin fades with sharp attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=2", - }, - { - id: 3, - title: "Beard Trim", - description: "Defining your look with meticulous care.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=3", - }, - { - id: 4, - title: "Full Grooming", - description: "The complete experience for complete confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=4", - }, + { id: 1, title: "Haircut", description: "Precision haircut tailored to your style.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 2, title: "Skin Fade", description: "Expert skin fades with sharp attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 3, title: "Beard Trim", description: "Defining your look with meticulous care.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 4, title: "Full Grooming", description: "The complete experience for complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, ]} title="Premium Services" description="Refined grooming for the modern gentleman." @@ -139,42 +81,13 @@ export default function LandingPage() {