From db966703988b4e371c81370e9226425a57c88e4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:31:23 +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 924087d..19d8ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,19 +81,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Positioning & Differentiation", description: "We uncover your unique value proposition and craft messaging that resonates with your target audience. Clear positioning accelerates everything—from fundraising to customer acquisition.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Positioning & Differentiation" + title: "Positioning & Differentiation", description: "We uncover your unique value proposition and craft messaging that resonates with your target audience. Clear positioning accelerates everything—from fundraising to customer acquisition.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Positioning & Differentiation" }, { id: 2, - title: "Go-to-Market Strategy", description: "Launch with confidence. We develop comprehensive GTM plans that align your product, messaging, pricing, and channels to drive rapid customer adoption and measurable market traction.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Go-to-Market Strategy" + title: "Go-to-Market Strategy", description: "Launch with confidence. We develop comprehensive GTM plans that align your product, messaging, pricing, and channels to drive rapid customer adoption and measurable market traction.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Go-to-Market Strategy" }, { id: 3, - title: "Growth & Performance Marketing", description: "Scale efficiently. Our advisory guidance on demand generation, content strategy, and performance channels helps you acquire customers profitably while optimizing for unit economics.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Growth & Performance Marketing" + title: "Growth & Performance Marketing", description: "Scale efficiently. Our advisory guidance on demand generation, content strategy, and performance channels helps you acquire customers profitably while optimizing for unit economics.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Growth & Performance Marketing" }, { id: 4, - title: "Brand Strategy & Refresh", description: "Evolve with your market. We help established businesses reassess their positioning, refresh visual identity, and align internal teams around a shared brand vision for sustained growth.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Brand Strategy & Refresh" + title: "Brand Strategy & Refresh", description: "Evolve with your market. We help established businesses reassess their positioning, refresh visual identity, and align internal teams around a shared brand vision for sustained growth.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Brand Strategy & Refresh" } ]} animationType="blur-reveal" -- 2.49.1