From b7cbcc9b704c1986fc65907f828cdbfdb2601a39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:36:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d32b82..ed2ce51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,62 +48,39 @@ export default function LandingPage() {
@@ -126,19 +93,13 @@ export default function LandingPage() { description="At Luxe Salon, we combine deep expertise with a personalized experience. Our professionals are dedicated to precision, style, and your individual aesthetic." bulletPoints={[ { - title: "Professional Team", - description: "Masters of modern cutting and coloring.", - }, + title: "Professional Team", description: "Masters of modern cutting and coloring."}, { - title: "Personalized Service", - description: "Your vision is our priority every step.", - }, + title: "Personalized Service", description: "Your vision is our priority every step."}, { - title: "Luxury Experience", - description: "Relax in our sophisticated serene studio.", - }, + title: "Luxury Experience", description: "Relax in our sophisticated serene studio."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg" mediaAnimation="blur-reveal" /> @@ -150,36 +111,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Haircuts", - description: "Bespoke cuts that frame your unique features.", - bentoComponent: "reveal-icon", - icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555153.jpg", - imageAlt: "Hostess of latino hair salon", + title: "Haircuts", description: "Bespoke cuts that frame your unique features.", bentoComponent: "reveal-icon", icon: Scissors, }, { - title: "Coloring", - description: "Advanced techniques for vibrant, healthy hair.", - bentoComponent: "reveal-icon", - icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg?_wi=2", - imageAlt: "Hostess of latino hair salon", + title: "Coloring", description: "Advanced techniques for vibrant, healthy hair.", bentoComponent: "reveal-icon", icon: Palette, }, { - title: "Styling", - description: "Perfectly sculpted styles for any occasion.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=2", - imageAlt: "Hostess of latino hair salon", + title: "Styling", description: "Perfectly sculpted styles for any occasion.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Grooming", - description: "Expert beard and hair grooming services.", - bentoComponent: "reveal-icon", - icon: User, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-caucasian-blond-woman-walking-outdoors-beautiful-woman-white-shirt-fashion-portrait-gorgeous-woman-young-woman-having-fun-city-street-fashion_291650-1516.jpg?_wi=1", - imageAlt: "Hostess of latino hair salon", + title: "Grooming", description: "Expert beard and hair grooming services.", bentoComponent: "reveal-icon", icon: User, }, ]} title="Our Signature Services" @@ -189,46 +130,23 @@ export default function LandingPage() {