From a194e4e815aa27aecadf9c212e34816e06481a74 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:36:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32450cf..4b0c034 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ export default function LandingPage() { return ( @@ -116,13 +116,15 @@ export default function LandingPage() { logoText="ZEF" columns={[ { - title: "Контакты", items: [ + title: "Контакты", + items: [ { label: "ул. Ленина, 10", href: "#" }, { label: "+7 (999) 000-00-00", href: "tel:+79990000000" }, ], }, { - title: "Соцсети", items: [ + title: "Соцсети", + items: [ { label: "Instagram", href: "#" }, { label: "Telegram", href: "#" }, ], @@ -133,4 +135,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1