diff --git a/src/app/page.tsx b/src/app/page.tsx index 87c702a..f646e94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Droplet, Feather, GraduationCap, Lightbulb, Palette, Scissors, Sparkle, Sparkles, Star, HairDryer, Hand, Brush } from "lucide-react"; +import { Award, Droplet, Feather, GraduationCap, Lightbulb, Palette, Scissors, Sparkle, Sparkles, Star, Hand, Brush, Hair } from "lucide-react"; export default function LandingPage() { return ( @@ -79,7 +79,7 @@ export default function LandingPage() { icon: Scissors, text: "Hair Colouring & Highlighting"}, { - icon: HairDryer, + icon: Hair, text: "Hairstyling & Extensions"}, { icon: Droplet,