From d14f7c7b4f8d050efc31679a6b01ce2bbe16eed7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 06:49:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 ++++++++++------------------------------------- 1 file changed, 57 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba384d6..77e8afe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() {
@@ -434,24 +274,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/brandbase", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/brandbase", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/brandbase", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/brandbase", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/brandbase", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/brandbase", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/brandbase", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/brandbase", ariaLabel: "Twitter"}, ]} />