diff --git a/src/app/page.tsx b/src/app/page.tsx index cc72918..dc2904c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg" imageAlt="Armia restaurant elegant interior with fine dining ambiance" mediaAnimation="slide-up" - background="plain" + background={{ variant: "plain" }} imagePosition="right" fixedMediaHeight={true} /> @@ -92,7 +92,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "quality-ingredients", title: "Quality Ingredients", description: "We source the finest ingredients to create exceptional dishes that delight the palate", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg?_wi=1", imageAlt: "Herb-grilled chicken with fresh vegetables" + id: "quality-ingredients", title: "Quality Ingredients", description: "We source the finest ingredients to create exceptional dishes that delight the palate", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg", imageAlt: "Herb-grilled chicken with fresh vegetables" }, { id: "perfectly-poured-beer", title: "Perfectly Poured Beer", description: "Pilsner Urquell served with precision and care, ensuring optimal taste and presentation", tag: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/high-glass-beer-with-foam_140725-8982.jpg", imageAlt: "Pilsner Urquell perfectly served" @@ -121,7 +121,7 @@ export default function LandingPage() { products={[ { id: "herb-chicken-dish", brand: "Signature Dish", name: "Herb-Grilled Chicken Breast", price: "320 Kč", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg?_wi=2", imageAlt: "Herb-grilled chicken breast with vegetables and pesto" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189842.jpg", imageAlt: "Herb-grilled chicken breast with vegetables and pesto" }, { id: "spareribs-dish", brand: "Specialty", name: "Spareribs", price: "380 Kč", rating: 5,