Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-26 14:48:38 +00:00

View File

@@ -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" }]}
/>
</div>