Regenerate images
This commit is contained in:
@@ -14,18 +14,18 @@ export default function MenuSection(): React.JSX.Element {
|
||||
description="From handcrafted espresso drinks to freshly baked pastries, every item is made with care."
|
||||
categories={["Hot Drinks", "Cold Drinks", "Pastries"]}
|
||||
items={[
|
||||
{ name: "Espresso", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/espresso.webp" },
|
||||
{ name: "Latte", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/latte-menu.webp" },
|
||||
{ name: "Iced Latte", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp?_wi=2" },
|
||||
{ name: "Cappuccino", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/cappuccino.webp?_wi=2" },
|
||||
{ name: "Iced Americano", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp?_wi=2" },
|
||||
{ name: "Mocha", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/mocha.webp" },
|
||||
{ name: "Iced Mocha", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-6.webp?_wi=2" },
|
||||
{ name: "Flat White", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-7.webp?_wi=2" },
|
||||
{ name: "Iced Flat White", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/iced-flat-white.webp" },
|
||||
{ name: "Chai Latte", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/chai-latte.webp" },
|
||||
{ name: "Croissant", category: "Pastries", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-3.webp?_wi=2" },
|
||||
{ name: "Chocolate Chip Cookie", category: "Pastries", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/chocolate-chip-cookie.webp" },
|
||||
{ name: "Espresso", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-cinematic-high-angle-close-up-of-a-per-1782616889272-b5e33722.png" },
|
||||
{ name: "Latte", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/close-up-professional-food-photography-o-1782616899519-1285c6c1.png" },
|
||||
{ name: "Iced Latte", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/macro-close-up-of-a-perfectly-crafted-la-1782616897110-31dc6e7b.png" },
|
||||
{ name: "Cappuccino", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/macro-close-up-of-a-perfectly-poured-fla-1782616896581-e324bf3d.png" },
|
||||
{ name: "Iced Americano", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-high-angle-cinematic-close-up-of-a-per-1782616896729-dfb38364.png" },
|
||||
{ name: "Mocha", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-high-angle-cinematic-close-up-of-a-var-1782616906586-92dda9a4.png" },
|
||||
{ name: "Iced Mocha", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-high-angle-cinematic-close-up-of-a-per-1782616906622-75236470.png" },
|
||||
{ name: "Flat White", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/close-up-top-down-professional-food-phot-1782616908221-e1f146cb.png" },
|
||||
{ name: "Iced Flat White", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/top-down-high-angle-professional-food-ph-1782616906282-c9762d80.png" },
|
||||
{ name: "Chai Latte", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-high-angle-cinematic-close-up-of-a-per-1782616915090-d9dbe3e3.png" },
|
||||
{ name: "Croissant", category: "Pastries", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/close-up-top-down-photorealistic-shot-of-1782616914755-74789740.png" },
|
||||
{ name: "Chocolate Chip Cookie", category: "Pastries", imageSrc: "https://storage.googleapis.com/webild/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-curated-top-down-still-life-of-a-steam-1782616914818-eb7984c4.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user