From 92229beaca8237613b7a879223cdc252b3973b13 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:53:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1a0add..cf02921 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,6 @@ export default function LandingPage() { logoText="The Igloo" description="Small-batch ice cream crafted daily in Chambersburg since the 1950s." buttons={[ - { - text: "View Today’s Flavors", href: "#product"}, { text: "Visit Us Today", href: "#contact"}, ]} @@ -251,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file