From 891a1aa330415776ba1d2e0a808102d54c3f80f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:04:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6acd1ce..bb7e8cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,9 @@ export default function LandingPage() { title="I Bang Records" description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that visions of Entertaining the World. We are making artist known and uplifting their careers in new ways." avatars={[ - { src: "https://img.freepik.com/free-photo/urban-artist-recording-music_23-2149417585.jpg", alt: "Rapper profile" }, - { src: "https://img.freepik.com/free-photo/cool-urban-rapper-portrait_23-2149417590.jpg", alt: "Artist profile" }, - { src: "https://img.freepik.com/free-photo/portrait-young-urban-musician_23-2151916009.jpg", alt: "RnB artist" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg", alt: "I Bang Records Logo" }, ]} - buttons={[{ text: "Discover Artists", href: "#features" }]} + buttons={[{ text: "Discover Artists", href: "#features" }] /> -- 2.49.1