From 5a440be0df4ec8d76093fc525889edde6f91392d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:45:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64e6c03..32eb295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/sushi-set-with-standart-ingridients_140725-4267.jpg" - imageAlt="Fresh sushi platter" - frameStyle="card" mediaAnimation="opacity" containerClassName="max-w-5xl" logoClassName="text-center" @@ -66,11 +63,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "California Roll", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-set-with-pickled-ginger-wasabi-soy-sauce-dark-plate_176474-3465.jpg", imageAlt: "California Roll"}, + id: "1", name: "California Roll", price: "$8.50", imageAlt: "California Roll"}, { - id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fish-sauce-table_140725-953.jpg", imageAlt: "Fresh Sashimi Platter"}, + id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageAlt: "Fresh Sashimi Platter"}, { - id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dinner-plate-white-wasabi-red_1203-4274.jpg", imageAlt: "Nigiri Selection"}, + id: "3", name: "Nigiri Selection", price: "$12.00", imageAlt: "Nigiri Selection"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -103,15 +100,15 @@ export default function LandingPage() {