Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:36:45 +00:00
parent 9326ecf881
commit 18ccda2fe9

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}