Update src/app/page.tsx
This commit is contained in:
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Kontaktujte nás"
|
title="Kontaktujte nás"
|
||||||
description="Potřebujete poradit se studnou, čerpadlem nebo instalací vody? Rádi vám navrhneme řešení na míru."
|
description="Potřebujete poradit se studnou, čerpadlem nebo instalací vody? Rádi vám navrhneme řešení na míru.\n\nOtevírací doba:\nPondělí - Pátek: 8:00 - 16:00\nSobota - Neděle: Zavřeno"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Vaše jméno", required: true,
|
name: "name", type: "text", placeholder: "Vaše jméno", required: true,
|
||||||
@@ -205,6 +205,15 @@ export default function LandingPage() {
|
|||||||
label: "+420 724 833 103", href: "tel:+420724833103"},
|
label: "+420 724 833 103", href: "tel:+420724833103"},
|
||||||
{
|
{
|
||||||
label: "aqua-dvoracek@volny.cz", href: "mailto:aqua-dvoracek@volny.cz"},
|
label: "aqua-dvoracek@volny.cz", href: "mailto:aqua-dvoracek@volny.cz"},
|
||||||
|
{
|
||||||
|
label: "Otevírací doba:"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Po - Pá: 8:00 - 16:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "So - Ne: Zavřeno"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user