diff --git a/src/app/page.tsx b/src/app/page.tsx index 59aaf63..e094ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,10 +175,12 @@ export default function LandingPage() { variant: "sparkles-gradient"}} tag="Kontaktujte nás" title="Máte záujem o spoluprácu?" - description="Napíšte nám a dohodneme si konzultáciu." + description="Napíšte nám a dohodneme si konzultáciu. Sme k dispozícii pre akékoľvek otázky cez e-mail alebo Instagram." buttons={[ { text: "Napísať email", href: "mailto:info@mkmarketing.sk"}, + { + text: "Sledujte nás na IG", href: "https://instagram.com/mkmarketing"}, ]} /> @@ -197,7 +199,9 @@ export default function LandingPage() { { title: "Social", items: [ { - label: "Instagram", href: "#"}, + label: "Instagram", href: "https://instagram.com/mkmarketing"}, + { + label: "Email", href: "mailto:info@mkmarketing.sk"}, ], }, ]}