Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9babe2eed | |||
| 687dc6e51f | |||
| 9d47c239a4 | |||
| ae3c1f8cba |
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user