From b49929de166a989d1b015d6e1e1b140945832a34 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:54:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 262 +++++++++-------------------------------------- 1 file changed, 50 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79bcde9..1fdfcb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() { @@ -67,69 +53,44 @@ export default function LandingPage() {
@@ -420,9 +260,7 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://www.instagram.com/futefash", - ariaLabel: "Instagram da Futefash", - }, + href: "https://www.instagram.com/futefash", ariaLabel: "Instagram da Futefash"}, ]} /> -- 2.49.1