diff --git a/src/app/page.tsx b/src/app/page.tsx index 6357533..a6725a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { ratingText="Rated 5/5 by food critics" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-onion-ring_74190-6292.jpg", imageAlt: "Grilled Steak" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg", imageAlt: "Supreme Pizza" } + { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-onion-ring_74190-6292.jpg?_wi=1", imageAlt: "Grilled Steak" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg?_wi=1", imageAlt: "Supreme Pizza" } ]} /> @@ -74,8 +74,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" products={[ - { id: "1", name: "Signature Shah Steak", price: "$24.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-onion-ring_74190-6292.jpg" }, - { id: "2", name: "Traditional Spice Pizza", price: "$18.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg" } + { id: "1", name: "Signature Shah Steak", price: "$24.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-french-fries-onion-ring_74190-6292.jpg?_wi=2" }, + { id: "2", name: "Traditional Spice Pizza", price: "$18.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg?_wi=2" } ]} />