Compare commits
5 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7da78b8f28 | |||
|
|
a6002ce7df | ||
| cd837f4ce5 | |||
|
|
ff6681f516 | ||
| c2a2411c08 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user