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"