diff --git a/src/app/page.tsx b/src/app/page.tsx index 313e250..71a988a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -172,27 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Automated Income Tracking", - description: "Monitor your $300/day progress in real-time with our advanced metrics dashboard.", - tag: "Automation", - imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=2", - }, - { - id: "2", - title: "AI Opportunity Finder", - description: "Let our intelligence scan global markets to identify where your next dollar is coming from.", - tag: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-connecting-lines-dots_1048-5766.jpg?_wi=2", - }, - { - id: "3", - title: "Workflow Optimization", - description: "Eliminate busy work and focus only on the high-ROI tasks that keep the daily balance growing.", - tag: "Efficiency", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg?_wi=2", - }, + { id: "1", title: "Automated Income Tracking", description: "Monitor your $300/day progress in real-time with our advanced metrics dashboard.", tag: "Automation", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg" }, + { id: "2", title: "AI Opportunity Finder", description: "Let our intelligence scan global markets to identify where your next dollar is coming from.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-connecting-lines-dots_1048-5766.jpg" }, + { id: "3", title: "Workflow Optimization", description: "Eliminate busy work and focus only on the high-ROI tasks that keep the daily balance growing.", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg" }, ]} title="Key Features for Success" description="Powerful capabilities to help you reach your daily income goals." @@ -203,28 +101,11 @@ export default function LandingPage() {