|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
|
|
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
|
|
|
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
|
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
|
|
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
|
|
|
@@ -41,13 +41,11 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardScroll
|
|
|
|
<HeroOverlay
|
|
|
|
title="Autentické české kuchyně od roku 1995"
|
|
|
|
title="Autentické české kuchyně od roku 1995"
|
|
|
|
description="Objevte tradiční chutě, která generace připravuje s láskou a péčí. Každé jídlo je výrazem naší vášně k české gastronomii."
|
|
|
|
description="Objevte tradiční chutě, která generace připravuje s láskou a péčí. Každé jídlo je výrazem naší vášně k české gastronomii."
|
|
|
|
tag="Česká tradice"
|
|
|
|
tag="Česká tradice"
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg"
|
|
|
|
imageAlt="Tradiční české jídlo"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Rezervovat Stůl", href: "#contact" },
|
|
|
|
{ text: "Rezervovat Stůl", href: "#contact" },
|
|
|
|
{ text: "Záznam Menu", href: "#dishes" },
|
|
|
|
{ text: "Záznam Menu", href: "#dishes" },
|
|
|
|
|