Compare commits

...

3 Commits

Author SHA1 Message Date
0d51a67929 Update src/app/page.tsx 2026-04-28 10:57:48 +00:00
78a2364f03 Merge version_47 into main
Merge version_47 into main
2026-04-28 10:55:55 +00:00
7076b776c3 Merge version_47 into main
Merge version_47 into main
2026-04-28 10:55:31 +00:00

View File

@@ -106,14 +106,14 @@ export default function LandingPage() {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777372881050-wjqwaf9z.jpg?_wi=2"
logoText="I Bang Records"
className="bg-[var(--accent)]"
columns={[
{ title: "Socials", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "TikTok", href: "https://tiktok.com" }
] },
{ title: "Support", items: [{ label: "Contact Support", href: "#support" }] }
] }
]}
/>
</div>