5 Commits

Author SHA1 Message Date
5a8e3019fb Update src/app/page.tsx 2026-03-09 09:21:51 +00:00
15e5f6a400 Update src/app/menu/page.tsx 2026-03-09 09:21:51 +00:00
483c5bc6b7 Update src/app/page.tsx 2026-03-09 09:21:01 +00:00
38d694d92e Add src/app/menu/page.tsx 2026-03-09 09:21:00 +00:00
918d8b6029 Merge version_1 into main
Merge version_1 into main
2026-03-09 09:10:50 +00:00
2 changed files with 143 additions and 6 deletions

137
src/app/menu/page.tsx Normal file
View File

@@ -0,0 +1,137 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Phone } from 'lucide-react';
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="grid"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Kitakata"
navItems={[
{ name: "O nás", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Recenze", id: "/" },
{ name: "Galerie", id: "/" },
{ name: "Kontakt", id: "/" }
]}
button={{
text: "Zavolejte na rezervaci", href: "tel:720180805"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="MENU"
description="Prohlédněte si naši kompletní nabídku asijských specialit"
buttons={[
{ text: "Objednat Online", href: "tel:720180805" },
{ text: "Zpět na úvod", href: "/" }
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005882-48yfqrvf.jpg?_wi=1", imageAlt: "Menu strana 1"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005882-sfwqx3lz.jpg", imageAlt: "Menu strana 2"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005883-xm0mk9yx.jpg", imageAlt: "Menu strana 3"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005883-9xlq73pp.jpg", imageAlt: "Menu strana 4"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005883-5dzsognw.jpg", imageAlt: "Menu strana 5"
}
]}
autoplayDelay={5000}
showDimOverlay={true}
/>
</div>
<div id="gallery" data-section="gallery">
<MetricCardEleven
title="Naše Menu"
description="Projděte si všechny strany našeho menu v galerii výše. Obsahujeme Wide range tradičních asijských pokrmů s čerstvými surovinami."
metrics={[
{
id: "1", value: "5", title: "Stran Menu", description: "Kompletní nabídka všech pokrmů a nápojů", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahadr2KKpWSd8FjTOehplUGNpF/uploaded-1773048005882-48yfqrvf.jpg?_wi=2", imageAlt: "Menu"
},
{
id: "2", value: "50+", title: "Jídel", description: "Od sushi přes nudlové pokrmy až po dezerty", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg?_wi=1", imageAlt: "Jídla v restauraci"
},
{
id: "3", value: "200-300 Kč", title: "Průměrná cena", description: "Kvalitní jídlo za dostupné ceny", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11026.jpg?_wi=1", imageAlt: "Restaurace"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Připraveni si objednat?"
tagIcon={Phone}
title="Objednejte si své oblíbené pokrmy"
description="Zavolejte nám nebo nás navštivte v restauraci. Rádi vám připravíme vaše oblíbené asijské speciality."
buttons={[
{ text: "Zavolejte: 720 180 805", href: "tel:720180805" },
{ text: "Napsat zprávu", href: "mailto:info@kitakata.cz" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Restaurace", items: [
{ label: "O nás", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Galerie", href: "/" }
]
},
{
title: "Kontakt", items: [
{ label: "Telefon: 720 180 805", href: "tel:720180805" },
{ label: "Email: info@kitakata.cz", href: "mailto:info@kitakata.cz" },
{ label: "Otevřeno do 22:00", href: "#" }
]
},
{
title: "Adresa", items: [
{ label: "Ouvalova 390", href: "#" },
{ label: "274 01 Slaný 1", href: "#" },
{ label: "Česká republika", href: "#" }
]
}
]}
copyrightText="© 2025 Kitakata | Všechna práva vyhrazena"
/>
</div>
</ThemeProvider>
);
}

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
brandName="Kitakata"
navItems={[
{ name: "O nás", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Menu", id: "/menu" },
{ name: "Recenze", id: "testimonials" },
{ name: "Galerie", id: "gallery" },
{ name: "Kontakt", id: "contact" }
@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="KITAKATA"
description="Čerstvé suroviny, velké porce a jedinečné chutě Asie"
buttons={[
{ text: "Zobrazit menu", href: "#features" },
{ text: "Zobrazit menu", href: "/menu" },
{ text: "Rezervovat stůl", href: "tel:720180805" }
]}
slides={[
@@ -143,13 +143,13 @@ export default function LandingPage() {
description="Prohlédněte si naši restauraci a naše delikátní pokrmy"
metrics={[
{
id: "1", value: "4.1", title: "Hodnocení", description: "Na základě 83 recenzí od spokojených hostů", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg", imageAlt: "Galerie - interiér restaurace"
id: "1", value: "4.1", title: "Hodnocení", description: "Na základě 83 recenzí od spokojených hostů", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg?_wi=2", imageAlt: "Galerie - interiér restaurace"
},
{
id: "2", value: "2020", title: "Od roku", description: "Autentická asijská kuchyně ve Slaném", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", imageAlt: "Galerie - detailní foto jídla"
},
{
id: "3", value: "3/7", title: "Služby", description: "Na místě, s sebou a donáška", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11026.jpg", imageAlt: "Galerie - nastavení stolu"
id: "3", value: "3/7", title: "Služby", description: "Na místě, s sebou a donáška", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11026.jpg?_wi=2", imageAlt: "Galerie - nastavení stolu"
}
]}
animationType="slide-up"
@@ -179,7 +179,7 @@ export default function LandingPage() {
{
title: "Restaurace", items: [
{ label: "O nás", href: "#about" },
{ label: "Menu", href: "#features" },
{ label: "Menu", href: "/menu" },
{ label: "Galerie", href: "#gallery" }
]
},
@@ -203,4 +203,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}