diff --git a/src/app/page.tsx b/src/app/page.tsx index 81afeaf..7b07db6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Award, Lightbulb, Zap, Heart, Trophy, Layout, Smartphone, BarChart, Palette, Cog, Images, Mail, Star, Branding } from 'lucide-react'; +import { Sparkles, Award, Lightbulb, Zap, Heart, Trophy, Layout, Smartphone, BarChart, Palette, Cog, Images, Mail, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -107,7 +107,7 @@ export default function LandingPage() { title: "Web Design", description: "Stunning, responsive websites that convert visitors into customers with intuitive interfaces" }, { - icon: Branding, + icon: Palette, title: "Brand Identity", description: "Cohesive visual language that tells your story and connects with your target audience" }, {