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