diff --git a/src/app/page.tsx b/src/app/page.tsx index be33128..93efb1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { { text: "Zobacz menu", href: "#menu" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg", imageAlt: "Wyśmienite danie" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg", imageAlt: "Przytulny wystrój" } + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=1", imageAlt: "Wyśmienite danie" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=2", imageAlt: "Przytulny wystrój" } ]} mediaAnimation="blur-reveal" rating={4.5} @@ -83,9 +83,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "1", brand: "Śniadania", name: "Jajecznica z boczkiem", price: "28 zł", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" }, - { id: "2", brand: "Lunche", name: "Domowy Makaron", price: "35 zł", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" }, - { id: "3", brand: "Kolacje", name: "Deska serów", price: "45 zł", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" } + { id: "1", brand: "Śniadania", name: "Jajecznica z boczkiem", price: "28 zł", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=3" }, + { id: "2", brand: "Lunche", name: "Domowy Makaron", price: "35 zł", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=4" }, + { id: "3", brand: "Kolacje", name: "Deska serów", price: "45 zł", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=5" } ]} title="NASZE MENU" description="Smaki, które wracają w najlepszym wydaniu." @@ -117,8 +117,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Piotr", quote: "Byliśmy tu pierwszy raz, ale nie żałujemy.", name: "Piotr", role: "Stały Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" }, - { id: "2", title: "Julia", quote: "Jedzenia na talerzu bardzo dużo.", name: "Julia", role: "Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" } + { id: "1", title: "Piotr", quote: "Byliśmy tu pierwszy raz, ale nie żałujemy.", name: "Piotr", role: "Stały Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=6" }, + { id: "2", title: "Julia", quote: "Jedzenia na talerzu bardzo dużo.", name: "Julia", role: "Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=7" } ]} title="OPINIE GOŚCI" description="Co mówią o nas nasi zadowoleni klienci."