5 Commits

Author SHA1 Message Date
5178e60b1c Merge version_4 into main
Merge version_4 into main
2026-04-26 14:48:37 +00:00
d9babe2eed Update src/app/page.tsx 2026-04-26 14:48:33 +00:00
687dc6e51f Merge version_3 into main
Merge version_3 into main
2026-04-26 14:47:45 +00:00
9d47c239a4 Merge version_2 into main
Merge version_2 into main
2026-04-26 14:47:42 +00:00
ae3c1f8cba Update src/app/page.tsx 2026-04-26 14:47:42 +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>
@@ -122,7 +125,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Ready for Your Transformation?"
description="Walk in or book ahead to reserve your spot."
description="Book a slot via WhatsApp to reserve your spot."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },