diff --git a/src/app/page.tsx b/src/app/page.tsx index ee51ff9..0fd736d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/coffe-cocktail-luxury-lounge-bar-counter-freshness-mix-drink_482257-24642.jpg" }, }, { - title: "Weekend Brunch", description: "A legendary spread featuring fresh oysters, roasted bone marrow, and decadent house-made desserts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cinnamon-rolls-concept_23-2148779697.jpg" }, + title: "Weekend Brunch", description: "A legendary spread featuring fresh oysters, roasted bone marrow, and decadent house-made desserts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cinnamon-rolls-concept_23-2148779697.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-oysters-with-lemons-ice_52683-111695.jpg" }, }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", brand: "Starter", name: "Le Bone Marrow", price: "High Demand", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cinnamon-rolls-concept_23-2148779697.jpg" }, + { id: "1", brand: "Starter", name: "Le Bone Marrow", price: "High Demand", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cinnamon-rolls-concept_23-2148779697.jpg?_wi=2" }, { id: "2", brand: "Main", name: "Pasta Vongole", price: "The Best", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-mussel-with-spoon-fork-plate-plaster-kitchen-towel_176474-6971.jpg" }, { id: "3", brand: "Seafood", name: "The Oyster Station", price: "Fresh", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish_23-2147681089.jpg" }, { id: "4", brand: "Deli", name: "Artisan Cheese", price: "French", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg" },