Merge version_1 into main #2
276
src/app/page.tsx
276
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Meni",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Galerija",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Početna", id: "hero" },
|
||||
{ name: "O nama", id: "about" },
|
||||
{ name: "Meni", id: "menu" },
|
||||
{ name: "Galerija", id: "gallery" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Banatska Kuća"
|
||||
/>
|
||||
@@ -57,67 +42,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ukusi Banata u srcu Zrenjanina"
|
||||
description="Tradicionalna kuhinja, domaća atmosfera i nezaboravni specijaliteti."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pogledaj meni",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Rezerviši sto",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Pogledaj meni", href: "#menu" },
|
||||
{ text: "Rezerviši sto", href: "#contact" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-fqs9862e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-fqs9862e.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg",
|
||||
alt: "Gost 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
alt: "Gost 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
alt: "Gost 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199354.jpg",
|
||||
alt: "Gost 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244991.jpg",
|
||||
alt: "Gost 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg", alt: "Gost 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", alt: "Gost 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg", alt: "Gost 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199354.jpg", alt: "Gost 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244991.jpg", alt: "Gost 5" },
|
||||
]}
|
||||
avatarText="Pridružite se stotinama zadovoljnih gostiju."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "DOMAĆA KUHINJA",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "BANATSKI SPECIJALITETI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PRIJATAN AMBIJENT",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "VRLO LJUBAZNO OSOBLJE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "TRADICIJA I KVALITET",
|
||||
},
|
||||
{ type: "text", text: "DOMAĆA KUHINJA" },
|
||||
{ type: "text", text: "BANATSKI SPECIJALITETI" },
|
||||
{ type: "text", text: "PRIJATAN AMBIJENT" },
|
||||
{ type: "text", text: "VRLO LJUBAZNO OSOBLJE" },
|
||||
{ type: "text", text: "TRADICIJA I KVALITET" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,15 +73,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Banatska priča sa ukusom doma",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507479-57b7mc94.png",
|
||||
alt: "Restoran Banatska Kuća",
|
||||
},
|
||||
{ type: "text", content: "Banatska priča sa ukusom doma" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507479-57b7mc94.png", alt: "Restoran Banatska Kuća" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,60 +86,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Lovački gulaš",
|
||||
price: "1200 RSD",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-xphw4cw1.png?_wi=1",
|
||||
brand: "Glavno jelo",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Karađorđeva šnicla",
|
||||
price: "1400 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg",
|
||||
brand: "Glavno jelo",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Milanjski kotlet",
|
||||
price: "1300 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-stew-bosbash-soup-with-potatoes-basilic-parsley-tomato-sauce_114579-762.jpg",
|
||||
brand: "Glavno jelo",
|
||||
rating: 4,
|
||||
reviewCount: "67",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Domaće čorbe",
|
||||
price: "450 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beating-eggs_23-2147985186.jpg",
|
||||
brand: "Predjelo",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Roštilj tanjir",
|
||||
price: "1500 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-953.jpg",
|
||||
brand: "Glavno jelo",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tradicionalno jelo",
|
||||
price: "1100 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-quince-clay-pot_140725-7853.jpg",
|
||||
brand: "Glavno jelo",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
},
|
||||
{ id: "1", name: "Lovački gulaš", price: "1200 RSD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-xphw4cw1.png", brand: "Glavno jelo", rating: 5, reviewCount: "120" },
|
||||
{ id: "2", name: "Karađorđeva šnicla", price: "1400 RSD", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg", brand: "Glavno jelo", rating: 5, reviewCount: "89" },
|
||||
{ id: "3", name: "Milanjski kotlet", price: "1300 RSD", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-stew-bosbash-soup-with-potatoes-basilic-parsley-tomato-sauce_114579-762.jpg", brand: "Glavno jelo", rating: 4, reviewCount: "67" },
|
||||
{ id: "4", name: "Domaće čorbe", price: "450 RSD", imageSrc: "http://img.b2bpic.net/free-photo/beating-eggs_23-2147985186.jpg", brand: "Predjelo", rating: 5, reviewCount: "210" },
|
||||
{ id: "5", name: "Roštilj tanjir", price: "1500 RSD", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-953.jpg", brand: "Glavno jelo", rating: 5, reviewCount: "150" },
|
||||
{ id: "6", name: "Tradicionalno jelo", price: "1100 RSD", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-quince-clay-pot_140725-7853.jpg", brand: "Glavno jelo", rating: 4, reviewCount: "95" },
|
||||
]}
|
||||
title="Specijaliteti kuće"
|
||||
description="Uživajte u bogatstvu autentičnih banatskih ukusa i porodičnih recepata."
|
||||
@@ -212,51 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Enterijer",
|
||||
description: "Tradicionalni detalji",
|
||||
icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/popcorn-caramel-corn-wheat-corn-snackes-platter_114579-8750.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-old-residential-building-village-museum-bucharest-romania_1268-21642.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-fqs9862e.png?_wi=2",
|
||||
imageAlt: "restaurant rustic interior",
|
||||
},
|
||||
{
|
||||
title: "Dvorište",
|
||||
description: "Uživajte na otvorenom",
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-book-sitting-near-table-restaurant_23-2147936115.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-baked-with-potatoes-tomato-served-with-green-cutlery-set-salt-garlic-mix-colors-background_179666-47517.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507479-57b7mc94.png",
|
||||
imageAlt: "restaurant rustic interior",
|
||||
},
|
||||
{
|
||||
title: "Naša ekipa",
|
||||
description: "Uvek spremni za vas",
|
||||
icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butler-checks-list-reservations_482257-74858.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAVkaM7ekVSGIYBzPQrl6pr05N/uploaded-1778621507478-xphw4cw1.png?_wi=2",
|
||||
imageAlt: "restaurant rustic interior",
|
||||
},
|
||||
{ title: "Enterijer", description: "Tradicionalni detalji", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/popcorn-caramel-corn-wheat-corn-snackes-platter_114579-8750.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/interior-old-residential-building-village-museum-bucharest-romania_1268-21642.jpg" }] },
|
||||
{ title: "Dvorište", description: "Uživajte na otvorenom", icon: Leaf, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-book-sitting-near-table-restaurant_23-2147936115.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-baked-with-potatoes-tomato-served-with-green-cutlery-set-salt-garlic-mix-colors-background_179666-47517.jpg" }] },
|
||||
{ title: "Naša ekipa", description: "Uvek spremni za vas", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-bar-counter-cafe-with-mobile-phone-hand_627829-5524.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/butler-checks-list-reservations_482257-74858.jpg" }] },
|
||||
]}
|
||||
title="Atmosfera restorana"
|
||||
description="Kroz naše objektiv osetite toplinu banatskog gostoprimstva."
|
||||
@@ -268,46 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Izvanredno",
|
||||
quote: "Ljubazni domaćini, lep ambijent i odlična hrana.",
|
||||
name: "Marko P.",
|
||||
role: "Lokalni gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Preporuka",
|
||||
quote: "Ogromne porcije i autentičan ambijent.",
|
||||
name: "Jelena K.",
|
||||
role: "Turista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-having-dinner-together_53876-15344.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Savršeno",
|
||||
quote: "Veliki izbor vegetarijanskih jela i divna usluga.",
|
||||
name: "Ana S.",
|
||||
role: "Redovni gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-sitting-table_23-2150168074.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Tradicija",
|
||||
quote: "Najbolji gulaš u gradu, prava banatska priča.",
|
||||
name: "Dragan M.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-cafe_23-2148001709.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Čista desetka",
|
||||
quote: "Sve pohvale za ambijent i hranu.",
|
||||
name: "Marija R.",
|
||||
role: "Gurman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
|
||||
},
|
||||
{ id: "1", title: "Izvanredno", quote: "Ljubazni domaćini, lep ambijent i odlična hrana.", name: "Marko P.", role: "Lokalni gost", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||
{ id: "2", title: "Preporuka", quote: "Ogromne porcije i autentičan ambijent.", name: "Jelena K.", role: "Turista", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-having-dinner-together_53876-15344.jpg" },
|
||||
{ id: "3", title: "Savršeno", quote: "Veliki izbor vegetarijanskih jela i divna usluga.", name: "Ana S.", role: "Redovni gost", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-sitting-table_23-2150168074.jpg" },
|
||||
{ id: "4", title: "Tradicija", quote: "Najbolji gulaš u gradu, prava banatska priča.", name: "Dragan M.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-cafe_23-2148001709.jpg" },
|
||||
{ id: "5", title: "Čista desetka", quote: "Sve pohvale za ambijent i hranu.", name: "Marija R.", role: "Gurman", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg" },
|
||||
]}
|
||||
title="Šta naši gosti kažu"
|
||||
description="Ocena 4.5/5 na osnovu stotina zadovoljnih posetilaca."
|
||||
@@ -317,15 +132,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Adresa: Karađorđev trg, Zrenjanin | Telefon: 023 535383 | Radno vreme: Otvara se u 12h. Rezervišite sto na vreme!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pozovite nas",
|
||||
href: "tel:023535383",
|
||||
},
|
||||
{ text: "Pozovite nas", href: "tel:023535383" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,16 +145,8 @@ export default function LandingPage() {
|
||||
logoText="Banatska Kuća"
|
||||
copyrightText="© 2025 Banatska Kuća. Sva prava zadržana."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user