diff --git a/src/app/page.tsx b/src/app/page.tsx index c0b27e7..0b85c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Visit Us Today", href: "#visit" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168839.jpg?_wi=1" /> @@ -60,7 +60,7 @@ export default function LandingPage() { title="Before & After Transformation" description="See the vibrant transformation from raw ingredients to your perfect bowl." products={[ - { id: "1", name: "Raw Ingredients", price: "Fresh", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg" }, + { id: "1", name: "Raw Ingredients", price: "Fresh", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg?_wi=1" }, { id: "2", name: "Final Masterpiece", price: "Delicious", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788545.jpg" } ]} /> @@ -73,7 +73,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "1", name: "Classic Bowl", price: "$12.00", variant: "Customer favourite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg" }, + { id: "1", name: "Classic Bowl", price: "$12.00", variant: "Customer favourite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg?_wi=2" }, { id: "2", name: "Protein Power", price: "$14.50", variant: "Perfect after gym", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-desserts-with-cereal-blueberries_23-2148417431.jpg?_wi=1" }, ]} title="Our Signature Bowls" @@ -121,7 +121,7 @@ export default function LandingPage() {