Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 14:24:46 +00:00
2 changed files with 1370 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"