diff --git a/src/app/page.tsx b/src/app/page.tsx index ab38db7..d2b8b21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,6 @@ import { Wind, Flame, Beaker, - Pot, Thermometer, Airplay, Users, @@ -87,15 +86,15 @@ export default function LandingPage() { ], stats: [ { - title: "Since", values: ["2015"], + title: "Since", values: [2015], description: "Serving coffee with passion" }, { - title: "Beans", values: ["48"], + title: "Beans", values: [48], valueSuffix: "+", description: "Specialty varieties sourced globally" }, { - title: "Community", values: ["5000"], + title: "Community", values: [5000], description: "Coffee lovers & regular guests" } ], @@ -166,7 +165,7 @@ export default function LandingPage() { { name: "Aeropress", icon: Wind }, { name: "French Press", icon: Flame }, { name: "Chemex", icon: Beaker }, - { name: "Turkish", icon: Pot }, + { name: "Turkish", icon: Thermometer }, { name: "Cold Brew", icon: Thermometer }, { name: "Nitro", icon: Airplay } ]