From f10fd7dc384f0b663196333a06f56dfa05434c4e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:49:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++-------------------------------------- 1 file changed, 19 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2893af2..592b1ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,19 +44,12 @@ export default function LandingPage() {
@@ -91,20 +74,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Cutting", - description: "Tailored haircuts that complement your face shape and personal style.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1", - }, + title: "Precision Cutting", description: "Tailored haircuts that complement your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1"}, { - title: "Custom Coloring", - description: "Expert color correction and highlights for a vibrant, healthy shine.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2", - }, + title: "Custom Coloring", description: "Expert color correction and highlights for a vibrant, healthy shine.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2"}, { - title: "Bridal Styling", - description: "Elegant updos and styles for your most important life occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3", - }, + title: "Bridal Styling", description: "Elegant updos and styles for your most important life occasions.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3"}, ]} title="Our Services" description="Comprehensive beauty solutions for every hair type." @@ -115,8 +89,7 @@ export default function LandingPage() { @@ -176,16 +124,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1