Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-08 08:02:17 +00:00

View File

@@ -137,9 +137,9 @@ export default function WebAgency2Page() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "waste", value: "85%", title: "Less Waste", description: "Through our circular design methods", icon: Award },
{ id: "materials", value: "100%", title: "Natural", description: "Certified organic or recycled materials", icon: Users },
{ id: "carbon", value: "40%", title: "Carbon Cut", description: "Lowered footprint in supply chain", icon: TrendingUp },
{ id: "waste", value: "85%", title: "Less Waste", description: "Enjoy longer-lasting pieces while reducing environmental impact", icon: Award },
{ id: "materials", value: "100%", title: "Natural", description: "Certified organic or recycled materials ensuring skin-safe comfort", icon: Users },
{ id: "carbon", value: "40%", title: "Carbon Cut", description: "Significantly lower your personal carbon footprint with every purchase", icon: TrendingUp },
]}
/>
<TeamCardFive
@@ -207,4 +207,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}