From 739d9ce5e7a8caeb60d32659b0fd9e0d1af7f89f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 21:55:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d48fc..8d1f1f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -139,33 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Precision Haircut", - tags: [ - "Hair", - "Style", - ], - imageSrc: "http://img.b2bpic.net/free-photo/circle-from-combs-scissors_23-2147711644.jpg", - }, - { - id: "f2", - title: "Beard Grooming", - tags: [ - "Beard", - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-bearded-hipster-male-with-crossed-arms-dressed-blue-fleece-shirt_613910-9449.jpg", - }, - { - id: "f3", - title: "Scalp Treatment", - tags: [ - "Relaxation", - "Care", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230921.jpg", - }, + { id: "f1", title: "Precision Haircut", tags: ["Hair", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/circle-from-combs-scissors_23-2147711644.jpg" }, + { id: "f2", title: "Beard Grooming", tags: ["Beard", "Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-bearded-hipster-male-with-crossed-arms-dressed-blue-fleece-shirt_613910-9449.jpg" }, + { id: "f3", title: "Scalp Treatment", tags: ["Relaxation", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230921.jpg" } ]} title="Signature Grooming Services" description="Expert services tailored to help you look and feel your absolute best." @@ -176,25 +101,11 @@ export default function LandingPage() {