From 12a1ce5a359c4dcae7cb8f3ca37305b12efb10bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 05:23:04 +0000 Subject: [PATCH] Update src/pages/SustainabilityPage.tsx --- src/pages/SustainabilityPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SustainabilityPage.tsx b/src/pages/SustainabilityPage.tsx index 5a114f2..70590e6 100644 --- a/src/pages/SustainabilityPage.tsx +++ b/src/pages/SustainabilityPage.tsx @@ -1,6 +1,6 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import FeaturesBento from '@/components/sections/features/FeaturesBento'; -import { CheckCircle, Droplet, Star, Zap } from "lucide-react"; +import { Droplet } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function SustainabilityPage() {