From bca8fab921a40efcd7f43162b1ec981ef35960ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:05:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3644a78..55bdb56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,45 +48,22 @@ export default function LandingPage() {
@@ -106,14 +73,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "Alpha Construction", - "Pixel eCommerce", - "HomeFix Services", - "GreenLand Landscaping", - "TechScale Labs", - "Vertex Roofing", - "Global Logistics", - ]} + "Alpha Construction", "Pixel eCommerce", "HomeFix Services", "GreenLand Landscaping", "TechScale Labs", "Vertex Roofing", "Global Logistics"]} title="Trusted by Growing Brands" description="We partner with businesses committed to predictable, scalable growth." /> @@ -126,49 +86,21 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Google Ads Management", - author: "High ROI focus", - description: "Precision targeting with search, display, and retargeting that puts your offer in front of ready-to-buy customers.", - tags: [ - "PPC", - "ROI", - ], - imageSrc: "http://img.b2bpic.net/free-photo/african-american-freelancer-working-from-home-using-financial-graphs_482257-119054.jpg?_wi=2", - }, + id: "f1", title: "Google Ads Management", author: "High ROI focus", description: "Precision targeting with search, display, and retargeting that puts your offer in front of ready-to-buy customers.", tags: [ + "PPC", "ROI"], + imageSrc: "http://img.b2bpic.net/free-photo/african-american-freelancer-working-from-home-using-financial-graphs_482257-119054.jpg"}, { - id: "f2", - title: "Local SEO & GBP Optimization", - author: "Map dominance", - description: "Dominate local searches and capture high-intent traffic by ranking at the top of Google Maps.", - tags: [ - "SEO", - "Local", - ], - imageSrc: "http://img.b2bpic.net/free-photo/target-with-arrow-3d-design-sport-game-business-design_460848-10716.jpg?_wi=1", - }, + id: "f2", title: "Local SEO & GBP Optimization", author: "Map dominance", description: "Dominate local searches and capture high-intent traffic by ranking at the top of Google Maps.", tags: [ + "SEO", "Local"], + imageSrc: "http://img.b2bpic.net/free-photo/target-with-arrow-3d-design-sport-game-business-design_460848-10716.jpg"}, { - id: "f3", - title: "Social Media Paid Ads", - author: "Scalable growth", - description: "Creative ad campaigns on Instagram and Facebook that build brand presence and generate consistent leads.", - tags: [ - "Social", - "Paid", - ], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-employee-sending-text-messages-smartphone-work-chatting-social-media-coworking-space-sitting-workplace-desk-office-worker-chatting-telephone-typing-cellphone_482257-51244.jpg?_wi=2", - }, + id: "f3", title: "Social Media Paid Ads", author: "Scalable growth", description: "Creative ad campaigns on Instagram and Facebook that build brand presence and generate consistent leads.", tags: [ + "Social", "Paid"], + imageSrc: "http://img.b2bpic.net/free-photo/smiling-employee-sending-text-messages-smartphone-work-chatting-social-media-coworking-space-sitting-workplace-desk-office-worker-chatting-telephone-typing-cellphone_482257-51244.jpg"}, { - id: "f4", - title: "Conversion Strategy", - author: "Max conversions", - description: "Optimizing funnels and landing pages to ensure every click you pay for works harder for your bottom line.", - tags: [ - "Funnel", - "CRO", - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151152359.jpg?_wi=1", - }, + id: "f4", title: "Conversion Strategy", author: "Max conversions", description: "Optimizing funnels and landing pages to ensure every click you pay for works harder for your bottom line.", tags: [ + "Funnel", "CRO"], + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151152359.jpg"}, ]} title="Data-Driven Marketing Solutions" description="Strategies designed to convert traffic into revenue." @@ -177,30 +109,16 @@ export default function LandingPage() {
@@ -298,37 +189,23 @@ export default function LandingPage() { logoText="ScaleWithKorede" columns={[ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { - label: "Google Ads", - href: "#services", - }, + label: "Google Ads", href: "#services"}, { - label: "Local SEO", - href: "#services", - }, + label: "Local SEO", href: "#services"}, { - label: "Social Media", - href: "#services", - }, + label: "Social Media", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Results", - href: "#results", - }, + label: "Results", href: "#results"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1