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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -80,19 +80,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: [
|
items: [
|
||||||
{ icon: Scissors, text: "Haircut & Styling" },
|
{ icon: Scissors, text: "Precision Haircuts & Styling" },
|
||||||
{ icon: Droplets, text: "Hair Colouring" },
|
{ icon: Droplets, text: "Advanced Colouring & Highlights" },
|
||||||
{ icon: Sparkles, text: "Hair Treatments" },
|
{ icon: Sparkles, text: "Deep Conditioning Treatments" },
|
||||||
{ icon: Waves, text: "Smoothening" },
|
{ 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
|
reverse: false
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="What We Do"
|
title="What We Do"
|
||||||
description="Premium treatments for every identity."
|
description="Premium treatments for every identity."
|
||||||
buttons={[{ text: "View Our Services", href: "#services" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,7 +125,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Ready for Your Transformation?"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user