Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-08 01:05:46 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -63,15 +63,15 @@ export default function LandingPage() {
], ],
stats: [ stats: [
{ {
title: "Premium Quality", values: ["100%", "100%", "100%"], title: "Premium Quality", values: [100, 100, 100],
valueSuffix: "Craft", description: "Small-batch sourced beans" valueSuffix: "Craft", description: "Small-batch sourced beans"
}, },
{ {
title: "Community First", values: ["500+", "650+", "800+"], title: "Community First", values: [500, 650, 800],
description: "Regular visitors monthly" description: "Regular visitors monthly"
}, },
{ {
title: "Local Love", values: ["5★", "5★", "5★"], title: "Local Love", values: [5, 5, 5],
description: "Neighborhood favorite" description: "Neighborhood favorite"
} }
], ],