5 Commits

Author SHA1 Message Date
7da78b8f28 Merge version_4_1781990392685 into main
Merge version_4_1781990392685 into main
2026-06-20 21:20:33 +00:00
kudinDmitriyUp
a6002ce7df Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MX 2026-06-20 21:20:27 +00:00
cd837f4ce5 Merge version_3_1781990264746 into main
Merge version_3_1781990264746 into main
2026-06-20 21:18:30 +00:00
kudinDmitriyUp
ff6681f516 Bob AI: Update the menu (product) section to display only the specific cookies provided 2026-06-20 21:18:27 +00:00
c2a2411c08 Merge version_2_1781990146211 into main
Merge version_2_1781990146211 into main
2026-06-20 21:16:53 +00:00

View File

@@ -14,13 +14,13 @@ export default function MenuSection(): React.JSX.Element {
title="Handmade Flavors"
description="Check out our latest cookie lineup."
items={[
{ title: "Snickers", description: "$3 | Gooey caramel and Snickers chunk", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-biscuits-burlap-fabric_23-2148238678.jpg" },
{ title: "Butterscotch", description: "$3 | Rich, buttery, and soft", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-cookies-sweet-inside-grey-surface_140725-115048.jpg" },
{ title: "Cookie Monster", description: "$3 | Fun, colorful, and delicious", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-raspberry-jam-fresh-raspberries_114579-57185.jpg" },
{ title: "Hershey Oreos", description: "$3 | Classic chocolate lovers dream", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/pretzels-with-eyes_23-2147680151.jpg" },
{ title: "Golden Oreos Red Velvet", description: "$3 | Tangy red velvet with cookies", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cookies-different-formed-along-with-pastries-light-desk-cookie-biscuit-sweet-sugar_140725-34204.jpg" },
{ title: "Strawberry Crunch", description: "$3 | Fruity, crunchy, and light", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes_114579-5776.jpg" },
{ title: "S'mores", description: "$3 | Toasted marshmallow perfection", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/assortment-healthy-recipe-with-oranges_23-2148988722.jpg" }
{ title: "Snickers", description: "$3 | Gooey caramel and Snickers chunk", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "Butterscotch", description: "$3 | Rich, buttery, and soft", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "Cookie Monster", description: "$3 | Fun, colorful, and delicious", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "Hershey Oreos", description: "$3 | Classic chocolate lovers dream", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "Golden Oreos Red Velvet", description: "$3 | Tangy red velvet with cookies", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "Strawberry Crunch", description: "$3 | Fruity, crunchy, and light", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" },
{ title: "S'mores", description: "$3 | Toasted marshmallow perfection", href: "#contact", imageSrc: "https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781990391603-51q2xjtc.png" }
]}
/>
</SectionErrorBoundary>