From f81536da2d19beee56d2492e19458b3fbe7da46f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:34:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 066c06a..f8810d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="We are a professional unisex salon dedicated to delivering exceptional beauty services in a welcoming, inclusive environment. Our experienced stylists and beauty experts are committed to understanding your unique needs and bringing your vision to life. Whether you're looking for a fresh haircut, a complete style transformation, or specialized beauty treatments, we provide personalized care with premium products and techniques." tag="About Us" tagIcon={Heart} - tagAnimation="fade" + tagAnimation="slide-up" buttons={[{ text: "Explore Services", href: "services" }]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/charming-ladies-black-white-outfits-smile-work-new-clothes-design_197531-24066.jpg" @@ -77,16 +77,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Haircuts & Styling", description: "Expert haircuts for all hair types and styles. From classic cuts to contemporary designs, our stylists create looks that perfectly complement your features and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", imageAlt: "Haircut service"}, + title: "Haircuts & Styling", description: "Expert haircuts for all hair types and styles. From classic cuts to contemporary designs, our stylists create looks that perfectly complement your features and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", imageAlt: "Haircut service" + }, { id: 2, - title: "Nail Art & Manicure", description: "Beautiful, precise nail designs and treatments. We offer gel polish, acrylics, nail art, and relaxing manicure and pedicure services using premium products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12161.jpg", imageAlt: "Nail art and manicure"}, + title: "Nail Art & Manicure", description: "Beautiful, precise nail designs and treatments. We offer gel polish, acrylics, nail art, and relaxing manicure and pedicure services using premium products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12161.jpg", imageAlt: "Nail art and manicure" + }, { id: 3, - title: "Makeup Services", description: "Professional makeup application for everyday looks, special occasions, and events. Our makeup artists use high-quality products to enhance your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-makes-natural-makeup-model_496169-1304.jpg", imageAlt: "Makeup application"}, + title: "Makeup Services", description: "Professional makeup application for everyday looks, special occasions, and events. Our makeup artists use high-quality products to enhance your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-makes-natural-makeup-model_496169-1304.jpg", imageAlt: "Makeup application" + }, { id: 4, - title: "Eyelash Extensions", description: "Luxurious lash extensions that add volume, length, and definition. We use premium materials and proven techniques for comfortable, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9062.jpg", imageAlt: "Eyelash extensions"}, + title: "Eyelash Extensions", description: "Luxurious lash extensions that add volume, length, and definition. We use premium materials and proven techniques for comfortable, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-work-her-beauty-visage-studio-salon-woman-applying-by-professional-make-up-master-beauty-club-concept_627829-9062.jpg", imageAlt: "Eyelash extensions" + }, ]} title="Our Services" description="Discover our complete range of professional beauty and styling services designed to make you feel confident and beautiful." @@ -102,15 +106,20 @@ export default function LandingPage() {