diff --git a/src/app/page.tsx b/src/app/page.tsx index 67509ca..0d016ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -120,7 +120,7 @@ export default function LandingPage() { ] }, { - title: "Our Commitments", description: "Every purchase supports eco-conscious production practices.", bentoComponent: "3d-task-list", title: "Sustainability Goals", items: [ + title: "Our Commitments", description: "Every purchase supports eco-conscious production practices.", bentoComponent: "3d-task-list", items: [ { icon: Leaf, label: "Eco Materials", time: "100%" }, { icon: Recycle, label: "Recycling Program", time: "Active" }, { icon: TrendingUp, label: "Carbon Neutral", time: "2025" }