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"