Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Free Strategy Call", href: "#contact" },
|
||||
{ text: "See How It Works", href: "#how-it-works" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1"
|
||||
imageAlt="Meta ads management dashboard showing real-time campaign analytics and lead tracking"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
{ value: "150+", title: "Active Clients Served" },
|
||||
{ value: "$50M+", title: "Ad Spend Managed" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg?_wi=1"
|
||||
imageAlt="Dedicated Meta ads management team working on campaign optimization"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -96,16 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Discovery & Strategy", description: "We analyze your business, target audience, and competition to build a winning Meta ads strategy customized for your goals.", imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg", imageAlt: "Strategy planning session", buttonIcon: ArrowRight
|
||||
title: "Discovery & Strategy", description: "We analyze your business, target audience, and competition to build a winning Meta ads strategy customized for your goals.", imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg?_wi=2", imageAlt: "Strategy planning session", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Creative & Design", description: "Our designers create scroll-stopping ad creatives optimized for Meta. Unlimited revisions until you're thrilled with the results.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Creative design process", buttonIcon: ArrowRight
|
||||
title: "Creative & Design", description: "Our designers create scroll-stopping ad creatives optimized for Meta. Unlimited revisions until you're thrilled with the results.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2", imageAlt: "Creative design process", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Campaign Launch & Optimization", description: "We set up and launch your campaigns, then continuously optimize for leads, conversions, and cost per acquisition (CPA).", imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg", imageAlt: "Campaign optimization dashboard", buttonIcon: ArrowRight
|
||||
title: "Campaign Launch & Optimization", description: "We set up and launch your campaigns, then continuously optimize for leads, conversions, and cost per acquisition (CPA).", imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg?_wi=3", imageAlt: "Campaign optimization dashboard", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Real-Time Lead Delivery", description: "Leads automatically flow to your CRM or Google Sheets instantly. No manual data entry. Full transparency and reporting access.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "Lead management integration", buttonIcon: ArrowRight
|
||||
title: "Real-Time Lead Delivery", description: "Leads automatically flow to your CRM or Google Sheets instantly. No manual data entry. Full transparency and reporting access.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=3", imageAlt: "Lead management integration", buttonIcon: ArrowRight
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -153,15 +153,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Founder", company: "Skincare Plus Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait entrepreneur"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait entrepreneur"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "CEO", company: "FitGear Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait manager"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business portrait manager"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lisa Rodriguez", role: "Marketing Director", company: "Home Solutions LLC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait executive"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot business portrait executive"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", role: "eCommerce Manager", company: "Tech Accessories Hub", rating: 5,
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Walsh", role: "Founder", company: "Wellness Coaching Pro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait ceo"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional headshot business portrait ceo"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Mitchell", role: "COO", company: "Digital Services Co.", rating: 5,
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=4"
|
||||
imageAlt="Support team answering customer questions"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user