Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:08:52 +00:00
parent 136a55ff69
commit 2e87d63e31

View File

@@ -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"