From 18ccda2fe959ef66926a3f8ee8182735384ec2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 12:36:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d40940..a5bb6a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Secure Infrastructure", description: "Enterprise-grade security protecting your data at rest and in transit.", imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg", imageAlt: "Security"}, + title: "Secure Infrastructure", description: "Enterprise-grade security protecting your data at rest and in transit.", imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg", imageAlt: "Security", button: { text: "Learn More", href: "#security" }}, { - title: "Data Insights", description: "Real-time analytics to help you make informed decisions quickly.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Analytics"}, + title: "Data Insights", description: "Real-time analytics to help you make informed decisions quickly.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Analytics", button: { text: "Learn More", href: "#analytics" }}, { - title: "Cloud Accessibility", description: "Scale your operations instantly with our global cloud network.", imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg", imageAlt: "Cloud"}, + title: "Cloud Accessibility", description: "Scale your operations instantly with our global cloud network.", imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg", imageAlt: "Cloud", button: { text: "Learn More", href: "#cloud" }}, ]} title="Why Choose Our Platform" description="Unmatched reliability and performance for your digital needs." @@ -202,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file