diff --git a/src/app/page.tsx b/src/app/page.tsx index 48bbbf0..88af016 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Award, Headphones, Music, Play, Quote, Sparkles, Star, TrendingUp, Volume2, Waveform, Zap } from "lucide-react"; +import { Award, Headphones, Music, Play, Quote, Sparkles, Star, TrendingUp, Volume2, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -119,7 +119,7 @@ export default function LandingPage() { items: [ { icon: Music, ring: 1 }, { icon: Headphones, ring: 2 }, - { icon: Waveform, ring: 3 }, + { icon: Volume2, ring: 3 }, ], }, {