diff --git a/app/sustainability/page.tsx b/app/sustainability/page.tsx new file mode 100644 index 000000000..dbe0532cf --- /dev/null +++ b/app/sustainability/page.tsx @@ -0,0 +1,11 @@ +import { SustainabilityInfo } from "components/product/sustainability-info"; + +export default function SustainabilityStatement() { + return ( +
+
+ +
+
+ ) +} \ No newline at end of file