Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-06-05 12:07:56 +00:00

View File

@@ -43,14 +43,14 @@ export default function LandingPage() {
]}
brandName="Industry Coffee Bar"
button={{
text: "Pozri menu", href: "#menu"}}
text: "Pozri menu", href: "#menu"}}
/>
</div>
<div id="home" data-section="home">
<HeroOverlay
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. \n(Where every day starts well.)"
buttons={[
{
text: "Pozri menu", href: "#menu"},
@@ -174,8 +174,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Navštívte Nás!"
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"
title="Potrebujete Nás Kontaktovať?"
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={[
{
name: "name", type: "text", placeholder: "Vaše Meno", required: true,
@@ -202,7 +202,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Industry Coffee Bar"
copyrightText="© 2024 Industry Coffee Bar. Všetky práva vyhradené."
copyrightText="© 2024 Industry Coffee Bar"
socialLinks={[
{
icon: Instagram,
@@ -219,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}