Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
||||
tagIcon={ChefHat}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Pan-Seared Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg", imageAlt: "Pan-seared salmon with seasonal vegetables" },
|
||||
{ id: "1", name: "Pan-Seared Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg?_wi=1", imageAlt: "Pan-seared salmon with seasonal vegetables" },
|
||||
{ id: "2", name: "Herb Crusted Lamb", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/various-food-table_140725-4310.jpg", imageAlt: "Herb crusted lamb with wild mushrooms" },
|
||||
{ id: "3", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg", imageAlt: "Creamy truffle risotto with parmesan" }
|
||||
{ id: "3", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg?_wi=2", imageAlt: "Creamy truffle risotto with parmesan" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user