2 Commits

Author SHA1 Message Date
535077f08d Update src/app/page.tsx 2026-03-27 13:36:39 +00:00
94577dfae6 Merge version_1 into main
Merge version_1 into main
2026-03-27 13:33:30 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Contact", name: "Kontakt", id: "contact"},
id: "contact",
},
]} ]}
brandName="Royal Grill" brandName="Royal Grill"
/> />
@@ -54,37 +46,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="Royal Grill: Najbolje meso s roštilja u Virovitici"
title="Royal Grill: Virovitica's Finest Grilled Meat" description="Autentični roštilj na leskovački način s vrhunskim komadima mesa i legendarnom atmosferom. Otvoreni smo svakodnevno do ponoći."
description="Authentic Leskovac-style grilling with premium cuts and legendary atmosphere. Open daily until midnight."
buttons={[ buttons={[
{ {
text: "Reserve Your Table Now", text: "Rezervirajte stol", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1", imageAlt: "Plata s roštilja"},
imageAlt: "Grilled meat platter",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=1", imageAlt: "Ukusni odrezak"},
imageAlt: "Delicious steak",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=1", imageAlt: "Savršen večernji aranžman"},
imageAlt: "Savory dinner arrangement",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=1", imageAlt: "Tradicionalni specijaliteti s roštilja"},
imageAlt: "Traditional grilled specialties",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1", imageAlt: "Premium plata s roštilja"},
imageAlt: "Premium grilled platter",
},
]} ]}
/> />
</div> </div>
@@ -92,8 +71,8 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="A Tradition of Excellence" title="Tradicija izvrsnosti"
description="At Royal Grill, we combine traditional Leskovac recipes with the finest premium cuts. Our atmosphere invites you to slow down, savor, and enjoy a true culinary experience." description="U Royal Grillu kombiniramo tradicionalne leskovačke recepte s najfinijim komadima mesa. Naša atmosfera vas poziva da usporite, uživate i iskusite pravo kulinarsko iskustvo."
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-winter_1153-2923.jpg" imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-winter_1153-2923.jpg"
/> />
</div> </div>
@@ -105,24 +84,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"No frozen ingredients", "Bez zamrznutih sastojaka", "Bez prečica u pripremi", "Bez gradske buke", "Bez umjetnih konzervansa", "Bez masovnih pojačivača okusa"],
"No shortcuts in preparation",
"No noisy city chaos",
"No artificial preservatives",
"No mass-produced flavorings",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Fresh, local premium meat cuts", "Svježe, lokalno premium meso", "Tradicionalni roštilj na drveni ugljen", "Ugodna i topla blagovaonica", "Stručni majstori roštilja", "Ručno birano organsko povrće"],
"Traditional open-flame charcoal grilling",
"Welcoming and cozy dining room",
"Expert grill masters",
"Hand-selected organic vegetables",
],
}} }}
title="Why Dine With Us" title="Zašto jesti kod nas"
description="We are committed to delivering the highest quality dining experience in Virovitica." description="Posvećeni smo pružanju najkvalitetnijeg restoranskog iskustva u Virovitici."
/> />
</div> </div>
@@ -134,43 +103,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Leskovačka pljeskavica", price: "12€", variant: "Tradicionalni recept", imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=2"},
name: "Leskovac Pljeskavica",
price: "12€",
variant: "Traditional recipe",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=2",
},
{ {
id: "2", id: "2", name: "Royal Ribeye", price: "24€", variant: "Premium suho odležano", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=2"},
name: "Royal Ribeye",
price: "24€",
variant: "Premium dry-aged",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=2",
},
{ {
id: "3", id: "3", name: "Plata s roštilja", price: "20€", variant: "Najbolje za dijeljenje", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=2"},
name: "Grilled Meat Platter",
price: "20€",
variant: "Best for sharing",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=2",
},
{ {
id: "4", id: "4", name: "Dimljena kobasica", price: "10€", variant: "Specijalitet kuće", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2"},
name: "Smoked Sausage",
price: "10€",
variant: "House special",
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2",
},
{ {
id: "5", id: "5", name: "Pileći file s roštilja", price: "14€", variant: "Lagano i ukusno", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=2"},
name: "Grilled Chicken Fillet",
price: "14€",
variant: "Light and flavorful",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=2",
},
]} ]}
title="Signature Menu" title="Menu"
description="Hand-selected cuts, perfectly seasoned and grilled to your preference." description="Ručno birani komadi, savršeno začinjeni i pečeni po vašoj želji."
/> />
</div> </div>
@@ -181,49 +125,24 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Marko I.", handle: "@marko_viro", testimonial: "Najbolja pljeskavica koju sam jeo godinama. Prava vrhunska kvaliteta.", rating: 5,
name: "Marko I.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1"},
handle: "@marko_viro",
testimonial: "The best pljeskavica I've had in years. Absolute premium quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Ana S.", handle: "@ana_travels", testimonial: "Tako ugodna atmosfera! Savršeno za našu obiteljsku večeru. Usluga je bila besprijekorna.", rating: 5,
name: "Ana S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-traveller-with-hat-looking-away_23-2148588543.jpg"},
handle: "@ana_travels",
testimonial: "Such a cozy atmosphere! Perfect for our family dinner. The service was impeccable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-traveller-with-hat-looking-away_23-2148588543.jpg",
},
{ {
id: "3", id: "3", name: "Davor B.", handle: "@davor_foodie", testimonial: "Autentično, ukusno i nevjerojatno konzistentno. Pravi biser Virovitice.", rating: 5,
name: "Davor B.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg"},
handle: "@davor_foodie",
testimonial: "Authentic, flavorful, and incredibly consistent. A true gem of Virovitica.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg",
},
{ {
id: "4", id: "4", name: "Elena K.", handle: "@elena_dining", testimonial: "Tehnika roštiljanja je na majstorskoj razini. Svaki zalogaj je bio doživljaj.", rating: 5,
name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-medium-shot_23-2148972778.jpg"},
handle: "@elena_dining",
testimonial: "The grill technique is clearly master-level. Every bite was an experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-medium-shot_23-2148972778.jpg",
},
{ {
id: "5", id: "5", name: "Petar M.", handle: "@petar_eats", testimonial: "Jednostavno najbolje iskustvo s roštilja u regiji. Toplo preporučujem!", rating: 5,
name: "Petar M.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2"},
handle: "@petar_eats",
testimonial: "Simply the best grilled experience in the region. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2",
},
]} ]}
showRating={true} showRating={true}
title="Voices of Our Guests" title="Glasovi naših gostiju"
description="See why locals and visitors choose us as their favorite dining destination." description="Pogledajte zašto nas mještani i posjetitelji biraju kao svoju omiljenu destinaciju za večeru."
/> />
</div> </div>
@@ -233,27 +152,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Primate li rezervacije?", content: "Da, toplo preporučujemo rezervacije, posebno za vikende."},
title: "Do you accept reservations?",
content: "Yes, we highly recommend reservations, especially for weekends.",
},
{ {
id: "2", id: "2", title: "Koje je radno vrijeme?", content: "Otvoreni smo svakodnevno od 12:00 sati do ponoći."},
title: "What are your operating hours?",
content: "We are open daily from 12:00 PM until midnight.",
},
{ {
id: "3", id: "3", title: "Ima li parkinga?", content: "Da, javni parking nalazi se odmah ispred našeg ulaza."},
title: "Is there parking available?",
content: "Yes, there is convenient public parking located right outside our entrance.",
},
]} ]}
ctaTitle="Ready to Visit?" ctaTitle="Spremni za posjet?"
ctaDescription="Reserve your table easily or call us for direct booking and inquiries." ctaDescription="Jednostavno rezervirajte svoj stol ili nas nazovite za upite."
ctaButton={{ ctaButton={{
text: "Book by Phone", text: "Nazovite nas", href: "tel:+38500000000"}}
href: "tel:+38500000000",
}}
ctaIcon={Phone} ctaIcon={Phone}
/> />
</div> </div>