From 59585efbdadfc88cf6ae58046c555c8b22d2eb9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:26:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21b6303..062dcd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,12 +26,12 @@ import { Users, Paintbrush, Wind, - Curl, Split, Minus, Beaker, Repeat, - SprayCan + SprayCan, + Wave } 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: Curl, + icon: Wave, title: "Curly Hair", description: "Specialized cutting and styling techniques to enhance and define your natural curls." }, { -- 2.49.1