diff --git a/src/app/page.tsx b/src/app/page.tsx index 638cce0..0e61247 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Pogledaj meni", href: "#menu"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -73,16 +73,16 @@ export default function LandingPage() { features={[ { title: "Vrhunska usluga", description: "Usluga koja prevazilazi očekivanja svakog gosta.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "elegant dark luxury restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2", imageAlt: "elegant dark luxury restaurant interior"}, { title: "Kvalitetne namirnice", description: "Sveže i pažljivo birani sastojci za autentičan ukus.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", imageAlt: "traditional gourmet food close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=1", imageAlt: "traditional gourmet food close up"}, { title: "Prijatna atmosfera", description: "Ambinejt u kojem se osećate kao kod kuće, ali bolje.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg", imageAlt: "traditional cuisine refined presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=1", imageAlt: "traditional cuisine refined presentation"}, { title: "Odnos cene i kvaliteta", description: "Fantastična hrana po pristupačnim cenama za svakoga.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", imageAlt: "traditional food wooden table set"}, + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=1", imageAlt: "traditional food wooden table set"}, ]} title="Zašto Boem" description="Gosti ne dolaze samo zbog hrane — dolaze zbog osećaja." @@ -97,17 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"}, + id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=2"}, { - id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"}, + id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2"}, { - id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"}, + id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2"}, { - id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"}, + id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=3"}, { - id: "5", name: "Teleća čorba", price: "650 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"}, + id: "5", name: "Teleća čorba", price: "650 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=3"}, { - id: "6", name: "Specijalitet kuće", price: "1.800 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"}, + id: "6", name: "Specijalitet kuće", price: "1.800 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=3"}, ]} title="Ukusi koje morate probati" description="Tradicionalni recepti, savremena priprema, nezaboravan ukus."