From ac2ae206dfba31f08ec1b845b22fb261ba71bb63 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 05:24:28 +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 3550af9..e20ff87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Instagram, Spotify } from "lucide-react"; +import { Instagram, Music } from "lucide-react"; export default function LandingPage() { return ( @@ -187,7 +187,7 @@ export default function LandingPage() { icon: Instagram, url: "https://instagram.com/wxrx666"}, { - icon: Spotify, + icon: Music, url: "https://open.spotify.com/artist/WXRX666"}, ], }, -- 2.49.1