34 lines
3.4 KiB
TypeScript
34 lines
3.4 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "menu" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesFilterGrid from "@/components/sections/features/FeaturesFilterGrid";
|
|
|
|
export default function MenuSection(): React.JSX.Element {
|
|
return (
|
|
<div id="menu" data-section="menu">
|
|
<FeaturesFilterGrid
|
|
textAnimation="fade-blur"
|
|
tag="What We Serve"
|
|
title="Explore What's on Our Menu"
|
|
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/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>
|
|
);
|
|
}
|