diff --git a/src/app/page.tsx b/src/app/page.tsx index ea2ec30..57b1ee3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,37 +47,24 @@ export default function LandingPage() {
@@ -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() { @@ -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"}, ], }, ]}