diff --git a/src/app/page.tsx b/src/app/page.tsx index d3c10db..e036820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,12 +90,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Specialty Espresso", price: "", imageSrc: "http://img.b2bpic.net/free-photo/espresso-cup_1150-18151.jpg"}, - { id: "2", name: "Flat White", price: "", imageSrc: "http://img.b2bpic.net/free-photo/flat-white_1150-18151.jpg"}, - { id: "3", name: "Single Origin Drip", price: "", imageSrc: "http://img.b2bpic.net/free-photo/drip-coffee_1150-18151.jpg"}, - { id: "4", name: "Cold Brew Special", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cold-brew_1150-18151.jpg"}, - { id: "5", name: "Latte Macchiato", price: "", imageSrc: "http://img.b2bpic.net/free-photo/latte-art_1150-18151.jpg"}, - { id: "6", name: "Roasted Beans Pack", price: "", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_1150-18151.jpg"}, + { id: "1", name: "Specialty Espresso", price: "SAR 15", imageSrc: "https://images.unsplash.com/photo-1510784722466-f2aa9c52fff6?q=80&w=800&h=800&auto=format&fit=crop"}, + { id: "2", name: "Flat White", price: "SAR 18", imageSrc: "https://images.unsplash.com/photo-1541167760496-1626056b0880?q=80&w=800&h=800&auto=format&fit=crop"}, + { id: "3", name: "Single Origin Drip", price: "SAR 22", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=800&h=800&auto=format&fit=crop"}, + { id: "4", name: "Cold Brew", price: "SAR 20", imageSrc: "https://images.unsplash.com/photo-1461023058943-07fcbe16d7d5?q=80&w=800&h=800&auto=format&fit=crop"}, + { id: "5", name: "Signature Latte", price: "SAR 20", imageSrc: "https://images.unsplash.com/photo-1507133750040-4a8f57021571?q=80&w=800&h=800&auto=format&fit=crop"}, + { id: "6", name: "Roasted Bean Pack", price: "SAR 65", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=800&h=800&auto=format&fit=crop"}, ]} title="Our Signature Brews" description="Carefully selected beans from across the globe, roasted to perfection."