Compare commits

..

6 Commits

Author SHA1 Message Date
efa080e860 Update src/app/page.tsx 2026-04-28 12:55:03 +00:00
c092c5c4a4 Merge version_53 into main
Merge version_53 into main
2026-04-28 12:48:41 +00:00
77ecadd987 Update src/app/page.tsx 2026-04-28 12:48:38 +00:00
39840a4934 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:29:45 +00:00
8b74733083 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:21:13 +00:00
4def480319 Merge version_52 into main
Merge version_52 into main
2026-04-28 11:19:03 +00:00

View File

@@ -125,9 +125,9 @@ export default function LandingPage() {
className="bg-black"
columns={[
{ title: "Socials", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=61589022357123" },
{ label: "X", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Instagram", href: "https://www.instagram.com/ibangrecords" },
{ label: "TikTok", href: "https://tiktok.com" }
] }
]}