diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 69b70c9..3987869 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,7 +6,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import ProductCatalogItem from '@/components/ecommerce/productCatalog/ProductCatalogItem'; export default function MenuPage() { return ( @@ -44,46 +43,40 @@ export default function MenuPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=1" }, - { id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=2" }, - { id: "3", name: "Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=3" }, - { id: "4", name: "Mocha", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=4" }, - { id: "5", name: "Croissant", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=5" }, - { id: "6", name: "Cheesecake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=6" }, - { id: "7", name: "Small Smart Water", price: "$3.11" }, - { id: "8", name: "Zen Water", price: "$4.03" }, - { id: "9", name: "Starbucks Frappuccino Caramel", price: "$4.36" }, - { id: "10", name: "Water Aquafina 1lt", price: "$2.49" }, - { id: "11", name: "Pellegrino", price: "$3.42" }, - { id: "12", name: "Bottle Soda", price: "$3.42" }, - { id: "13", name: "Red Bull", price: "$4.36" }, - { id: "14", name: "Mistic Bottle", price: "$3.67" }, - { id: "15", name: "Slushies", price: "N/A" }, - { id: "16", name: "Bottled Drinks", price: "N/A" }, - { id: "17", name: "Iced Drink", price: "N/A" }, - { id: "18", name: "Can Soda", price: "$2.24" }, - { id: "19", name: "Body Armor Drink", price: "$3.55" }, - { id: "20", name: "Bai Tea", price: "$4.03" }, - { id: "21", name: "Snapple", price: "$4.03" }, - { id: "22", name: "Everfresh", price: "$4.03" }, - { id: "23", name: "Perrier", price: "$4.03" }, - { id: "24", name: "Water", price: "$1.24" }, - { id: "25", name: "Tru Drinks", price: "$4.03" }, - { id: "26", name: "Nantucket", price: "$4.03" }, - { id: "27", name: "Vitacoco With Mango", price: "$3.42" }, - { id: "28", name: "Vitamin Water", price: "$3.11" } + { id: "1", name: "Espresso", price: "$3.50", imageSrc: "https://images.unsplash.com/photo-1510591509098-f4fd06ae0cee?w=800" }, + { id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "https://images.unsplash.com/photo-1534778101976-62847bb82c03?w=800" }, + { id: "3", name: "Latte", price: "$4.75", imageSrc: "https://images.unsplash.com/photo-1507133750040-4a8f570e1590?w=800" }, + { id: "4", name: "Mocha", price: "$5.00", imageSrc: "https://images.unsplash.com/photo-1517701604599-b27474a59029?w=800" }, + { id: "5", name: "Croissant", price: "$3.00", imageSrc: "https://images.unsplash.com/photo-1555507036-ab1f4038808a?w=800" }, + { id: "6", name: "Cheesecake", price: "$6.50", imageSrc: "https://images.unsplash.com/photo-1533134242443-d4fd215305ad?w=800" }, + { id: "7", name: "Small Smart Water", price: "$3.11", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "8", name: "Zen Water", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "9", name: "Starbucks Frappuccino", price: "$4.36", imageSrc: "https://images.unsplash.com/photo-1514432324607-a09d7801121d?w=800" }, + { id: "10", name: "Water", price: "$2.49", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "11", name: "Pellegrino", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "12", name: "Bottle Soda", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "13", name: "Red Bull", price: "$4.36", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "14", name: "Mistic", price: "$3.67", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "15", name: "Slushies", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "16", name: "Bottled Drinks", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "17", name: "Iced Drink", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "18", name: "Can Soda", price: "$2.24", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "19", name: "Body Armor", price: "$3.55", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "20", name: "Bai Tea", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "21", name: "Snapple", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "22", name: "Everfresh", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "23", name: "Perrier", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "24", name: "Water", price: "$1.24", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "25", name: "Tru Drinks", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "26", name: "Nantucket", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "27", name: "Vitacoco Mango", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" }, + { id: "28", name: "Vitamin Water", price: "$3.11", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800" } ]} title="Our Menu" description="Premium coffee, specialty drinks, and artisanal desserts." /> -