Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c7d824351 | |||
| 7d942fdaca | |||
| 21792fb9e9 |
@@ -22,7 +22,8 @@ export const metadata: Metadata = {
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Český Stůl - Autentická Česká Kuchyně", description: "Ochutnejte tradici. Autentické české pokrmy od roku 1995.", images: ["http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg"],
|
||||
card: "summary_large_image", title: "Český Stůl - Autentická Česká Kuchyně", description: "Ochutnejte tradici. Autentické české pokrmy od roku 1995.", images: [
|
||||
"http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
||||
@@ -41,13 +41,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
<HeroOverlay
|
||||
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."
|
||||
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"
|
||||
imageAlt="Tradiční české jídlo"
|
||||
buttons={[
|
||||
{ text: "Rezervovat Stůl", href: "#contact" },
|
||||
{ text: "Záznam Menu", href: "#dishes" },
|
||||
|
||||
Reference in New Issue
Block a user