Update src/app/page.tsx

This commit is contained in:
2026-04-03 21:18:37 +00:00
parent ccc5c4e65c
commit 24a96e2b02

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Čaršija"
/>
@@ -57,37 +47,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Welcome to Čaršija"
description="Authentic Balkan flavors, perfectly grilled. Experience the true taste of Serbia in every bite."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=1",
imageAlt: "Cevapi platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=1", imageAlt: "Cevapi platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg?_wi=1",
imageAlt: "Restaurant dining area",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg?_wi=1", imageAlt: "Restaurant dining area"},
{
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=2",
imageAlt: "Grilling process",
},
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=2", imageAlt: "Grilling process"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg?_wi=2",
imageAlt: "Warm welcoming interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg?_wi=2", imageAlt: "Warm welcoming interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=3",
imageAlt: "Authentic meal setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-traditional-kebab-barbeque-lavash-with-sumakh-onion-green-salad_114579-2939.jpg?_wi=3", imageAlt: "Authentic meal setup"},
]}
/>
</div>
@@ -114,41 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Cevapi (10 pieces)",
price: "9.50€",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sage-with-pita-bread-tomatoes-salads-table_141793-5011.jpg",
},
id: "p1", name: "Cevapi (10 pieces)", price: "9.50€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sage-with-pita-bread-tomatoes-salads-table_141793-5011.jpg"},
{
id: "p2",
name: "Shopska Salad",
price: "4.50€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-baked-vegetables-potatoes-eggplants-dark-background-meal-oven-cooking-bake-vegetables_140725-80682.jpg",
},
id: "p2", name: "Shopska Salad", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-baked-vegetables-potatoes-eggplants-dark-background-meal-oven-cooking-bake-vegetables_140725-80682.jpg"},
{
id: "p3",
name: "Fresh Lepinja",
price: "1.50€",
imageSrc: "http://img.b2bpic.net/free-photo/corat-gutabs-with-meat-table_140725-4601.jpg",
},
id: "p3", name: "Fresh Lepinja", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/corat-gutabs-with-meat-table_140725-4601.jpg"},
{
id: "p4",
name: "Kajmak side",
price: "2.00€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kabab-with-fried-vegetables-chopped-onion-ayran-knife-cutting-board_176474-3393.jpg",
},
id: "p4", name: "Kajmak side", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kabab-with-fried-vegetables-chopped-onion-ayran-knife-cutting-board_176474-3393.jpg"},
{
id: "p5",
name: "Onions & Peppers",
price: "1.00€",
imageSrc: "http://img.b2bpic.net/free-photo/dolma-served-with-plain-yogurt-olives-sauce_141793-597.jpg",
},
id: "p5", name: "Onions & Peppers", price: "1.00€", imageSrc: "http://img.b2bpic.net/free-photo/dolma-served-with-plain-yogurt-olives-sauce_141793-597.jpg"},
{
id: "p6",
name: "Domestic Rakija",
price: "3.50€",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-filled-with-champagne-wooden-crate_23-2148253163.jpg",
},
id: "p6", name: "Domestic Rakija", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/glasses-filled-with-champagne-wooden-crate_23-2148253163.jpg"},
]}
title="Our Specialties"
description="Traditional recipes prepared with heart and soul."
@@ -162,40 +115,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "S D",
role: "Local Guide",
testimonial: "Honestly that place was more than perfect. Thank you for your hospitality…",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148784543.jpg",
},
id: "t1", name: "S D", role: "Local Guide", testimonial: "Honestly that place was more than perfect. Thank you for your hospitality…", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148784543.jpg"},
{
id: "t2",
name: "Nikola Zunic",
role: "Guest",
testimonial: "Nedavno sam posetio ćevabžinicu čaršiju i bio sam oduševljen neverovatnim ukusom njihovih ćevapa! Ukusi su bili autentični balkanski.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg",
},
id: "t2", name: "Nikola Zunic", role: "Guest", testimonial: "Nedavno sam posetio ćevabžinicu čaršiju i bio sam oduševljen neverovatnim ukusom njihovih ćevapa! Ukusi su bili autentični balkanski.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg"},
{
id: "t3",
name: "Marija Petrović",
role: "Foodie",
testimonial: "Best cevapi in the city! Reminds me of home, absolutely delicious and fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg",
},
id: "t3", name: "Marija Petrović", role: "Foodie", testimonial: "Best cevapi in the city! Reminds me of home, absolutely delicious and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg"},
{
id: "t4",
name: "Ivan Marković",
role: "Local",
testimonial: "The atmosphere is cozy and the service is always top-notch. Highly recommended place!",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
},
id: "t4", name: "Ivan Marković", role: "Local", testimonial: "The atmosphere is cozy and the service is always top-notch. Highly recommended place!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
{
id: "t5",
name: "Jelena Novak",
role: "Regular",
testimonial: "A truly authentic Balkan experience. Every detail from the bread to the onions is perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-delicious-tacos_23-2151048038.jpg",
},
id: "t5", name: "Jelena Novak", role: "Regular", testimonial: "A truly authentic Balkan experience. Every detail from the bread to the onions is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-delicious-tacos_23-2151048038.jpg"},
]}
title="Guest Reviews"
description="Hear from our happy guests about their authentic experience at Čaršija."
@@ -206,14 +134,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Visit us at Čaršija for an authentic Balkan meal. Reserve your table or place an order today."
buttons={[
{
text: "Contact Us",
href: "mailto:info@carsija.rs",
},
text: "Contact Us", href: "mailto:info@carsija.rs"},
]}
/>
</div>
@@ -223,33 +148,21 @@ export default function LandingPage() {
logoText="Čaršija"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
],
},
{
title: "Information",
items: [
title: "Information", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
]}