From f38ca9000ef9fa52857dc547fc7ab7dce7d51d34 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:45:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b03afa..052a673 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: "01", 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: "02", 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: "03", 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: "04", 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", @@ -122,27 +122,58 @@ export default function LandingPage() {
-