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() { @@ -159,18 +128,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "500+", title: "Happy Guests", description: "Who have shared their time with us.", icon: Users, - }, - { - id: "m2", value: "120+", title: "Menu Items", description: "Carefully crafted for your palate.", icon: Utensils, - }, - { - id: "m3", value: "4.9", title: "Rating", description: "Our average guest satisfaction score.", icon: Star, - }, + { id: "m1", value: "500+", title: "Srećnih gostiju", description: "Koji su podelili vreme sa nama.", icon: Users }, + { id: "m2", value: "120+", title: "Stavki na meniju", description: "Pažljivo kreirane za vaše nepce.", icon: Utensils }, + { id: "m3", value: "4.9", title: "Ocena", description: "Naša prosečna ocena zadovoljstva gostiju.", icon: Star }, ]} - title="Time in Numbers" - description="Our journey since opening our doors, measured in smiles and stories." + title="Vreme u brojevima" + description="Naš put od otvaranja vrata, meren osmesima i pričama." /> @@ -179,15 +142,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are highly recommended during peak hours."}, - { - id: "f2", title: "Is the venue accessible?", content: "Yes, our space is fully accessible for all our guests."}, - { - id: "f3", title: "Do you host private events?", content: "We offer beautiful event spaces for birthdays and business gatherings. Contact us for details."}, + { id: "f1", title: "Da li je potrebna rezervacija?", content: "Iako rado dočekujemo goste bez najave, preporučujemo rezervacije tokom špica." }, + { id: "f2", title: "Da li je prostor pristupačan?", content: "Da, naš prostor je u potpunosti pristupačan za sve naše goste." }, + { id: "f3", title: "Da li organizujete privatne događaje?", content: "Nudimo prelepe prostore za rođendane i poslovne skupove. Kontaktirajte nas za detalje." }, ]} - title="Common Questions" - description="Everything you need to know about your next visit to Time Story." + title="Česta pitanja" + description="Sve što treba da znate o vašoj sledećoj poseti Time Story-u." faqsAnimation="slide-up" /> @@ -195,47 +155,34 @@ export default function LandingPage() {
); -} +} \ No newline at end of file