Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-25 10:12:34 +00:00

View File

@@ -2,14 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import AboutMetric from '@/components/sections/about/AboutMetric';
import { Leaf, ShieldCheck } from "lucide-react";
export default function LandingPage() {
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,164 +23,64 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Domov",
id: "/",
},
{
name: "Denné menu",
id: "/menu",
},
{
name: "Objednávky",
id: "/objednavky",
},
{
name: "Kontakt",
id: "/kontakt",
},
]}
brandName="Kútik Chuti"
button={{
text: "Objednať teraz",
href: "tel:+421940378467",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Domov", id: "/" },
{ name: "Denné menu", id: "/menu" },
{ name: "Objednávky", id: "/objednavky" },
{ name: "Kontakt", id: "/kontakt" },
]}
brandName="Kútik Chuti"
button={{ text: "Objednať teraz", href: "tel:+421940378467" }}
/>
</div>
<div id="full-menu" data-section="full-menu">
<ProductCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Domáci burger",
price: "9.90 €",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-with-pomegranate-mushrooms_140725-3768.jpg",
},
{
id: "m2",
name: "Pizzový chlieb",
price: "4.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-healthy-ingredient-wooden-table_23-2148076257.jpg",
},
{
id: "m3",
name: "Pečené kurča",
price: "8.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slices-with-greens-cherry-tomatoes-dark-desk-meat-food-meal-vegetable-fry_140725-64801.jpg",
},
{
id: "m4",
name: "Hovädzí vývar",
price: "3.20 €",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-pumpkin-soup-table_23-2147947919.jpg",
},
{
id: "m5",
name: "Zeleninový šalát",
price: "6.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-view-onion-healthy-dish-spring_1428-681.jpg",
},
{
id: "m6",
name: "Dezert dňa",
price: "3.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake-with-bouquet-chamomile-marble-surface_114579-21700.jpg",
},
]}
title="Celý jedálny lístok"
description="Naše stálice, ktoré milujete."
/>
</div>
<div id="full-menu" data-section="full-menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "m1", name: "Domáci burger", price: "9.90 €", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-with-pomegranate-mushrooms_140725-3768.jpg" },
{ id: "m2", name: "Pizzový chlieb", price: "4.50 €", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-healthy-ingredient-wooden-table_23-2148076257.jpg" },
{ id: "m3", name: "Pečené kurča", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slices-with-greens-cherry-tomatoes-dark-desk-meat-food-meal-vegetable-fry_140725-64801.jpg" },
{ id: "m4", name: "Hovädzí vývar", price: "3.20 €", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pumpkin-soup-table_23-2147947919.jpg" }
]}
title="Celý jedálny lístok"
description="Naše stálice, ktoré milujete."
/>
</div>
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Sezónne špeciality"
description="Limitovaná ponuka tento týždeň."
products={[
{
id: "p1",
name: "Sezónna polievka",
price: "2.90 €",
variant: "Základná",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-breakfast-french-fries-fried-fish-patties-salad-sauce-table_181624-59008.jpg",
},
{
id: "p2",
name: "Letný šalát",
price: "6.90 €",
variant: "Ľahké",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pretzels-with-beer-sausages_23-2148754967.jpg",
},
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Sezónne špeciality"
description="Limitovaná ponuka tento týždeň."
products={[
{ id: "p1", name: "Sezónna polievka", price: "2.90 €", variant: "Základná", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-breakfast-french-fries-fried-fish-patties-salad-sauce-table_181624-59008.jpg" },
{ id: "p2", name: "Letný šalát", price: "6.90 €", variant: "Ľahké", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pretzels-with-beer-sausages_23-2148754967.jpg" },
{ id: "p3", name: "Polievka", price: "1.90 €", variant: "Rýchla", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-basil-bowl_114579-11727.jpg" }
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Kvalita surovín"
metrics={[
{
icon: Leaf,
label: "Lokálne",
value: "100%",
},
{
icon: ShieldCheck,
label: "Bio certifikát",
value: "Áno",
},
]}
metricsAnimation="blur-reveal"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg?_wi=2"
logoText="Kútik Chuti"
columns={[
{
title: "Kontakt",
items: [
{
label: "0940 378 467",
href: "tel:+421940378467",
},
{
label: "Bratislavská 34",
href: "/kontakt",
},
],
},
{
title: "Menu",
items: [
{
label: "Denné menu",
href: "/menu",
},
{
label: "Objednávky",
href: "/objednavky",
},
],
},
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Kvalita surovín"
metrics={[
{ icon: Leaf, label: "Lokálne", value: "100%" },
{ icon: ShieldCheck, label: "Bio certifikát", value: "Áno" }
]}
metricsAnimation="blur-reveal"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}