diff --git a/src/app/page.tsx b/src/app/page.tsx index bd667bc..b6e3965 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Brush, CalendarCheck, ClipboardList, Crown, MessageSquareText, Scissors, Razor, Sparkles, SprayCan, Star, Tag, Users } from "lucide-react"; +import { Brush, CalendarCheck, ClipboardList, Crown, MessageSquareText, Scissors, Sparkles, SprayCan, Star, Tag, Users, Cut } from "lucide-react"; export default function LandingPage() { return ( @@ -96,7 +96,7 @@ export default function LandingPage() { description="Discover a range of premium grooming services designed to refresh your look and elevate your confidence." features={[ { title: "Precision Haircuts", description: "Expert stylists craft modern and classic haircuts with meticulous attention to detail.", bentoComponent: "reveal-icon", icon: Scissors }, - { title: "Classic Hot Lather Shaves", description: "Indulge in a luxurious hot lather shave for the smoothest finish and ultimate relaxation.", bentoComponent: "reveal-icon", icon: Razor }, + { title: "Classic Hot Lather Shaves", description: "Indulge in a luxurious hot lather shave for the smoothest finish and ultimate relaxation.", bentoComponent: "reveal-icon", icon: Cut }, { title: "Beard Trims & Styling", description: "From shaping to complete styling, we sculpt your beard to perfection, enhancing your facial features.", bentoComponent: "reveal-icon", icon: Brush }, { title: "Hair & Scalp Treatments", description: "Revitalize your hair with our specialized treatments for health, shine, and scalp rejuvenation.", bentoComponent: "reveal-icon", icon: SprayCan } ]}