11 Commits

Author SHA1 Message Date
2974805088 Merge version_2 into main
Merge version_2 into main
2026-06-08 03:27:29 +00:00
c08b2b5c09 Update src/app/page.tsx 2026-06-08 03:27:23 +00:00
cd8f4e0a30 Merge version_2 into main
Merge version_2 into main
2026-06-08 03:26:41 +00:00
59585efbda Update src/app/page.tsx 2026-06-08 03:26:34 +00:00
1eeea8a8ce Merge version_2 into main
Merge version_2 into main
2026-06-08 03:25:53 +00:00
66e00be5f5 Update src/app/page.tsx 2026-06-08 03:25:50 +00:00
7305712334 Merge version_2 into main
Merge version_2 into main
2026-06-08 03:25:04 +00:00
e7987cbb6d Update src/app/page.tsx 2026-06-08 03:24:58 +00:00
79535b0890 Merge version_1 into main
Merge version_1 into main
2026-06-08 03:21:33 +00:00
fe51d26d9f Merge version_1 into main
Merge version_1 into main
2026-06-08 03:21:09 +00:00
8484deef58 Merge version_1 into main
Merge version_1 into main
2026-06-08 03:19:47 +00:00

View File

@@ -23,7 +23,15 @@ import {
Scissors,
Sparkles,
Star,
Users
Users,
Paintbrush,
Wind,
Split,
Minus,
Beaker,
Repeat,
SprayCan,
Waves
} from "lucide-react";
export default function LandingPage() {
@@ -115,20 +123,56 @@ export default function LandingPage() {
<FeatureBorderGlow
features={[
{
icon: Brush,
title: "Cutting & Styling", description: "From precision cuts to luxurious blowouts and elegant event styling, our stylists create looks that enhance your natural beauty."
icon: Palette,
title: "Hair Colouring", description: "Expert colour application to achieve your desired shade, from vibrant hues to subtle tones."
},
{
icon: Palette,
title: "Colour & Highlights", description: "Discover your perfect shade with our bespoke colour services, including balayage, foils, and vivid transformations using premium products."
icon: Scissors,
title: "Hairstyling", description: "Precision cuts, luxurious blowouts, and elegant event styling tailored to your look."
},
{
icon: Paintbrush,
title: "Balayage", description: "Hand-painted highlights for a natural, sun-kissed effect and seamless grow-out."
},
{
icon: Wind,
title: "Blowdry", description: "Professional blow-dries for volume, smoothness, or effortless waves."
},
{
icon: Heart,
title: "Bridal Hair", description: "Bespoke bridal styling to create your dream look for your special day."
},
{
icon: Waves,
title: "Curly Hair", description: "Specialized cutting and styling techniques to enhance and define your natural curls."
},
{
icon: Split,
title: "Hair Extensions", description: "Add length and volume with high-quality hair extensions, seamlessly blended for a natural finish."
},
{
icon: Sparkles,
title: "Hair Highlighting", description: "Traditional highlights and lowlights for added dimension and brightness."
},
{
icon: Leaf,
title: "Treatments & Care", description: "Nourish and restore your hair's health with our range of deep conditioning, repair, and scalp treatments tailored to your needs."
title: "Hair Regrowth", description: "Targeted treatments and advice to support healthy hair regrowth."
},
{
icon: Feather,
title: "Bridal & Special Occasions", description: "Look radiant on your big day or special event with our exquisite bridal hairstyling and glamorous up-dos."
icon: Minus,
title: "Hair Straightening", description: "Professional straightening services for sleek, smooth, and manageable hair."
},
{
icon: Beaker,
title: "Keratin Treatments", description: "Smoothing keratin treatments to reduce frizz, add shine, and improve hair health."
},
{
icon: Repeat,
title: "Perms", description: "Modern perming techniques to create lasting waves or curls."
},
{
icon: SprayCan,
title: "Shampoo & Conditioning", description: "Luxurious cleansing and conditioning rituals to nourish your scalp and hair."
}
]}
animationType="slide-up"