diff --git a/src/app/page.tsx b/src/app/page.tsx index b0e2a87..6e28309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,37 +31,21 @@ export default function LandingPage() { @@ -70,43 +54,28 @@ export default function LandingPage() {
@@ -115,40 +84,26 @@ export default function LandingPage() { @@ -396,19 +236,13 @@ export default function LandingPage() { metrics={[ { icon: Coffee, - label: "Coffee Varieties", - value: "Espressos, Lattes, Cold Brews", - }, + label: "Coffee Varieties", value: "Espressos, Lattes, Cold Brews"}, { icon: Utensils, - label: "Brunch & Plates", - value: "Shared Dishes, Mains, Desserts", - }, + label: "Brunch & Plates", value: "Shared Dishes, Mains, Desserts"}, { icon: Diamond, - label: "Cocktails & Drinks", - value: "Craft Mixes, Fine Spirits, Wines", - }, + label: "Cocktails & Drinks", value: "Craft Mixes, Fine Spirits, Wines"}, ]} metricsAnimation="slide-up" /> @@ -418,8 +252,7 @@ export default function LandingPage() {