Merge version_3 into main #5
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
@@ -57,6 +57,7 @@ export default function Home() {
|
||||
{ icon: Users, label: "Happy Customers", value: "50K+" },
|
||||
{ icon: Globe, label: "Premium Ingredients", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user