From 77ac7ca89624d90c452c299fd5befe16a34cbfce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:11:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 339 +++++++++++------------------------------------ 1 file changed, 79 insertions(+), 260 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2d03a7..8b3fbfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -217,35 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "SEO Growth Engine", - description: "Technical SEO, keyword research, content strategy, on-page optimization, and ranking improvement powered by AI algorithms.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-pink-magnifying-glass-checklist_107791-15682.jpg", - imageAlt: "SEO Growth Engine Icon", - }, + title: "SEO Growth Engine", description: "Technical SEO, keyword research, content strategy, on-page optimization, and ranking improvement powered by AI algorithms.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-pink-magnifying-glass-checklist_107791-15682.jpg", imageAlt: "SEO Growth Engine Icon"}, { - title: "Performance Marketing", - description: "Google Ads, Meta Ads, conversion tracking, audience targeting, and ROAS optimization with intelligent budget allocation.", - imageSrc: "http://img.b2bpic.net/free-vector/digital-planning-elements-collectio_23-2147960574.jpg", - imageAlt: "Performance Marketing Icon", - }, + title: "Performance Marketing", description: "Google Ads, Meta Ads, conversion tracking, audience targeting, and ROAS optimization with intelligent budget allocation.", imageSrc: "http://img.b2bpic.net/free-vector/digital-planning-elements-collectio_23-2147960574.jpg", imageAlt: "Performance Marketing Icon"}, { - title: "AI Content Marketing", - description: "Blogs, website content, landing pages, email campaigns, and social media content crafted and optimized by AI.", - imageSrc: "http://img.b2bpic.net/free-vector/linear-online-education-elements_1257-361.jpg", - imageAlt: "AI Content Marketing Icon", - }, + title: "AI Content Marketing", description: "Blogs, website content, landing pages, email campaigns, and social media content crafted and optimized by AI.", imageSrc: "http://img.b2bpic.net/free-vector/linear-online-education-elements_1257-361.jpg", imageAlt: "AI Content Marketing Icon"}, { - title: "Marketing Automation", - description: "CRM workflows, lead nurturing, automated follow-ups, and customer journey automation for seamless operations.", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-95318.jpg", - imageAlt: "Marketing Automation Icon", - }, + title: "Marketing Automation", description: "CRM workflows, lead nurturing, automated follow-ups, and customer journey automation for seamless operations.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-95318.jpg", imageAlt: "Marketing Automation Icon"}, { - title: "Analytics & Reporting", - description: "Real-time dashboards, performance monitoring, and actionable business insights to drive data-driven decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg", - imageAlt: "Analytics & Reporting Icon", - }, + title: "Analytics & Reporting", description: "Real-time dashboards, performance monitoring, and actionable business insights to drive data-driven decisions.", imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg", imageAlt: "Analytics & Reporting Icon"}, ]} title="Our AI-Powered Services" description="GrowthOS AI offers a comprehensive suite of digital marketing services, enhanced by artificial intelligence to deliver superior results and continuous optimization. We empower your business to thrive in the digital landscape." @@ -256,75 +165,34 @@ export default function LandingPage() {