Merge version_1 into main #2
269
src/app/page.tsx
269
src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Naslovna",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Meni",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Galerija",
|
||||
id: "#gallery",
|
||||
},
|
||||
{
|
||||
name: "Recenzije",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Naslovna", id: "#hero" },
|
||||
{ name: "Meni", id: "#menu" },
|
||||
{ name: "O nama", id: "#about" },
|
||||
{ name: "Galerija", id: "#gallery" },
|
||||
{ name: "Recenzije", id: "#reviews" },
|
||||
{ name: "Kontakt", id: "#contact" }
|
||||
]}
|
||||
brandName="Pizzeria PIANO"
|
||||
/>
|
||||
@@ -62,52 +44,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Najbolja pizza u Banja Luci"
|
||||
description="Uživajte u vrhunskim pizzama i prijatnoj atmosferi u srcu grada."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pogledaj meni",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Naruči online",
|
||||
href: "https://glovoapp.com",
|
||||
},
|
||||
{ text: "Pogledaj meni", href: "#menu" },
|
||||
{ text: "Naruči online", href: "https://glovoapp.com" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=1",
|
||||
imageAlt: "Hero Pizza 1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg?_wi=1",
|
||||
imageAlt: "Hero Pizza 2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-pink-background_23-2148601607.jpg",
|
||||
imageAlt: "Hero Pizza 3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg",
|
||||
imageAlt: "Hero Pizza 4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg",
|
||||
imageAlt: "Hero Pizza 5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-plate_23-2149152886.jpg",
|
||||
imageAlt: "Hero Pizza 6",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg", imageAlt: "Hero Pizza 1" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", imageAlt: "Hero Pizza 2" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-pink-background_23-2148601607.jpg", imageAlt: "Hero Pizza 3" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg", imageAlt: "Hero Pizza 4" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg", imageAlt: "Hero Pizza 5" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-plate_23-2149152886.jpg", imageAlt: "Hero Pizza 6" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,13 +66,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="O nama"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saznaj više",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
description="Pizzeria PIANO je mjesto gdje se spajaju strast prema italijanskoj kuhinji i vrhunsko gostoprimstvo. Koristimo samo najsvježije lokalne sastojke kako bismo vam donijeli autentičan ukus Italije direktno na vaš sto. Dobrodošli u naš kutak uživanja u srcu Banja Luke."
|
||||
buttons={[{ text: "Saznaj više", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,60 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "PIANO",
|
||||
name: "Margherita",
|
||||
price: "15 KM",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-composition-with-clipboard-template_23-2148202536.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "PIANO",
|
||||
name: "Capricciosa",
|
||||
price: "17 KM",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-italian-pizza-pepperoni-cherry-tomato-black-surface_23-2148076195.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "PIANO",
|
||||
name: "Quattro Stagioni",
|
||||
price: "18 KM",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-cheesy-pizza-with-olives-sausages-tomatoes-grey-desk-with-paper-blank-fast-food-italian-dough-meal_140725-21731.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "PIANO",
|
||||
name: "Diavola",
|
||||
price: "19 KM",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "PIANO",
|
||||
name: "Prosciutto",
|
||||
price: "20 KM",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mini-pizza-wood-table_23-2148273115.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "PIANO",
|
||||
name: "Veggie",
|
||||
price: "16 KM",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-pasta-cooking-pot-jute-textile-with-cherry-tomato-salad_23-2148076248.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "PIANO", name: "Margherita", price: "15 KM", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-composition-with-clipboard-template_23-2148202536.jpg" },
|
||||
{ id: "p2", brand: "PIANO", name: "Capricciosa", price: "17 KM", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-italian-pizza-pepperoni-cherry-tomato-black-surface_23-2148076195.jpg" },
|
||||
{ id: "p3", brand: "PIANO", name: "Quattro Stagioni", price: "18 KM", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-cheesy-pizza-with-olives-sausages-tomatoes-grey-desk-with-paper-blank-fast-food-italian-dough-meal_140725-21731.jpg" },
|
||||
{ id: "p4", brand: "PIANO", name: "Diavola", price: "19 KM", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg" },
|
||||
{ id: "p5", brand: "PIANO", name: "Prosciutto", price: "20 KM", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mini-pizza-wood-table_23-2148273115.jpg" },
|
||||
{ id: "p6", brand: "PIANO", name: "Veggie", price: "16 KM", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-pasta-cooking-pot-jute-textile-with-cherry-tomato-salad_23-2148076248.jpg" }
|
||||
]}
|
||||
title="Naš Meni"
|
||||
description="Ukusne pizze pripremljene od svježih sastojaka."
|
||||
@@ -199,33 +95,13 @@ export default function LandingPage() {
|
||||
title="Naša Galerija"
|
||||
description="Zavirite u atmosferu restorana PIANO."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Enterijer",
|
||||
content: "Moderno i toplo uređen prostor za opuštanje.",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Hrana",
|
||||
content: "Svježi sastojci za vrhunski ukus pizze.",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Atmosfera",
|
||||
content: "Idealno za druženje sa prijateljima i porodicom.",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
title: "Peć na drva",
|
||||
content: "Naš zaštitni znak za savršeno pečenu koricu.",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
title: "Bar",
|
||||
content: "Širok izbor pića za potpuni doživljaj.",
|
||||
},
|
||||
{ id: "g1", title: "Enterijer", content: "Moderno i toplo uređen prostor za opuštanje." },
|
||||
{ id: "g2", title: "Hrana", content: "Svježi sastojci za vrhunski ukus pizze." },
|
||||
{ id: "g3", title: "Atmosfera", content: "Idealno za druženje sa prijateljima i porodicom." },
|
||||
{ id: "g4", title: "Peć na drva", content: "Naš zaštitni znak za savršeno pečenu koricu." },
|
||||
{ id: "g5", title: "Bar", content: "Širok izbor pića za potpuni doživljaj." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italian-chef-is-putting-prepared-margarita-pizza-oven-with-flame-it_613910-3398.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italian-chef-is-putting-prepared-margarita-pizza-oven-with-flame-it_613910-3398.jpg"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -235,56 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marko M.",
|
||||
date: "12.05.2024",
|
||||
title: "Odlično",
|
||||
quote: "Najbolja pizza u gradu!",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana K.",
|
||||
date: "10.05.2024",
|
||||
title: "Preporuka",
|
||||
quote: "Prijatna atmosfera i usluga.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-delicious-pizza_23-2150154684.jpg",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ivan S.",
|
||||
date: "05.05.2024",
|
||||
title: "Super",
|
||||
quote: "Brza dostava i svjež ukus.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-composition-with-clipboard-template_23-2148202536.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jelena L.",
|
||||
date: "01.05.2024",
|
||||
title: "Savršeno",
|
||||
quote: "Dolazim opet sigurno.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-prepared-margarita-pizza-oven-with-flame-it_613910-3398.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Petar V.",
|
||||
date: "28.04.2024",
|
||||
title: "Top",
|
||||
quote: "Odnos cijene i kvaliteta je vrh.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
{ id: "1", name: "Marko M.", date: "12.05.2024", title: "Odlično", quote: "Najbolja pizza u gradu!", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg" },
|
||||
{ id: "2", name: "Ana K.", date: "10.05.2024", title: "Preporuka", quote: "Prijatna atmosfera i usluga.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg" },
|
||||
{ id: "3", name: "Ivan S.", date: "05.05.2024", title: "Super", quote: "Brza dostava i svjež ukus.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
|
||||
{ id: "4", name: "Jelena L.", date: "01.05.2024", title: "Savršeno", quote: "Dolazim opet sigurno.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" },
|
||||
{ id: "5", name: "Petar V.", date: "28.04.2024", title: "Top", quote: "Odnos cijene i kvaliteta je vrh.", tag: "User", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" }
|
||||
]}
|
||||
title="Šta kažu naši gosti"
|
||||
description="Ocjena 4.6 na osnovu 112 recenzija."
|
||||
@@ -298,21 +129,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "glovo",
|
||||
name: "Glovo Dostava",
|
||||
price: "15-20 KM",
|
||||
features: [
|
||||
"Dostava na adresu",
|
||||
"Svježa pizza",
|
||||
"Brza usluga",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Naruči na Glovo",
|
||||
href: "https://glovoapp.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
id: "glovo", name: "Glovo Dostava", price: "15-20 KM", features: ["Dostava na adresu", "Svježa pizza", "Brza usluga"],
|
||||
buttons: [{ text: "Naruči na Glovo", href: "https://glovoapp.com" }]
|
||||
}
|
||||
]}
|
||||
title="Online Naručivanje"
|
||||
description="Brza dostava direktno na vašu adresu."
|
||||
@@ -322,9 +141,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Kontaktirajte nas"
|
||||
description="Prote Todora Srdića 3, 78000 Banja Luka. 051 463-310. Radno vrijeme: 10:00 – 23:00."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-bistro_23-2149366411.jpg"
|
||||
@@ -338,16 +155,8 @@ export default function LandingPage() {
|
||||
logoText="Pizzeria PIANO"
|
||||
copyrightText="© 2025 Pizzeria PIANO | Banja Luka"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user