From f0bdde01c3070f178d18eb588fdfba5b7706d206 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab73569..505d13b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Brand Strategy & Positioning", description: "Build a distinctive brand identity that stands out in your market with our strategic positioning framework", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Brand strategy visualization" + id: "01", title: "Brand Strategy & Positioning", description: "Build a distinctive brand identity that stands out in your market with our strategic positioning framework", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "Brand strategy visualization" }, { id: "02", title: "Digital & Content Marketing", description: "Create engaging content across all channels that drives traffic, engagement, and conversions", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-man-working-computer_53876-31625.jpg", imageAlt: "Content marketing and social media strategy" @@ -111,7 +111,7 @@ export default function LandingPage() { id: "03", title: "Performance Marketing", description: "Data-driven campaigns optimized for measurable results and maximum ROI on your marketing investment", imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-graphs-digital-tablet-while-planning-with-coworkers-desk-office_662251-126.jpg", imageAlt: "Performance analytics and optimization" }, { - id: "04", title: "Campaign Optimization", description: "Continuous testing and refinement to ensure your campaigns achieve peak performance and adapt to market changes", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Campaign optimization process" + id: "04", title: "Campaign Optimization", description: "Continuous testing and refinement to ensure your campaigns achieve peak performance and adapt to market changes", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2", imageAlt: "Campaign optimization process" } ]} gridVariant="two-columns-alternating-heights" @@ -144,11 +144,11 @@ export default function LandingPage() { }, { id: "3", name: "Emily Watson", handle: "@ewatson", testimonial: "Professional, data-driven, and creative. Layers delivered exceptional results for our product launch across all channels.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Watson, Marketing Director" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Emily Watson, Marketing Director" }, { id: "4", name: "David Kim", handle: "@dkim_co", testimonial: "Working with Layers was a game-changer. Their strategic approach helped us capture market share and build lasting customer relationships.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim, Business Owner" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "David Kim, Business Owner" } ]} animationType="slide-up" -- 2.49.1