Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-06-08 03:25:53 +00:00

View File

@@ -26,12 +26,12 @@ import {
Users,
Paintbrush,
Wind,
Curly,
Curl,
Split,
Minus,
Flask,
Beaker,
Repeat,
Shampoo
SprayCan
} from "lucide-react";
export default function LandingPage() {
@@ -143,7 +143,7 @@ export default function LandingPage() {
title: "Bridal Hair", description: "Bespoke bridal styling to create your dream look for your special day."
},
{
icon: Curly,
icon: Curl,
title: "Curly Hair", description: "Specialized cutting and styling techniques to enhance and define your natural curls."
},
{
@@ -163,7 +163,7 @@ export default function LandingPage() {
title: "Hair Straightening", description: "Professional straightening services for sleek, smooth, and manageable hair."
},
{
icon: Flask,
icon: Beaker,
title: "Keratin Treatments", description: "Smoothing keratin treatments to reduce frizz, add shine, and improve hair health."
},
{
@@ -171,7 +171,7 @@ export default function LandingPage() {
title: "Perms", description: "Modern perming techniques to create lasting waves or curls."
},
{
icon: Shampoo,
icon: SprayCan,
title: "Shampoo & Conditioning", description: "Luxurious cleansing and conditioning rituals to nourish your scalp and hair."
}
]}