From 6eaa2965ffeb0a5fd648941841539cc1f3cd2443 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:50:59 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 99 ++++++------------------------------------ 1 file changed, 13 insertions(+), 86 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1da1a80..f2c06ae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,28 +26,14 @@ export default function LandingPage() { @@ -56,21 +42,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Story" metrics={[ - { - icon: Coffee, - label: "Coffee Varieties", - value: "20+", - }, - { - icon: Users, - label: "Happy Customers", - value: "15k+", - }, - { - icon: Award, - label: "Local Awards", - value: "5", - }, + { icon: Coffee, label: "Coffee Varieties", value: "20+" }, + { icon: Users, label: "Happy Customers", value: "15k+" }, + { icon: Award, label: "Local Awards", value: "5" }, ]} metricsAnimation="slide-up" /> @@ -80,10 +54,7 @@ export default function LandingPage() { @@ -91,53 +62,9 @@ export default function LandingPage() {