diff --git a/src/app/page.tsx b/src/app/page.tsx index ad35283..76ca3c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Award, Heart, Phone, ShoppingBag, Sparkles, Needle, Crown, Shield } from "lucide-react"; +import { Award, Heart, Phone, ShoppingBag, Sparkles, Crown, Shield } from "lucide-react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -84,7 +84,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - icon: Needle, + icon: Phone, title: "Custom Tailoring", description: "Expert tailoring services to ensure perfect fit and personalized designs for every occasion." }, {