diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a2b04f..4060273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Calendar, Facebook, HelpCircle, Heart, Instagram, MessageCircle, Palette, Phone, Scissors, Sparkles, Star, Users, Zap } from 'lucide-react'; +import { Award, Calendar, Facebook, HelpCircle, Heart, Instagram, MessageCircle, Palette, Phone, Scissors, Sparkles, Star, Users } from 'lucide-react'; export default function BarberShopPage() { return ( @@ -83,7 +83,7 @@ export default function BarberShopPage() { title: "Classic Haircuts", description: "Expertly crafted haircuts tailored to your face shape and personal style preferences." }, { - icon: Zap, + icon: Sparkles, title: "Traditional Shave", description: "Experience the timeless luxury of a straight razor shave with premium aftercare products." }, { @@ -145,7 +145,7 @@ export default function BarberShopPage() {