Merge version_4 into main #7

Merged
bender merged 7 commits from version_4 into main 2026-02-19 18:21:48 +00:00
7 changed files with 11 additions and 10 deletions

View File

@@ -106,4 +106,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -83,4 +83,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1404,4 +1404,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -85,10 +85,12 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "2.4M", title: "Trees Planted", description: "Seagrass, mangroves, and kelp forests restored worldwide", imageSrc: "https://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg", imageAlt: "growth metrics achievement success"
id: "1", value: "2.4M", title: "Trees Planted", items: ["Seagrass, mangroves, and kelp forests restored worldwide"],
imageSrc: "https://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg", imageAlt: "growth metrics achievement success"
},
{
id: "2", value: "890K", title: "Active Members", description: "People around the world restoring ocean ecosystems", imageSrc: "https://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1689.jpg?_wi=2", imageAlt: "community collaboration team"
id: "2", value: "890K", title: "Active Members", items: ["People around the world restoring ocean ecosystems"],
imageSrc: "https://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1689.jpg?_wi=2", imageAlt: "community collaboration team"
}
]}
tagAnimation="slide-up"
@@ -177,7 +179,6 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>
@@ -243,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -116,4 +116,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -55,4 +55,4 @@ export default function TeamPage() {
</ReactLenis>
</ThemeProvider>
);
}
}