diff --git a/src/app/page.tsx b/src/app/page.tsx index e7476fa..0475f57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Palette, Zap, Layout, Package, Megaphone, BookOpen, Lightbulb, Mail, Quote } from 'lucide-react'; +import { Sparkles, Palette, Sparkles as SparklesIcon, Layout, Package, Megaphone, BookOpen, Lightbulb, Mail, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -100,7 +100,7 @@ export default function LandingPage() { title="Services & Expertise" description="A comprehensive range of design services tailored to elevate your brand and engage your audience." tag="What I Offer" - tagIcon={Zap} + tagIcon={Palette} textboxLayout="default" animationType="slide-up" useInvertedBackground={false}