Update src/app/page.tsx

This commit is contained in:
2026-03-02 22:44:19 +00:00
parent 439b56de50
commit 20cbd7d7c7

View File

@@ -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", imageAlt: "Fresh homemade pierogis"},
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/beautiful-young-adult-traveling-city_23-2149063316.jpg", imageAlt: "Warm deli interior"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg?_wi=1", imageAlt: "Warm deli interior"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -76,7 +76,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-adult-traveling-city_23-2149063316.jpg?_wi=2"
imageAlt="Warm and welcoming deli interior"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -96,16 +96,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", imageAlt: "Steaming bowl of homemade Polish soup"},
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"},
{
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", imageAlt: "Freshly made pierogis with traditional fillings"},
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"},
{
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", imageAlt: "Fine selection of imported deli cheeses"},
imageSrc: "http://img.b2bpic.net/free-photo/different-products-table-cheese-bread_169016-2007.jpg?_wi=1", imageAlt: "Fine selection of imported deli cheeses"},
]}
/>
</div>
@@ -145,9 +145,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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Premium imported European products"},
]}
/>
</div>