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() {