2 Commits

Author SHA1 Message Date
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://images.unsplash.com/photo-1499636136210-6f4ee915583e?auto=format&fit=crop&w=800&q=80" },
{ title: "Butterscotch", description: "$3 | Rich, buttery, and soft", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1558961363-fa8fdf82db35?auto=format&fit=crop&w=800&q=80" },
{ title: "Cookie Monster", description: "$3 | Fun, colorful, and delicious", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1590080875515-8a3a8dc5735e?auto=format&fit=crop&w=800&q=80" },
{ title: "Hershey Oreos", description: "$3 | Classic chocolate lovers dream", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1557089706-68d02f5214b4?auto=format&fit=crop&w=800&q=80" },
{ title: "Golden Oreos Red Velvet", description: "$3 | Tangy red velvet with cookies", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1618923850107-d1a234d7a73a?auto=format&fit=crop&w=800&q=80" },
{ title: "Strawberry Crunch", description: "$3 | Fruity, crunchy, and light", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1605698802188-1e2121121f28?auto=format&fit=crop&w=800&q=80" },
{ title: "S'mores", description: "$3 | Toasted marshmallow perfection", href: "#contact", imageSrc: "https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=800&q=80" }
]}
/>
</SectionErrorBoundary>