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
@@ -97,13 +97,13 @@ export default function SavoriasLanding() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pan-Seared Scallops", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "Pan-seared scallops with seasonal vegetables"
|
||||
id: "1", name: "Pan-Seared Scallops", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg?_wi=1", imageAlt: "Pan-seared scallops with seasonal vegetables"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Grilled Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "Herb-grilled salmon fillet"
|
||||
id: "2", name: "Grilled Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg?_wi=2", imageAlt: "Herb-grilled salmon fillet"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Truffle Risotto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "Creamy truffle risotto with parmesan"
|
||||
id: "3", name: "Truffle Risotto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg?_wi=3", imageAlt: "Creamy truffle risotto with parmesan"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user