From 46c6f5e0c69c8decf780d5a7201ebe1906235f1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 06:11:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 69 +++++++++++------------------------------------- 1 file changed, 16 insertions(+), 53 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a168a4d..1abe1c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,27 +26,17 @@ export default function LandingPage() { @@ -54,47 +44,26 @@ export default function LandingPage() {
@@ -113,18 +82,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + gridVariant="two-items-per-row" features={[ { - id: "feature-1", - title: "Precision Hair Services", - description: "Personalized cuts, expert styling, hair regrowth, and dreadlocks, tailored for your unique look.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-mustache-barber-shop_23-2148353427.jpg", - }, + id: "feature-1", title: "Precision Hair Services", description: "Personalized cuts, expert styling, hair regrowth, and dreadlocks, tailored for your unique look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-mustache-barber-shop_23-2148353427.jpg"}, { - id: "feature-2", - title: "Vibrant Hair Color & Highlights", - description: "Custom hair coloring, bal", - }, + id: "feature-2", title: "Vibrant Hair Color & Highlights", description: "Custom hair coloring, bal"}, ]} title="A Symphony of Style & Care" description="Explore our comprehensive range of premium services, each meticulously crafted to bring out your best. From trendsetting haircuts to rejuvenating treatments and exquisite bridal styling, your beauty journey begins here." -- 2.49.1