From 45fb91c7827f083b7ca518afcf1fa15f036e696e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:01:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {