From d399b99b4b7fa9f42ee0326fe689ce6a7d4bdf77 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 12:58:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 351 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53f6175..ef27ad9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,121 +33,44 @@ export default function LandingPage() {
@@ -171,39 +94,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Revenue Engineering", - author: "Strategy Team", - description: "Custom revenue modeling to maximize every touchpoint.", - tags: [ - "Revenue", - "Strategy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-virtual-application_1134-652.jpg", - }, - { - id: "f2", - title: "Lead Conversion Optimization", - author: "Sales Ops", - description: "High-velocity pipelines that turn cold leads into closed deals.", - tags: [ - "Sales", - "Pipeline", - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-shaking-partnership-meeting_53876-31211.jpg", - }, - { - id: "f3", - title: "Market Penetration Roadmap", - author: "Analytic Hub", - description: "Identify and capture market share through intelligent positioning.", - tags: [ - "Growth", - "Market", - ], - imageSrc: "http://img.b2bpic.net/free-photo/arrow-bouncing-up-off-arrows_23-2148456164.jpg", - }, + { id: "f1", title: "Revenue Engineering", author: "Strategy Team", description: "Custom revenue modeling to maximize every touchpoint.", tags: ["Revenue", "Strategy"], imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-virtual-application_1134-652.jpg" }, + { id: "f2", title: "Lead Conversion Optimization", author: "Sales Ops", description: "High-velocity pipelines that turn cold leads into closed deals.", tags: ["Sales", "Pipeline"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-shaking-partnership-meeting_53876-31211.jpg" }, + { id: "f3", title: "Market Penetration Roadmap", author: "Analytic Hub", description: "Identify and capture market share through intelligent positioning.", tags: ["Growth", "Market"], imageSrc: "http://img.b2bpic.net/free-photo/arrow-bouncing-up-off-arrows_23-2148456164.jpg" }, ]} title="Precision Sales Solutions" description="Empower your organization with tools that drive high-intent engagement." @@ -212,30 +105,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file