diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b02267..8d58c5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-16648.jpg?_wi=1", imageAlt: "Fresh homemade pierogis"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-16648.jpg", imageAlt: "Fresh homemade pierogis"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg?_wi=1", imageAlt: "Warm deli interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg", imageAlt: "Warm deli interior"}, ]} mediaAnimation="slide-up" rating={5} @@ -76,10 +76,11 @@ export default function LandingPage() { { value: "4.7★", title: "Customer Rated" }, { value: "20+ Years", title: "Serving the Community" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg" imageAlt="Warm and welcoming deli interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -96,16 +97,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Homemade Soups", tags: ["Daily Special", "Comfort Food"], - imageSrc: "http://img.b2bpic.net/free-photo/green-pea-soup-bowl-rustic-wooden-table_123827-21432.jpg?_wi=1", imageAlt: "Steaming bowl of homemade Polish soup"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-pea-soup-bowl-rustic-wooden-table_123827-21432.jpg", imageAlt: "Steaming bowl of homemade Polish soup"}, { id: "2", title: "Fresh Pierogis", tags: ["Hand-Rolled", "Signature Item"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-16648.jpg?_wi=2", imageAlt: "Freshly made pierogis with traditional fillings"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-16648.jpg", imageAlt: "Freshly made pierogis with traditional fillings"}, { id: "3", title: "Kielbasa & Sausages", tags: ["Premium Quality", "Imported"], imageSrc: "http://img.b2bpic.net/free-photo/juicy-fruit-lozenge-own-production-with-dried-fruits_7502-9294.jpg", imageAlt: "Selection of authentic Polish kielbasa"}, { id: "4", title: "Deli Meats & Cheeses", tags: ["European Selection", "Artisan"], - imageSrc: "http://img.b2bpic.net/free-photo/different-products-table-cheese-bread_169016-2007.jpg?_wi=1", imageAlt: "Fine selection of imported deli cheeses"}, + imageSrc: "http://img.b2bpic.net/free-photo/different-products-table-cheese-bread_169016-2007.jpg", imageAlt: "Fine selection of imported deli cheeses"}, ]} /> @@ -145,9 +146,9 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "100%", title: "Homemade", description: "All soups and pierogis made fresh daily with traditional recipes", imageSrc: "http://img.b2bpic.net/free-photo/green-pea-soup-bowl-rustic-wooden-table_123827-21432.jpg?_wi=2", imageAlt: "Homemade soups prepared fresh daily"}, + id: "1", value: "100%", title: "Homemade", description: "All soups and pierogis made fresh daily with traditional recipes", imageSrc: "http://img.b2bpic.net/free-photo/green-pea-soup-bowl-rustic-wooden-table_123827-21432.jpg", imageAlt: "Homemade soups prepared fresh daily"}, { - id: "2", value: "Premium", title: "Imported Goods", description: "Authentic European groceries and specialty items sourced directly", imageSrc: "http://img.b2bpic.net/free-photo/different-products-table-cheese-bread_169016-2007.jpg?_wi=2", imageAlt: "Premium imported European products"}, + id: "2", value: "Premium", title: "Imported Goods", description: "Authentic European groceries and specialty items sourced directly", imageSrc: "http://img.b2bpic.net/free-photo/different-products-table-cheese-bread_169016-2007.jpg", imageAlt: "Premium imported European products"}, ]} />