From 5c9be9d083473a910b18d3ebba7e204f33e2869b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:29:01 +0000 Subject: [PATCH 1/2] Add src/app/menu/page.tsx --- src/app/menu/page.tsx | 230 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 src/app/menu/page.tsx diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..b68b62f --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,230 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Facebook, Instagram } from 'lucide-react'; + +export default function MenuPage() { + const menuItems = [ + { + id: "cakes-bakes", category: ["Cakes & Bakes"], + title: "Chocolate Lavender Cake", excerpt: "Rich chocolate layers with delicate lavender infusion, topped with dark chocolate ganache and edible flowers. $12", imageSrc: "http://img.b2bpic.net/free-photo/walnut-cake-cake-stand_1301-1026.jpg", imageAlt: "Chocolate Lavender Cake", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "bonbons", category: ["Bonbons"], + title: "Artisan Chocolate Bonbons", excerpt: "Hand-crafted bonbons with diverse fillings: sea salt caramel, raspberry ganache, pistachio cream, and rose champagne. $8", imageSrc: "http://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert_114579-9080.jpg", imageAlt: "Chocolate Bonbons", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "cheesecake", category: ["Cheesecake"], + title: "Classic NY Cheesecake", excerpt: "Creamy Philadelphia cheesecake on a buttery graham cracker crust with fruit compote and coulis. $10", imageSrc: "http://img.b2bpic.net/free-photo/slice-pie-with-cup-tea-top-view_114579-17357.jpg", imageAlt: "Classic Cheesecake", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "macarons", category: ["Macarons"], + title: "Assorted French Macarons", excerpt: "Colorful French macarons in classic flavors: pistachio, lavender, rose, salted caramel, and dark chocolate. $9", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-macarons-with-mint-copy-space_23-2148489027.jpg", imageAlt: "French Macarons", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "bakery", category: ["Bakery"], + title: "Artisan Sourdough Loaf", excerpt: "Naturally fermented sourdough with crispy crust and chewy crumb. Perfect for sandwiches or with butter and jam. $6", imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg", imageAlt: "Sourdough Bread", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "tea-cakes", category: ["Tea Cakes"], + title: "Lemon Madeleines", excerpt: "Delicate shell-shaped sponge cakes with bright lemon flavor, perfect with tea or coffee. $5", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=1", imageAlt: "Lemon Madeleines", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "vienesse", category: ["Viennese"], + title: "Sachertorte", excerpt: "Traditional Viennese chocolate cake with apricot jam filling and glossy chocolate ganache. $11", imageSrc: "http://img.b2bpic.net/free-photo/walnut-cake-cake-stand_1301-1026.jpg", imageAlt: "Sachertorte", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "cookies", category: ["Cookies"], + title: "Assorted Butter Cookies", excerpt: "Buttery French cookies: tuiles, shortbread, palmiers, and langue de chat in various flavors. $7", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg?_wi=1", imageAlt: "Butter Cookies", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "trifles", category: ["Trifles"], + title: "Berry Trifle", excerpt: "Layered dessert with sponge cake, whipped cream, and fresh mixed berries in individual glass. $8", imageSrc: "http://img.b2bpic.net/free-photo/slice-pie-with-cup-tea-top-view_114579-17357.jpg", imageAlt: "Berry Trifle", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "slices", category: ["Slices"], + title: "Tiramisu Slice", excerpt: "Classic Italian tiramisu with coffee-soaked ladyfingers, mascarpone cream, and cocoa powder. $9", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=2", imageAlt: "Tiramisu Slice", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "tarts", category: ["Tarts"], + title: "Seasonal Fruit Tart", excerpt: "Crispy pastry shell with vanilla pastry cream and topped with fresh seasonal fruits and apricot glaze. $10", imageSrc: "http://img.b2bpic.net/free-photo/slice-pie-with-cup-tea-top-view_114579-17357.jpg", imageAlt: "Fruit Tart", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "entremet", category: ["French Entremet"], + title: "Chocolate Entremet", excerpt: "Elegant multi-layer dessert with chocolate mousse, chocolate ganache, and crispy crust. $13", imageSrc: "http://img.b2bpic.net/free-photo/walnut-cake-cake-stand_1301-1026.jpg", imageAlt: "Chocolate Entremet", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "other-desserts", category: ["Other Desserts"], + title: "Crème Brûlée", excerpt: "Silky vanilla custard with caramelized sugar crust. A classic French dessert served in individual ramekins. $8", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=1", imageAlt: "Crème Brûlée", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "brownies", category: ["Brownies"], + title: "Triple Chocolate Brownies", excerpt: "Fudgy chocolate brownies with dark, milk, and white chocolate chunks. Intensely rich and decadent. $6", imageSrc: "http://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert_114579-9080.jpg", imageAlt: "Chocolate Brownies", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "coffee", category: ["Coffee"], + title: "Single Origin Espresso", excerpt: "Premium single-origin Ethiopian beans, freshly ground and expertly pulled. Bold and aromatic. $4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Single Origin Espresso", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "kombucha", category: ["Kombucha"], + title: "House-Made Kombucha", excerpt: "Naturally fermented kombucha in flavors: ginger, berry, and herbal blend. Refreshing and probiotic. $5", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "House-Made Kombucha", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "hot-espresso", category: ["Hot Espresso Bar"], + title: "Café Au Lait", excerpt: "Equal parts hot coffee and steamed milk with a touch of honey. Simple elegance. $5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Café Au Lait", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "iced-espresso", category: ["Iced Espresso Bar"], + title: "Iced Vanilla Latte", excerpt: "Chilled double espresso with velvety steamed milk, vanilla syrup, and ice. Smooth and refreshing. $6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Iced Vanilla Latte", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "manual-brew", category: ["Manual Brew"], + title: "Pour Over Coffee", excerpt: "Carefully hand-poured coffee using premium beans and precise temperature control for optimal extraction. $5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Pour Over Coffee", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "affogato", category: ["Affogato"], + title: "Classic Affogato", excerpt: "Scoop of vanilla gelato topped with a shot of hot espresso. Simple Italian perfection. $6", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=1", imageAlt: "Classic Affogato", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "espresso-classics", category: ["Other Espresso Classics"], + title: "Macchiato", excerpt: "Single espresso 'marked' with a dollop of foam. Bold coffee with subtle milk sweetness. $4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Macchiato", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "mixology", category: ["Mixology"], + title: "Coffee Negroni", excerpt: "Sophisticated cocktail blend of espresso, Campari, sweet vermouth, and a hint of orange. $12", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Coffee Negroni", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Available Evening" + }, + { + id: "matcha-hojicha", category: ["Matcha & Hojicha"], + title: "Traditional Matcha Latte", excerpt: "Ceremonial-grade matcha whisked into creamy steamed milk. Earthy and vibrant. $7", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Matcha Latte", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "hot-chocolate", category: ["Hot Chocolate"], + title: "French Hot Chocolate", excerpt: "Rich, velvety hot chocolate made with premium Belgian chocolate and topped with whipped cream. $6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "French Hot Chocolate", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "signature-drinks", category: ["Signature Drinks"], + title: "Lavender Lemonade", excerpt: "Fresh lemon juice sweetened with lavender-infused syrup and sparkling water. Floral and refreshing. $5", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Lavender Lemonade", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "cold-coffee", category: ["Cold Coffee"], + title: "Cold Brew Concentrate", excerpt: "Smooth cold brew with milk or water, served over ice. Bold yet naturally sweet. $5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Cold Brew Coffee", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "shakes", category: ["Shakes"], + title: "Strawberry Banana Shake", excerpt: "Blended fresh strawberries and bananas with ice cream and milk. Creamy and indulgent. $7", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-cupcakes-with-strawberries_23-2148718800.jpg?_wi=1", imageAlt: "Strawberry Shake", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "herbal-tea", category: ["Herbal Tea"], + title: "Chamomile Lavender Tea", excerpt: "Soothing blend of chamomile and lavender flowers for relaxation and calm. $4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-with-creamy-cappuccino-latte-with-milky-foam-top-leaf-shape-isolated-wooden-plate-with-pattern-table-cafe-shop-presentation_346278-1479.jpg", imageAlt: "Chamomile Lavender Tea", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "iced-tea", category: ["Iced Tea"], + title: "Iced Peach Tea", excerpt: "Freshly brewed tea with fresh peach puree and a squeeze of lemon. Light and fruity. $5", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Iced Peach Tea", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "fresh-juices", category: ["Fresh Juices"], + title: "Orange Ginger Juice", excerpt: "Cold-pressed fresh oranges with a spicy kick of ginger. Immune-boosting and energizing. $6", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Orange Ginger Juice", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "packaged-drinks", category: ["Packaged Drinks"], + title: "Sparkling Water Selection", excerpt: "Premium imported sparkling waters in various mineral compositions. $3", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Sparkling Water", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "In Stock" + }, + { + id: "all-day-breakfast", category: ["All Day Breakfast"], + title: "Eggs Florentine with Croissant", excerpt: "Poached eggs on spinach with hollandaise sauce, served with a warm butter croissant and fresh fruit. $12", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Eggs Florentine", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Available All Day" + }, + { + id: "wholesome-hearty", category: ["Wholesome & Hearty"], + title: "Grilled Chicken with Quinoa", excerpt: "Herb-marinated grilled chicken breast with fluffy quinoa, roasted vegetables, and lemon vinaigrette. $14", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Grilled Chicken Quinoa", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "salads", category: ["Salads"], + title: "Niçoise Salad", excerpt: "Classic French salad with seared tuna, hard-boiled eggs, Niçoise olives, and anchovy vinaigrette. $13", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Niçoise Salad", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "small-plates", category: ["Small Plates"], + title: "Goat Cheese & Fig Tartine", excerpt: "Creamy goat cheese on toasted baguette with fresh figs, prosciutto, and microgreens. $9", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Goat Cheese Tartine", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "baked-artisan", category: ["Baked The Artisan Way"], + title: "Rustic Ciabatta", excerpt: "Traditional Italian ciabatta with olive oil crust and open crumb structure. Perfect for sandwiches. $5", imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg", imageAlt: "Rustic Ciabatta", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "oriental-combinations", category: ["Oriental Combinations"], + title: "Thai Basil Chicken Wrap", excerpt: "Spiced Thai basil chicken in a soft tortilla with cucumber, mint, and chili mayo. $11", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Thai Basil Chicken Wrap", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "sharing-plates", category: ["Sharing Plates"], + title: "French Charcuterie Board", excerpt: "Curated selection of cured meats, artisan cheeses, olives, and fresh bread. Perfect for two. $28", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-jam-near-oranges-smartphone_23-2147947780.jpg", imageAlt: "Charcuterie Board", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "sides", category: ["Sides"], + title: "Truffle Parmesan Fries", excerpt: "Crispy golden fries tossed with black truffle oil, Parmesan, and fresh parsley. $7", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Truffle Fries", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "pasta-risotto-ravioli", category: ["Pasta, Risotto & Ravioli"], + title: "Truffle Ravioli with Brown Butter", excerpt: "Handmade ravioli filled with truffle ricotta, tossed in brown butter with sage. Luxurious and aromatic. $16", imageSrc: "http://img.b2bpic.net/free-photo/set-salad-fried-eggs-pastry-delicious-breakfast-table-white-background-high-angle-view_176474-3834.jpg", imageAlt: "Truffle Ravioli", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + }, + { + id: "pizza", category: ["Pizza"], + title: "Margherita Pizza", excerpt: "Classic Neapolitan pizza with fresh mozzarella, basil, tomato sauce, and extra virgin olive oil. $12", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2", imageAlt: "Margherita Pizza", authorName: "Camiano Chef", authorAvatar: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", date: "Fresh Daily" + } + ]; + + return ( + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From 3e654a55ff5fa22ceab094e32d01689fa2ec76c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:29:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b04dca..c08fe0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() {