From c08b2b5c09048adb4570faf75cd0d1f348b81a46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:27:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 062dcd3..8da0616 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ import { Beaker, Repeat, SprayCan, - Wave + Waves } 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: Wave, + icon: Waves, title: "Curly Hair", description: "Specialized cutting and styling techniques to enhance and define your natural curls." }, { -- 2.49.1