From 2ffcfcd4ec13e2814f1facbd3ca8288ba6c43e33 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 01:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5681e37..81f791e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { description="Classic pub food done right. Where every dish is a statement and every drink hits the spot." background={{ variant: "radial-gradient" }} buttons={[ - { text: "View Menu", href: "featured-dishes" }, - { text: "Visit Us", href: "footer" }, + { text: "View Menu", href: "#featured-dishes" }, + { text: "Visit Us", href: "#footer" }, ]} mediaItems={[ { @@ -77,7 +77,7 @@ export default function LandingPage() { className="py-16 md:py-24 bg-card text-foreground" titleClassName="text-4xl md:text-6xl font-extrabold text-center max-w-4xl mx-auto" metricsContainerClassName="mt-12 grid grid-cols-1 md:grid-cols-3 gap-8" - metricCardClassName="p-6 md:p-8 rounded-lg shadow-lg flex flex-col items-center justify-center text-center bg-background" + metricCardClassName="p-6 md:p-8 rounded-lg shadow-lg flex flex-col items-center justify-center text-center bg-card-inverted" metricIconClassName="mb-4 text-primary-cta text-5xl" metricLabelClassName="text-lg font-semibold text-foreground opacity-80" metricValueClassName="text-6xl font-extrabold text-primary-cta"