Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -30,92 +30,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Jelovnik",
|
||||
id: "product",
|
||||
},
|
||||
{
|
||||
name: "Lokacija",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Početna", id: "hero" },
|
||||
{ name: "O nama", id: "about" },
|
||||
{ name: "Jelovnik", id: "product" },
|
||||
{ name: "Lokacija", id: "contact" }
|
||||
]}
|
||||
brandName="Gostionica Vinski"
|
||||
button={{ text: "Rezerviraj", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Prava gostionica. Prava hrana."
|
||||
description="Ilovac 21, Karlovac — Od 1985."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pogledaj jelovnik",
|
||||
href: "#product",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pogledaj jelovnik", href: "#product" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-meat-plates_23-2147716912.jpg"
|
||||
imageAlt="Atmospheric tavern interior with hearty stew"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
alt: "Gost 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-with-beer-nice-bar_23-2147897168.jpg",
|
||||
alt: "Gost 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-guy-presenting-gift-box-attractive-happy-lady_23-2148016845.jpg",
|
||||
alt: "Gost 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216149.jpg",
|
||||
alt: "Gost 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-drinking_23-2147680752.jpg",
|
||||
alt: "Gost 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Gost 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-man-with-beer-nice-bar_23-2147897168.jpg", alt: "Gost 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-guy-presenting-gift-box-attractive-happy-lady_23-2148016845.jpg", alt: "Gost 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216149.jpg", alt: "Gost 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-talking-drinking_23-2147680752.jpg", alt: "Gost 5" }
|
||||
]}
|
||||
avatarText="Preko 10.000 zadovoljnih gostiju kroz 40 godina."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Domaća hrana",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tradicija 1985",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Karlovac",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Pristupačne cijene",
|
||||
icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Uvijek svježe",
|
||||
icon: Award,
|
||||
},
|
||||
{ type: "text-icon", text: "Domaća hrana", icon: Utensils },
|
||||
{ type: "text-icon", text: "Tradicija 1985", icon: Clock },
|
||||
{ type: "text-icon", text: "Karlovac", icon: MapPin },
|
||||
{ type: "text-icon", text: "Pristupačne cijene", icon: Wallet },
|
||||
{ type: "text-icon", text: "Uvijek svježe", icon: Award }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,21 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Neki restorani se renoviraju. Mi se nećemo."
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Godina rada",
|
||||
value: "40+",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Domaćih jela",
|
||||
value: "100+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Lokacija",
|
||||
value: "Karlovac",
|
||||
},
|
||||
{ icon: Clock, label: "Godina rada", value: "40+" },
|
||||
{ icon: Utensils, label: "Domaćih jela", value: "100+" },
|
||||
{ icon: MapPin, label: "Lokacija", value: "Karlovac" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "dish1",
|
||||
name: "Svinjski gulaš s pireom",
|
||||
price: "75 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish2",
|
||||
name: "Domaća juha",
|
||||
price: "38 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish3",
|
||||
name: "Gablec specijal",
|
||||
price: "55 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish4",
|
||||
name: "Domaći njoki",
|
||||
price: "60 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "dish5",
|
||||
name: "Pečeni krumpir",
|
||||
price: "40 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "dish6",
|
||||
name: "Domaći desert",
|
||||
price: "45 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=2",
|
||||
},
|
||||
{ id: "dish1", name: "Svinjski gulaš s pireom", price: "75 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg" },
|
||||
{ id: "dish2", name: "Domaća juha", price: "38 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" },
|
||||
{ id: "dish3", name: "Gablec specijal", price: "55 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" },
|
||||
{ id: "dish4", name: "Domaći njoki", price: "60 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg" },
|
||||
{ id: "dish5", name: "Pečeni krumpir", price: "40 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" },
|
||||
{ id: "dish6", name: "Domaći desert", price: "45 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" }
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Domaća jela. Lokalni sastojci. Cijene iz prošlosti."
|
||||
@@ -199,46 +104,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Ivan Z.",
|
||||
quote: "Nadrealano mjesto! Odlična hrana svaki put po iznimno pristupačnim cijenama.",
|
||||
name: "Ivan Z.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Matija V.",
|
||||
quote: "Uđeš u restoran iz 1985. i shvatiš—baš tako treba biti.",
|
||||
name: "Matija V.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beer-nice-bar_23-2147897168.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "K.",
|
||||
quote: "Vremeplov u neka bolja vremena.",
|
||||
name: "K.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-guy-presenting-gift-box-attractive-happy-lady_23-2148016845.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Marko P.",
|
||||
quote: "Najbolji gablec u Karlovcu.",
|
||||
name: "Marko P.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216149.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Ana S.",
|
||||
quote: "Autentično i preukusno.",
|
||||
name: "Ana S.",
|
||||
role: "Gost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-drinking_23-2147680752.jpg",
|
||||
},
|
||||
{ id: "1", title: "Ivan Z.", quote: "Nadrealano mjesto! Odlična hrana svaki put po iznimno pristupačnim cijenama.", name: "Ivan Z.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
|
||||
{ id: "2", title: "Matija V.", quote: "Uđeš u restoran iz 1985. i shvatiš—baš tako treba biti.", name: "Matija V.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beer-nice-bar_23-2147897168.jpg" },
|
||||
{ id: "3", title: "K.", quote: "Vremeplov u neka bolja vremena.", name: "K.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/young-guy-presenting-gift-box-attractive-happy-lady_23-2148016845.jpg" },
|
||||
{ id: "4", title: "Marko P.", quote: "Najbolji gablec u Karlovcu.", name: "Marko P.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216149.jpg" },
|
||||
{ id: "5", title: "Ana S.", quote: "Autentično i preukusno.", name: "Ana S.", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-drinking_23-2147680752.jpg" }
|
||||
]}
|
||||
title="Guest Voices"
|
||||
description="Što kažu naši gosti"
|
||||
@@ -247,30 +117,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Vintage Interijer",
|
||||
subtitle: "Namještaj koji priča priče",
|
||||
category: "Prostor",
|
||||
value: "1985",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Iskustvo",
|
||||
subtitle: "Toplina obiteljskog stola",
|
||||
category: "Atmosfera",
|
||||
value: "Autentično",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Tradicija",
|
||||
subtitle: "Sve kao nekada",
|
||||
category: "Nasljeđe",
|
||||
value: "Trajno",
|
||||
},
|
||||
{ id: "f1", title: "Vintage Interijer", subtitle: "Namještaj koji priča priče", category: "Prostor", value: "1985" },
|
||||
{ id: "f2", title: "Iskustvo", subtitle: "Toplina obiteljskog stola", category: "Atmosfera", value: "Autentično" },
|
||||
{ id: "f3", title: "Tradicija", subtitle: "Sve kao nekada", category: "Nasljeđe", value: "Trajno" }
|
||||
]}
|
||||
title="Neki to zovu staromodno. Mi to zovemo dom."
|
||||
description="Pogledajte našu galeriju"
|
||||
@@ -280,18 +133,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Ilovac 21, 47000 Karlovac"
|
||||
description="Nazovite nas na 047 637 660 za rezervaciju gableca."
|
||||
buttons={[
|
||||
{
|
||||
text: "Nazovi",
|
||||
href: "tel:047637660",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Nazovi", href: "tel:047637660" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user