Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15d0b72180 | |||
| 3fb0cd4d35 | |||
| bc7379fead |
@@ -22,18 +22,16 @@ const nunitoSans = Nunito_Sans({
|
||||
export const metadata: Metadata = {
|
||||
title: "U Císaře Václava | Autentická česká hospoda v Mělníku", description: "Poctivá česká hospoda s atmosférou. Nejlepší pivo, tradičnní kuchyň a přátelské prostředí. Perfektní na posezení, oslavy a firemní akce. Mělník.", keywords: "česká hospoda, hospoda Mělník, pivo, česká kuchyně, restaurace, rezervace", metadataBase: new URL("https://www.ucisarevaclavapub.cz"),
|
||||
alternates: {
|
||||
canonical: "https://www.ucisarevaclavapub.cz"
|
||||
},
|
||||
canonical: "https://www.ucisarevaclavapub.cz"},
|
||||
openGraph: {
|
||||
title: "U Císaře Václava", description: "Autentická česká hospoda s atmosférou. Najdi nás v Mělníku.", url: "https://www.ucisarevaclavapub.cz", siteName: "U Císaře Václava", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg", alt: "U Císaře Václava - Hospoda"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg", alt: "U Císaře Václava - Hospoda"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "U Císaře Václava | Česká hospoda v Mělníku", description: "Poctivá hospoda s atmosférou, studeným pivem a tradiční kuchyní.", images: ["http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg"]
|
||||
}
|
||||
card: "summary_large_image", title: "U Císaře Václava | Česká hospoda v Mělníku", description: "Poctivá hospoda s atmosférou, studeným pivem a tradiční kuchyní.", images: ["http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -14,7 +14,7 @@ import { Award, Beer, ChefHat, Droplets, Flame, HelpCircle, Heart, MapPin, Phone
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Zavolej nám", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="bounce-effect"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user