diff --git a/src/app/page.tsx b/src/app/page.tsx index bcce0d9..7dd4bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg", alt: "High angle dining table arrangement" }, - { src: "http://img.b2bpic.net/free-photo/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg", alt: "Morning coffee with sandwich and grapefruit" }, + { src: "http://img.b2bpic.net/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg", alt: "Morning coffee with sandwich and grapefruit" }, { src: "http://img.b2bpic.net/free-photo/wicker-chair-near-white-round-table-with-coffee-cup-breakfast-smoothie-cheesecake_23-2148067145.jpg", alt: "Wicker chair near the white round table" }, { src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg", alt: "High angle dining table with peaches" }, { src: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg", alt: "Happy customer laughing portrait" }, @@ -108,7 +108,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Signature Fish & Chips", price: "BHD 6.500", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg" }, + { id: "1", name: "Signature Fish & Chips", price: "BHD 6.500", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-chips-dark-wooden-surface_1150-42475.jpg" }, { id: "2", name: "Turkish Poached Eggs", price: "BHD 4.200", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-vegetables-wooden-board_140725-9665.jpg" }, { id: "3", name: "Brisket Croquettes", price: "BHD 5.500", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-apples-ginger-strawberries_23-2147684381.jpg" }, { id: "4", name: "Gourmet French Toast", price: "BHD 4.500", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2836.jpg" },