7 Commits

Author SHA1 Message Date
63217c8db5 Update src/app/page.tsx 2026-04-27 22:12:39 +00:00
b3aeba0324 Merge version_13 into main
Merge version_13 into main
2026-04-27 22:10:37 +00:00
7f63c0ad73 Update src/app/page.tsx 2026-04-27 22:10:33 +00:00
68c3c82af5 Merge version_12 into main
Merge version_12 into main
2026-04-27 21:06:32 +00:00
23d5557f56 Update src/app/page.tsx 2026-04-27 21:06:29 +00:00
3fe9207904 Merge version_11 into main
Merge version_11 into main
2026-04-27 21:05:24 +00:00
5ab9c497c7 Merge version_11 into main
Merge version_11 into main
2026-04-27 21:05:03 +00:00

View File

@@ -42,11 +42,13 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "radial-gradient" }}
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."
description="A Record Label that works with all Genres of Music. Specializes in Hip Hop, Rap and R & B. We are a Family that has visions of Entertaining the World. We are making artist known and uplifting their careers in new ways."
avatars={[
{ 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" }]}
avatarGroupClassName="aspect-[16/9] w-full max-w-sm"
buttons={[{ text: "Discover Artists", href: "#features" }]
}
/>
</div>