diff --git a/src/app/page.tsx b/src/app/page.tsx index 03e982d..53e18be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Droplets, Scissors, Sparkles, Waves } from "lucide-react"; +import { Droplets, Scissors, Sparkles, Waves, Zap, Star, ShieldCheck, HeartPulse } from "lucide-react"; export default function LandingPage() { return ( @@ -80,19 +80,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hair Services", description: "Expert styling, coloring, and treatments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Luxury salon hair care" }, + title: "Our Signature Services", description: "Professional hair transformation and care packages tailored to you.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Luxury salon hair care" }, items: [ - { icon: Scissors, text: "Haircut & Styling" }, - { icon: Droplets, text: "Hair Colouring" }, - { icon: Sparkles, text: "Hair Treatments" }, - { icon: Waves, text: "Smoothening" }, + { icon: Scissors, text: "Precision Haircuts & Styling" }, + { icon: Droplets, text: "Advanced Colouring & Highlights" }, + { icon: Sparkles, text: "Deep Conditioning Treatments" }, + { icon: Waves, text: "Keratin & Smoothening Therapy" }, + { icon: Zap, text: "Anti-Dandruff Scalp Care" }, + { icon: ShieldCheck, text: "Hair Loss Prevention" }, + { icon: HeartPulse, text: "Organic Rejuvenation Spa" }, + { icon: Star, text: "Bridal Grooming Packages" } ], reverse: false } ]} title="What We Do" description="Premium treatments for every identity." - buttons={[{ text: "View Our Services", href: "#services" }]} />