Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f2ae0aeec | |||
| b2212d8398 | |||
| 6e0a2464b5 | |||
| 63b4ff5b9e |
@@ -43,14 +43,14 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Industry Coffee Bar"
|
brandName="Industry Coffee Bar"
|
||||||
button={{
|
button={{
|
||||||
text: "Pozri menu", href: "#menu"}}
|
text: "Pozri menu", href: "#menu"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Industry Coffee Bar"
|
title="Industry Coffee Bar"
|
||||||
description="Kde každý deň začína dobre. \\n(Where every day starts well.)"
|
description="Kde každý deň začína dobre"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Pozri menu", href: "#menu"},
|
text: "Pozri menu", href: "#menu"},
|
||||||
@@ -174,8 +174,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Navštívte Nás!"
|
title="Potrebujete Nás Kontaktovať?"
|
||||||
description="Príďte si vychutnať jedinečnú atmosféru Industry Coffee Bar.\n\nBudovateľská 34A, 080 01 Prešov, Slovakia\nTelefón: +421 907 493 409\nOtvorené: Pondelok - Piatok, 7:00 - 18:00"
|
description="Máte otázky alebo by ste si radi rezervovali stôl? Napíšte nám správu alebo nás navštívte. Radi vám pomôžeme! \n\n Nájdete nás na: Budovateľská 34A, 080 01 Prešov, Slovakia\n Telefón: +421 907 493 409\n Otvorené: Po - Pia, 7:00 - 18:00"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Vaše Meno", required: true,
|
name: "name", type: "text", placeholder: "Vaše Meno", required: true,
|
||||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Industry Coffee Bar"
|
logoText="Industry Coffee Bar"
|
||||||
copyrightText="© 2024 Industry Coffee Bar. Všetky práva vyhradené."
|
copyrightText="© 2024 Industry Coffee Bar"
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
@@ -219,4 +219,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user