Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 10:31:50 +00:00

View File

@@ -9,6 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "O nama",
id: "about",
},
name: "O nama", id: "about"},
{
name: "Meni",
id: "menu",
},
name: "Meni", id: "menu"},
{
name: "Rezervacije",
id: "booking",
},
name: "Rezervacije", id: "booking"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Boem"
/>
@@ -52,21 +45,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="BOEM"
description="Doživite ukus pravog boemskog života. Vrhunska hrana, besprekorna usluga i atmosfera kojoj se vraćate."
buttons={[
{
text: "Rezerviši sto",
href: "#booking",
},
text: "Rezerviši sto", href: "#booking"},
{
text: "Pogledaj meni",
href: "#menu",
},
text: "Pogledaj meni", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -84,33 +72,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Vrhunska usluga",
description: "Usluga koja prevazilazi očekivanja svakog gosta.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2",
imageAlt: "elegant dark luxury restaurant interior",
},
title: "Vrhunska usluga", description: "Usluga koja prevazilazi očekivanja svakog gosta.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "elegant dark luxury restaurant interior"},
{
title: "Kvalitetne namirnice",
description: "Sveže i pažljivo birani sastojci za autentičan ukus.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=1",
imageAlt: "traditional gourmet food close up",
},
title: "Kvalitetne namirnice", description: "Sveže i pažljivo birani sastojci za autentičan ukus.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", imageAlt: "traditional gourmet food close up"},
{
title: "Prijatna atmosfera",
description: "Ambinejt u kojem se osećate kao kod kuće, ali bolje.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=1",
imageAlt: "traditional cuisine refined presentation",
},
title: "Prijatna atmosfera", description: "Ambinejt u kojem se osećate kao kod kuće, ali bolje.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg", imageAlt: "traditional cuisine refined presentation"},
{
title: "Odnos cene i kvaliteta",
description: "Fantastična hrana po pristupačnim cenama za svakoga.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=1",
imageAlt: "traditional food wooden table set",
},
title: "Odnos cene i kvaliteta", description: "Fantastična hrana po pristupačnim cenama za svakoga.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", imageAlt: "traditional food wooden table set"},
]}
title="Zašto Boem"
description="Gosti ne dolaze samo zbog hrane — dolaze zbog osećaja."
@@ -125,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Danina korpica",
price: "1.200 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=2",
},
id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"},
{
id: "2",
name: "Kiseli kupus",
price: "850 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2",
},
id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"},
{
id: "3",
name: "Bela lučana paprika",
price: "750 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2",
},
id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"},
{
id: "4",
name: "Domaća supa",
price: "600 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=3",
},
id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"},
{
id: "5",
name: "Teleća čorba",
price: "650 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=3",
},
id: "5", name: "Teleća čorba", price: "650 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"},
{
id: "6",
name: "Specijalitet kuće",
price: "1.800 RSD",
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=3",
},
id: "6", name: "Specijalitet kuće", price: "1.800 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"},
]}
title="Ukusi koje morate probati"
description="Tradicionalni recepti, savremena priprema, nezaboravan ukus."
@@ -170,15 +118,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Rezervišite svoje mesto"
title="Rezervišite sto odmah"
description="Brza potvrda rezervacije za nezaboravno iskustvo u restoranu Boem."
buttons={[
{
text: "Rezerviši sto",
},
text: "Rezerviši sto"},
]}
/>
</div>
@@ -187,13 +133,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="BOEM"
leftLink={{
text: "Kontakt: 032 641396",
href: "tel:032641396",
}}
text: "Kontakt: 032 641396", href: "tel:032641396"}}
rightLink={{
text: "Lokacija: Dubrava",
href: "#",
}}
text: "Lokacija: Dubrava", href: "#"}}
/>
</div>
</ReactLenis>