Update src/app/page.tsx
This commit is contained in:
@@ -175,10 +175,12 @@ export default function LandingPage() {
|
|||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
tag="Kontaktujte nás"
|
tag="Kontaktujte nás"
|
||||||
title="Máte záujem o spoluprácu?"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Napísať email", href: "mailto:info@mkmarketing.sk"},
|
text: "Napísať email", href: "mailto:info@mkmarketing.sk"},
|
||||||
|
{
|
||||||
|
text: "Sledujte nás na IG", href: "https://instagram.com/mkmarketing"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -197,7 +199,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Social", items: [
|
title: "Social", items: [
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "#"},
|
label: "Instagram", href: "https://instagram.com/mkmarketing"},
|
||||||
|
{
|
||||||
|
label: "Email", href: "mailto:info@mkmarketing.sk"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user