From fd6127310081abed7bf64907b43c042fdded00f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 07:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++------------------------------------- 1 file changed, 41 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5caf6ba..f570f89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,74 +31,43 @@ export default function LandingPage() {
@@ -110,28 +79,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Secure Encryption", - description: "Banking-grade security to keep your account safe.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/securing-digital-data-conceptualizing-cybersecurity_23-2151998495.jpg", - imageAlt: "security icon digital", + title: "Secure Encryption", description: "Banking-grade security to keep your account safe.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Gradual Delivery", - description: "Real-time drip feeding to mimic natural growth behavior.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-finance-digital-market-graph-user-interface-with-diagram-technology-hud-graphic-concept_90220-1365.jpg?_wi=2", - imageAlt: "security icon digital", + title: "Gradual Delivery", description: "Real-time drip feeding to mimic natural growth behavior.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Global Reach", - description: "Authentic engagement from international accounts.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", - imageAlt: "security icon digital", + title: "Global Reach", description: "Authentic engagement from international accounts.", bentoComponent: "reveal-icon", icon: Globe, }, ]} title="Engineered for Authenticity" @@ -141,64 +95,29 @@ export default function LandingPage() {
@@ -300,13 +182,9 @@ export default function LandingPage() { -- 2.49.1