From 136a55ff696b8a304ed6a297f0c574e2a661e4d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:07:45 +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 48c40a2..a751ec3 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." + 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: "Static Ad Production", description: "High-volume, fast-turnaround creatives. Dozens of variations weekly." + title: "Static Ad Production", description: "High-volume, fast-turnaround creatives. Dozens of variations weekly.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Ad production process" }, { - title: "Testing Systems", description: "Frameworks to scale winners. We optimize for ROAS, not just clicks." + title: "Testing Systems", description: "Frameworks to scale winners. We optimize for ROAS, not just clicks.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Testing and optimization framework" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1