Update src/app/page.tsx

This commit is contained in:
2026-01-06 11:40:16 +00:00
parent e54c8a5100
commit 8d7b3d408a

View File

@@ -83,28 +83,28 @@ export default function LandingPage() {
tagIcon={CheckCircle}
features={[
{
id: "01",
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: "02",
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: "03",
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: "04",
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: "01",
id: 1,
title: "Feature One",
description: "Description for feature one"
},
{
id: "02",
id: 2,
title: "Feature Two",
description: "Description for feature two"
}