Update src/app/page.tsx

This commit is contained in:
2026-02-23 01:11:12 +00:00
parent 4ddbc1c2ef
commit 2ffcfcd4ec

View File

@@ -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"