Update src/app/page.tsx
This commit is contained in:
@@ -90,15 +90,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Meta Ads", description: "Campaign architecture, creative testing, audience optimization. Scaled from $0 to $5M+ spend.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-fluid-technology-facebook-post_23-2149172002.jpg", imageAlt: "Meta advertising interface"
|
||||
title: "Meta Ads", description: "Campaign architecture, creative testing, audience optimization. Scaled from $0 to $5M+ spend.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-fluid-technology-facebook-post_23-2149172002.jpg?_wi=1", imageAlt: "Meta advertising interface"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Creative Strategy", description: "Concept ideation, script planning, production direction. 40–60 variations tested monthly.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Creative performance metrics"
|
||||
title: "Creative Strategy", description: "Concept ideation, script planning, production direction. 40–60 variations tested monthly.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=1", imageAlt: "Creative performance metrics"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Performance Optimization", description: "ROAS tracking, margin analysis, spend reallocation. Data-driven decisions, no guessing.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Performance optimization dashboard"
|
||||
title: "Performance Optimization", description: "ROAS tracking, margin analysis, spend reallocation. Data-driven decisions, no guessing.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=2", imageAlt: "Performance optimization dashboard"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -121,23 +121,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Research", description: "Competitive analysis, trend monitoring, audience insights. Monday briefing.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Research phase"
|
||||
title: "Research", description: "Competitive analysis, trend monitoring, audience insights. Monday briefing.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=3", imageAlt: "Research phase"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Creative", description: "Concept development, asset production, variation creation. Tuesday–Wednesday sprint.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-fluid-technology-facebook-post_23-2149172002.jpg", imageAlt: "Creative development"
|
||||
title: "Creative", description: "Concept development, asset production, variation creation. Tuesday–Wednesday sprint.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-fluid-technology-facebook-post_23-2149172002.jpg?_wi=2", imageAlt: "Creative development"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Launch", description: "Campaign setup, A/B testing, bid optimization. Thursday deployment.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Campaign launch"
|
||||
title: "Launch", description: "Campaign setup, A/B testing, bid optimization. Thursday deployment.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=4", imageAlt: "Campaign launch"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Report", description: "Performance review, ROI analysis, margin tracking. Friday deep-dive.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Performance reporting"
|
||||
title: "Report", description: "Performance review, ROI analysis, margin tracking. Friday deep-dive.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=5", imageAlt: "Performance reporting"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Communicate", description: "Weekly sync, action items, next-week strategy. Friday close-out.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg", imageAlt: "Communication sync"
|
||||
title: "Communicate", description: "Weekly sync, action items, next-week strategy. Friday close-out.", imageSrc: "http://img.b2bpic.net/free-vector/line-graph-with-line-graph-that-says-number-s_698780-1079.jpg?_wi=6", imageAlt: "Communication sync"
|
||||
}
|
||||
]}
|
||||
className="py-24"
|
||||
|
||||
Reference in New Issue
Block a user