From a021cffd18047b936eb7dbf06d298cace1ccb7e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:23:44 +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 f4ce63a..fef00c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Scissors, Brush, Palette, Child, Sparkles } from 'lucide-react'; +import { Scissors, Brush, Palette, Sparkles, Baby } from 'lucide-react'; export default function LandingPage() { return ( @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Hair Designs", description: "Unleash your creativity with intricate hair designs and custom patterns.", buttonIcon: Palette, }, { - title: "Kids Cuts", description: "Professional and patient haircuts for our younger clients, ensuring they leave looking fresh.", buttonIcon: Child, + title: "Kids Cuts", description: "Professional and patient haircuts for our younger clients, ensuring they leave looking fresh.", buttonIcon: Baby, }, { title: "Full Grooming Packages", description: "Indulge in a complete grooming experience including haircuts, beard care, and refreshing treatments.", buttonIcon: Sparkles, -- 2.49.1