diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c853e5..21b6303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } ]}