Update src/app/page.tsx
This commit is contained in:
184
src/app/page.tsx
184
src/app/page.tsx
@@ -18,27 +18,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Konoba Nava"
|
||||
/>
|
||||
@@ -47,19 +42,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Konoba Nava – Autentična dalmatinska kuhinja u srcu Dubrovnika"
|
||||
description="Uživajte u svježim plodovima mora i tradicionalnim okusima u mirnoj, skrivenoj uličici starog grada. Obiteljska tradicija, domaća atmosfera i vrhunska hrana vas čekaju."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pogledaj jelovnik",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Pogledaj jelovnik", href: "#menu"},
|
||||
{
|
||||
text: "Rezerviraj stol",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezerviraj stol", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"
|
||||
/>
|
||||
@@ -82,59 +72,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Cold Side",
|
||||
name: "Dalmatian Smoked Ham",
|
||||
price: "20,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-fish-served-with-kumquat-herbs_140725-4923.jpg",
|
||||
},
|
||||
id: "1", brand: "Cold Side", name: "Dalmatian Smoked Ham", price: "20,00 €", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-fish-served-with-kumquat-herbs_140725-4923.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Cold Side",
|
||||
name: "Octopus Salad",
|
||||
price: "22,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg",
|
||||
},
|
||||
id: "2", brand: "Cold Side", name: "Octopus Salad", price: "22,00 €", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Soups",
|
||||
name: "Fish Soup",
|
||||
price: "8,00 €",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flapjack-table_1301-632.jpg",
|
||||
},
|
||||
id: "3", brand: "Soups", name: "Fish Soup", price: "8,00 €", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flapjack-table_1301-632.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Meat",
|
||||
name: "Pasticada",
|
||||
price: "31,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg",
|
||||
},
|
||||
id: "4", brand: "Meat", name: "Pasticada", price: "31,00 €", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Hot",
|
||||
name: "Black Risotto",
|
||||
price: "22,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "145",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171451.jpg",
|
||||
},
|
||||
id: "5", brand: "Hot", name: "Black Risotto", price: "22,00 €", rating: 5,
|
||||
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171451.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Fish",
|
||||
name: "Fresh Grilled Tuna",
|
||||
price: "29,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-prawns-bowl-trivet-marble-background_114579-91220.jpg",
|
||||
},
|
||||
id: "6", brand: "Fish", name: "Fresh Grilled Tuna", price: "29,00 €", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-prawns-bowl-trivet-marble-background_114579-91220.jpg"},
|
||||
]}
|
||||
title="Naš Jelovnik"
|
||||
description="Izbor svježih morskih delicija i mesnih specijaliteta."
|
||||
@@ -148,23 +102,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Star,
|
||||
title: "Google Ocjena",
|
||||
value: "4.6/5",
|
||||
},
|
||||
id: "m1", icon: Star,
|
||||
title: "Google Ocjena", value: "4.6/5"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Recenzija",
|
||||
value: "812+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Recenzija", value: "812+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Smile,
|
||||
title: "Sretnih gostiju",
|
||||
value: "10.000+",
|
||||
},
|
||||
id: "m3", icon: Smile,
|
||||
title: "Sretnih gostiju", value: "10.000+"},
|
||||
]}
|
||||
title="Zašto nas posjetiti?"
|
||||
description="Naši gosti prepoznaju kvalitetu i tradiciju."
|
||||
@@ -173,44 +118,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sandra Fatori",
|
||||
role: "Gost",
|
||||
testimonial: "Ukusne pašticide, lignje na žaru s blitvom, hladovina i ljubazna usluga – pravi skriveni dragulj.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-hat-with-long-hair-is-listening-music-through-headphones-terrace-she-wears-white-dress-with-bare-shoulders-sunglasses-red-lipstick-she-is-sending-kiss-camera_197531-725.jpg",
|
||||
},
|
||||
id: "1", name: "Sandra Fatori", role: "Gost", testimonial: "Ukusne pašticide, lignje na žaru s blitvom, hladovina i ljubazna usluga – pravi skriveni dragulj.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-hat-with-long-hair-is-listening-music-through-headphones-terrace-she-wears-white-dress-with-bare-shoulders-sunglasses-red-lipstick-she-is-sending-kiss-camera_197531-725.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Eliška Djokićova",
|
||||
role: "Gost",
|
||||
testimonial: "Najbolji restoran tijekom našeg 10-dnevnog boravka u Dubrovniku, svježa lokalna hrana i predivno osoblje.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg",
|
||||
},
|
||||
id: "2", name: "Eliška Djokićova", role: "Gost", testimonial: "Najbolji restoran tijekom našeg 10-dnevnog boravka u Dubrovniku, svježa lokalna hrana i predivno osoblje.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nevenka Kesovija",
|
||||
role: "Gost",
|
||||
testimonial: "Izuzetno kvalitetan dalmatinski restoran s raznim jelima, izvrsna hrana i ugodan domaći ambijent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg",
|
||||
},
|
||||
id: "3", name: "Nevenka Kesovija", role: "Gost", testimonial: "Izuzetno kvalitetan dalmatinski restoran s raznim jelima, izvrsna hrana i ugodan domaći ambijent.", imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marko Ivić",
|
||||
role: "Gost",
|
||||
testimonial: "Savršena lokacija za ručak, hrana je vrhunska i cijene su sasvim poštene.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
},
|
||||
id: "4", name: "Marko Ivić", role: "Gost", testimonial: "Savršena lokacija za ručak, hrana je vrhunska i cijene su sasvim poštene.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Horvat",
|
||||
role: "Gost",
|
||||
testimonial: "Divno iskustvo, terasa je prekrasna i psi su dobrodošli!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
},
|
||||
id: "5", name: "Ana Horvat", role: "Gost", testimonial: "Divno iskustvo, terasa je prekrasna i psi su dobrodošli!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
]}
|
||||
title="Iskustva gostiju"
|
||||
description="Što kažu oni koji su nas posjetili?"
|
||||
@@ -221,8 +142,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Rezervirajte Vaš Stol"
|
||||
description="Nalazimo se u Getaldićevoj ulici 5. Nazovite nas na +385 20 350 746 ili nas kontaktirajte za sva pitanja."
|
||||
@@ -234,33 +154,21 @@ export default function LandingPage() {
|
||||
logoText="Konoba Nava"
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Getaldićeva ul. 5, Dubrovnik",
|
||||
href: "#",
|
||||
},
|
||||
label: "Getaldićeva ul. 5, Dubrovnik", href: "#"},
|
||||
{
|
||||
label: "+385 20 350 746",
|
||||
href: "tel:+38520350746",
|
||||
},
|
||||
label: "+385 20 350 746", href: "tel:+38520350746"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Hladna jela",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Hladna jela", href: "#menu"},
|
||||
{
|
||||
label: "Meso i Riba",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Meso i Riba", href: "#menu"},
|
||||
{
|
||||
label: "Deserti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Deserti", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user