diff --git a/src/app/page.tsx b/src/app/page.tsx index a2d661d..c304e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars"}} title="A Taste of the Mountains" + titleClassName="text-6xl md:text-8xl" description="Established in the heart of Burney, serving classic comfort food with a mountain-town twist. Dine-in or drive-through." kpis={[ { @@ -139,8 +140,6 @@ export default function LandingPage() { id: "f1", title: "Drive-Through", subtitle: "Grab a quick meal on your way through town.", category: "Service", value: "Fast"}, { id: "f2", title: "Dine-In", subtitle: "Enjoy a comfortable mountain-style diner atmosphere.", category: "Service", value: "Cozy"}, - { - id: "f3", title: "Delivery", subtitle: "We bring your favorite burgers directly to you.", category: "Service", value: "Convenient"}, ]} title="Diner Highlights" description="Experience fast and friendly service at our mountain-town classic." @@ -189,8 +188,6 @@ export default function LandingPage() {