From 2e87d63e31e9f248cee7e829669f733dc37c05af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:08:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a751ec3..42d029d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,13 +93,13 @@ export default function LandingPage() { description="Three pillars of creative excellence for DTC." features={[ { - title: "Creative Strategy", description: "Data-driven briefs that kill on Meta. We reverse-engineer what works.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Creative strategy visualization" + title: "Creative Strategy", description: "Data-driven briefs that kill on Meta. We reverse-engineer what works.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Creative strategy visualization" }, { - title: "Static Ad Production", description: "High-volume, fast-turnaround creatives. Dozens of variations weekly.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Ad production process" + title: "Static Ad Production", description: "High-volume, fast-turnaround creatives. Dozens of variations weekly.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Ad production process" }, { - title: "Testing Systems", description: "Frameworks to scale winners. We optimize for ROAS, not just clicks.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Testing and optimization framework" + title: "Testing Systems", description: "Frameworks to scale winners. We optimize for ROAS, not just clicks.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Testing and optimization framework" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1