diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 740ecd3..b1eceb6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -106,4 +106,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index aa988c4..aac3b95 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -83,4 +83,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4dc91f..3e657fe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1404,4 +1404,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b25c46..6775d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -243,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index b92bf8e..ae3730e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 80b64a7..77395a9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -116,4 +116,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index b53d256..1dffc02 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -55,4 +55,4 @@ export default function TeamPage() { ); -} +} \ No newline at end of file