From a0c751e718a649e22ad31f67e9995fec90c10ef6 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:42:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e9e21..2b03afa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,28 +83,28 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: 1, + id: "1", title: "Advanced Analytics", description: "Real-time insights and comprehensive reporting to drive informed decision-making", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Analytics dashboard" }, { - id: 2, + id: "2", title: "Smart Automation", description: "Streamline repetitive tasks and focus on what matters most to your business", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", imageAlt: "Automation workflow" }, { - id: 3, + id: "3", title: "Enterprise Security", description: "Bank-grade encryption and compliance standards to protect your sensitive data", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg", imageAlt: "Security protection" }, { - id: 4, + id: "4", title: "Team Collaboration", description: "Work together seamlessly with integrated communication and project management tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg", @@ -129,12 +129,12 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: 1, + id: "1", title: "Feature One", description: "Description for feature one" }, { - id: 2, + id: "2", title: "Feature Two", description: "Description for feature two" }