From 2360c645a118e8e52cdcf23bc1d6556d2efb8940 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:35:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2df121d..32b80e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -116,26 +82,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Strategic Content", - description: "Story-driven assets designed to convert audience interest into customer action.", - tag: "Content", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg?_wi=2", - }, + id: "1", title: "Strategic Content", description: "Story-driven assets designed to convert audience interest into customer action.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg"}, { - id: "2", - title: "Viral Growth", - description: "High-impact social amplification techniques that expand your brand footprint.", - tag: "Growth", - imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg?_wi=2", - }, + id: "2", title: "Viral Growth", description: "High-impact social amplification techniques that expand your brand footprint.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg"}, { - id: "3", - title: "AI Analytics", - description: "Precision performance tracking that informs every decision for maximum ROI.", - tag: "Data", - imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg?_wi=2", - }, + id: "3", title: "AI Analytics", description: "Precision performance tracking that informs every decision for maximum ROI.", tag: "Data", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"}, ]} title="Our Expert Services" description="Comprehensive marketing solutions tailored to dominate digital landscapes." @@ -150,45 +101,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex Rivet", - role: "CEO", - company: "NovaTech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", - }, + id: "1", name: "Alex Rivet", role: "CEO", company: "NovaTech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg"}, { - id: "2", - name: "Sarah Chen", - role: "CMO", - company: "LuxeLife", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg", - }, + id: "2", name: "Sarah Chen", role: "CMO", company: "LuxeLife", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"}, { - id: "3", - name: "Mark Vane", - role: "Director", - company: "PeakPerform", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5364.jpg", - }, + id: "3", name: "Mark Vane", role: "Director", company: "PeakPerform", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5364.jpg"}, { - id: "4", - name: "Elena Ross", - role: "Founder", - company: "FluxDigital", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", - }, + id: "4", name: "Elena Ross", role: "Founder", company: "FluxDigital", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg"}, { - id: "5", - name: "David Kim", - role: "Head of Growth", - company: "ApexBrands", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-black-white-side-view_23-2149411415.jpg", - }, + id: "5", name: "David Kim", role: "Head of Growth", company: "ApexBrands", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-posing-black-white-side-view_23-2149411415.jpg"}, ]} title="Success Stories" description="What our clients say about our impact." @@ -199,16 +125,13 @@ export default function LandingPage() {
@@ -217,13 +140,9 @@ export default function LandingPage() { -- 2.49.1