diff --git a/src/app/page.tsx b/src/app/page.tsx index d0ed00e..a8a66c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,11 @@ export default function LandingPage() {
@@ -186,27 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "SEO & SEM Strategy", - description: "On-page/off-page auditing, backlink strategy, and keyword optimization to rank your business on top.", - tag: "Ranking", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-business-notes-notepad-dark-surface-business-job-teamwork-marketing-leadership-plan-strategy-work_179666-19757.jpg?_wi=1", - }, - { - id: "2", - title: "PPC & Ad Campaigns", - description: "Highly targeted Facebook, Instagram, and Google Ads management with precise audience segmentation.", - tag: "Paid Growth", - imageSrc: "http://img.b2bpic.net/free-photo/inbound-marketing-strategy-commerce-solution-concept_53876-120487.jpg?_wi=1", - }, - { - id: "3", - title: "Business Growth", - description: "Full-stack marketing solutions, from landing page design to conversion rate optimization and analytics.", - tag: "Full Cycle", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904313.jpg?_wi=1", - }, + { id: "1", title: "SEO & SEM Strategy", description: "On-page/off-page auditing, backlink strategy, and keyword optimization to rank your business on top.", tag: "Ranking" }, + { id: "2", title: "PPC & Ad Campaigns", description: "Highly targeted Facebook, Instagram, and Google Ads management with precise audience segmentation.", tag: "Paid Growth" }, + { id: "3", title: "Business Growth", description: "Full-stack marketing solutions, from landing page design to conversion rate optimization and analytics.", tag: "Full Cycle" } ]} title="My Core Expertise" description="Comprehensive digital solutions tailored to elevate your brand identity and maximize conversions." @@ -219,62 +87,6 @@ export default function LandingPage() { textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} - products={[ - { - id: "p1", - brand: "E-Commerce", - name: "Brand Growth Campaign (2024)", - price: "3x ROAS", - rating: 5, - reviewCount: "150+ conversions", - imageSrc: "http://img.b2bpic.net/free-photo/employee-holding-laptop-with-business-diagrams-company-office-management-presentation-diagrams-graphs-computer-screen-data-report-research-information-pc-close-up_482257-50104.jpg", - }, - { - id: "p2", - brand: "Local SEO", - name: "SEO Audit Project (2025)", - price: "Page 4 to Page 1", - rating: 5, - reviewCount: "75% traffic increase", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-business-notes-notepad-dark-surface-business-job-teamwork-marketing-leadership-plan-strategy-work_179666-19757.jpg?_wi=2", - }, - { - id: "p3", - brand: "Campaign", - name: "Social Media Growth", - price: "5,000+ Followers", - rating: 5, - reviewCount: "Consistent Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/inbound-marketing-strategy-commerce-solution-concept_53876-120487.jpg?_wi=2", - }, - { - id: "p4", - brand: "Digital", - name: "Mailchimp Email Seq", - price: "32% Open Rate", - rating: 5, - reviewCount: "Automated Flow", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904313.jpg?_wi=2", - }, - { - id: "p5", - brand: "Tech", - name: "Landing Page UX", - price: "Lower Bounce", - rating: 5, - reviewCount: "Speed Optimized", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-16001.jpg?_wi=2", - }, - { - id: "p6", - brand: "SEO", - name: "Backlink Strategy", - price: "Domain Authority+", - rating: 5, - reviewCount: "Full Audit", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-business-notes-notepad-dark-surface-business-job-teamwork-marketing-leadership-plan-strategy-work_179666-19757.jpg?_wi=3", - }, - ]} title="Key Client Successes" description="Measurable results delivered through data-driven campaigns and strategic implementation." /> @@ -283,9 +95,7 @@ export default function LandingPage() {