From f671b7f787529ecbfa4a08eb4e8a7ec06d0514e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 16:17:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e5640..a093395 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -109,49 +76,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Styling", - description: "Tailored haircuts that complement your face shape and personal style.", - icon: Scissors, + title: "Precision Styling", description: "Tailored haircuts that complement your face shape and personal style.", icon: Scissors, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668438.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094191.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautician-styling-clients-hair_107420-94677.jpg?_wi=2", - imageAlt: "hair coloring technique palette", + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668438.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094191.jpg" }, + ] }, { - title: "Organic Coloring", - description: "High-quality, gentle color treatments using natural-based ingredients.", - icon: Palette, + title: "Organic Coloring", description: "High-quality, gentle color treatments using natural-based ingredients.", icon: Palette, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-washing-client-hair-sink_23-2147769790.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-holding-smartphone_23-2149722007.jpg", - imageAlt: "hair coloring technique palette", + { imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108776.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-washing-client-hair-sink_23-2147769790.jpg" }, + ] }, { - title: "Revitalizing Spa", - description: "Deep conditioning and scalp treatments for long-lasting hair health.", - icon: Sparkles, + title: "Revitalizing Spa", description: "Deep conditioning and scalp treatments for long-lasting hair health.", icon: Sparkles, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-hair-her-beauty-routine_23-2150166426.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=1", - imageAlt: "hair coloring technique palette", + { imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-hair-her-beauty-routine_23-2150166426.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg" }, + ] }, ]} title="Our Expert Services" @@ -161,53 +104,17 @@ export default function LandingPage() {