From aaf05ce64a8e943193f1695293540a9800a5c73e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:05:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aba508e..2192b2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,31 +30,19 @@ export default function LandingPage() { @@ -62,40 +50,21 @@ export default function LandingPage() {
@@ -118,74 +85,31 @@ export default function LandingPage() { @@ -230,18 +144,13 @@ export default function LandingPage() { @@ -253,19 +162,13 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/autopro_almaty", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/autopro_almaty", ariaLabel: "Instagram"}, { icon: Facebook, - href: "https://facebook.com/autopro.almaty", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/autopro.almaty", ariaLabel: "Facebook"}, { icon: Film, - href: "https://youtube.com/@autopro_almaty", - ariaLabel: "YouTube", - }, + href: "https://youtube.com/@autopro_almaty", ariaLabel: "YouTube"}, ]} /> -- 2.49.1