diff --git a/src/pages/SustainabilityPage.tsx b/src/pages/SustainabilityPage.tsx
index a7c8684..4a255e1 100644
--- a/src/pages/SustainabilityPage.tsx
+++ b/src/pages/SustainabilityPage.tsx
@@ -6,59 +6,43 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function SustainabilityPage() {
return (
<>
-
-
+
+ tag="Environment"
+ title="Luxury should leave a lasting impression. Not a lasting footprint."
+ description="We are stewards of the land, utilizing only the finest renewable fibers."
+ items={[
+ {
+ icon: "CheckCircle", title: "Zero Waste", description: "Circular lifecycle."},
+ {
+ icon: "Zap", title: "Low Impact", description: "Solar-powered looms."},
+ {
+ icon: "Star", title: "Natural Origin", description: "Pure fibers only."},
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-natural-woven-fabric-texture_84443-73742.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Values"
+ title="Our Circular Path"
+ description="A roadmap to zero-impact manufacturing."
+ features={[
+ {
+ title: "Water Neutrality", description: "Closed-loop system usage.", bentoComponent: "info-card-marquee", infoCards: [
+ {
+ icon: Droplet,
+ label: "Water Savings", value: "90%"},
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-display-black-ceramic-vases_23-2151984822.jpg", imageAlt: "architectural stone wall texture luxury interior"},
+ ]}
+ />
+
+
>
);
}