From 8b0c70dbe13996a140d8090d581e3a5649c2049e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:38:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, ], }, { -- 2.49.1