From c8587b1c31e6ad8c33591ab80f544ae978ea0b5b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:55:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80cdd39..3ae0f56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,6 @@ export default function LandingPage() { ]} autoplayDelay={5000} showDimOverlay={true} - useInvertedBackground={false} /> @@ -126,10 +125,6 @@ export default function LandingPage() { tag="Visit Us" title="Come Hungry. Leave Obsessed." description="Whether it’s your first visit or your fiftieth, Bluebird Diner delivers every time. Plan your visit or view our full menu to get started." - buttons={[ - { text: "View Menu", href: "#product" }, - { text: "Plan Your Visit", href: "#contact" } - ]} imageSrc="https://pixabay.com/get/g14e0c4c38051b314324d7c2e424fbbb4126070027e64418c5df12703607bd57a5ed605687591cf3ce39ed742cab618a54e9ac63bd0b9211621b5062ec07c485e_1280.jpg" imageAlt="Exterior of Bluebird Diner" mediaAnimation="opacity" -- 2.49.1