3 Commits

Author SHA1 Message Date
649282d47f Merge version_3 into main
Merge version_3 into main
2026-04-08 08:03:58 +00:00
cde5effe01 Update src/app/page.tsx 2026-04-08 08:03:55 +00:00
67b0653a54 Merge version_2 into main
Merge version_2 into main
2026-04-08 08:02:17 +00:00

View File

@@ -139,7 +139,7 @@ export default function WebAgency2Page() {
metrics={[ metrics={[
{ id: "waste", value: "85%", title: "Less Waste", description: "Enjoy longer-lasting pieces while reducing environmental impact", icon: Award }, { 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: "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 }, { id: "carbon", value: "40%", title: "Carbon Cut", description: "We offset our carbon footprint by 40% through local manufacturing and eco-friendly logistics.", icon: TrendingUp },
]} ]}
/> />
<TeamCardFive <TeamCardFive
@@ -207,4 +207,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }