Compare commits

...

4 Commits

Author SHA1 Message Date
46642ae505 Update src/app/page.tsx 2026-04-28 11:02:17 +00:00
e15edef33e Merge version_49 into main
Merge version_49 into main
2026-04-28 11:00:02 +00:00
2c01d22855 Update src/app/page.tsx 2026-04-28 10:59:59 +00:00
bbfe5573e6 Merge version_48 into main
Merge version_48 into main
2026-04-28 10:57:54 +00:00

View File

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