From b4bf2223d433b47ca91b2b54b99cd31ef102bbff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:08:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c125836..3562182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,6 @@ export default function LandingPage() { useInvertedBackground={true} mediaAnimation="slide-up" metricsAnimation="slide-up" - buttons={[ - { text: "View Our Chefs", href: "team" } - ]} /> @@ -98,8 +95,7 @@ export default function LandingPage() { reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Authentic Kobe Beef" }, { - id: "3", brand: "Kurogane", name: "Premium Seafood Medley", price: "¥18,000", rating: 5, - reviewCount: "503", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-meat-tomatoes_23-2147717010.jpg", imageAlt: "Premium Seafood Medley" + id: "3", brand: "Kurogane", name: "Premium Seafood Medley", price: "¥18,000", rating: 5, reviewCount: "503", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-meat-tomatoes_23-2147717010.jpg", imageAlt: "Premium Seafood Medley" } ]} gridVariant="three-columns-all-equal-width"