Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 898c4783ac | |||
| e0a5b18e0a | |||
| 19bfc08c05 | |||
| 3d49a54837 | |||
| 469a60639b |
@@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
@@ -28,13 +28,13 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Domů", id: "hero" },
|
||||
{ name: "O nás", id: "about" },
|
||||
{ name: "Nabídka", id: "features" },
|
||||
{ name: "Rezervace", id: "contact" },
|
||||
{ name: "Recenze", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Na Záložně"
|
||||
button={{ text: "Rezervovat", href: "#contact" }}
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
{ id: "p3", name: "Čerstvá káva", price: "55 Kč", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-arrangement-with-flowers_23-2148966223.jpg" },
|
||||
{ id: "p4", name: "Domácí limonáda", price: "60 Kč", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg" },
|
||||
{ id: "p5", name: "Teplé dezerty", price: "85 Kč", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-holding-plates-with-food-looking-camera-while-working-pub_637285-2415.jpg" },
|
||||
{ id: "p6", name: "Polévky dne", price: "40 Kč", imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890375.jpg" },
|
||||
{ id: "p6", name: "Polévky dne", price: "40 Kč", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dr0lDEsVtQ1XjmddxGUYADdfFE/uploaded-1779025422293-n46jc4zr.jpg" },
|
||||
]}
|
||||
title="Co nabízíme"
|
||||
description="Z naší kuchyně"
|
||||
@@ -134,9 +134,9 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontaktujte nás"
|
||||
tag="Rezervace"
|
||||
title="Rezervujte si stůl"
|
||||
description="Náměstí T. G. Masaryka 100, Náměšť na Hané"
|
||||
description="Zavolejte nám na číslo +420 737 444 856 nebo využijte formulář níže. Náměstí T. G. Masaryka 100, Náměšť na Hané."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-interior_181624-29966.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user