diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d21be9..724540a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,21 +120,21 @@ export default function LandingPage() { useInvertedBackground="noInvert" features={[ { - id: "1", + id: 1, title: "Carbon Accounting Precision", description: "Automated calculation of Scope 1, 2, and 3 emissions with verified accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704073615-140eun3n.jpg", imageAlt: "Carbon accounting interface" }, { - id: "2", + id: 2, title: "Sustainability Benchmarking", description: "Compare your performance against industry peers and track progress over time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704075057-ywovh1h1.jpg", imageAlt: "Benchmarking dashboard" }, { - id: "3", + id: 3, title: "ESG Compliance Automation", description: "Simplify regulatory compliance with automated reporting for TCFD, GRI, and SASB standards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704076251-88p8egr2.jpg",