diff --git a/src/app/page.tsx b/src/app/page.tsx index 5336838..adabfbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -113,21 +93,15 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", name: "Artisan Breakfast", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bread-from-different-pieces-mixed-homemade-breads-presented-rustic-table-as-samples-sale-made-from-sweet-potato_346278-828.jpg"}, - { - id: "p2", name: "Signature Main", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4659.jpg"}, - { - id: "p3", name: "Specialty Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-coffee-shop_53876-26231.jpg"}, - { - id: "p4", name: "Decadent Dessert", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-muffins-with-honey-chocolate-light-desk_140725-131670.jpg"}, - { - id: "p5", name: "Seasonal Salad", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/tomato-cucumber-salad-with-onions_140725-2327.jpg"}, - { - id: "p6", name: "Signature Cocktail", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg"}, + { id: "p1", name: "Zanatski doručak", price: "1800 RSD", imageSrc: "http://img.b2bpic.net/free-photo/bread-from-different-pieces-mixed-homemade-breads-presented-rustic-table-as-samples-sale-made-from-sweet-potato_346278-828.jpg" }, + { id: "p2", name: "Glavno jelo", price: "3500 RSD", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4659.jpg" }, + { id: "p3", name: "Specijalitet kafa", price: "400 RSD", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-coffee-shop_53876-26231.jpg" }, + { id: "p4", name: "Desert", price: "900 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-muffins-with-honey-chocolate-light-desk_140725-131670.jpg" }, + { id: "p5", name: "Sezonska salata", price: "1500 RSD", imageSrc: "http://img.b2bpic.net/free-photo/tomato-cucumber-salad-with-onions_140725-2327.jpg" }, + { id: "p6", name: "Potpis koktel", price: "1200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg" }, ]} - title="Crafted for Every Taste" - description="Explore our seasonal menu featuring gourmet dishes, artisanal coffee, and signature desserts." + title="Kreirano za svaki ukus" + description="Istražite naš sezonski meni koji sadrži gurmanska jela, zanatsku kafu i prepoznatljive deserte." /> @@ -135,19 +109,14 @@ export default function LandingPage() {