Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92a1a741cd | |||
| 4402418ae5 | |||
| b9af1cf426 |
@@ -11,7 +11,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Facebook, Instagram, Linkedin, Phone, Sparkles, Target, TrendingUp } from "lucide-react";
|
||||
import { CheckCircle, Facebook, Instagram, Linkedin, Phone, Sparkles, Target, TrendingUp, Zap, Megaphone, BarChart3, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Step One", title: "Target Local Customers", subtitle: "Precision audience targeting using Meta's powerful tools", description: "We identify and reach the exact customers you want to attract using advanced demographic, interest, and behavioral targeting. Your ads appear in front of people in your area who are actively searching for your services or products.", imageSrc: "http://img.b2bpic.net/free-photo/goals-target-network-inspiration-aspiration-vision_53876-26257.jpg", imageAlt: "Targeting local customers with Meta ads"
|
||||
tag: "Step One", title: "Target Local Customers", subtitle: "Precision audience targeting using Meta's powerful tools", description: "We identify and reach the exact customers you want to attract using advanced demographic, interest, and behavioral targeting. Your ads appear in front of people in your area who are actively searching for your services or products.", imageSrc: "http://img.b2bpic.net/free-photo/goals-target-network-inspiration-aspiration-vision_53876-26257.jpg?_wi=1", imageAlt: "Targeting local customers with Meta ads"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step Two", title: "Capture Leads", subtitle: "High-converting forms and landing pages", description: "Interested prospects fill out forms or land on optimized pages designed specifically for conversion. Every interaction is tracked and analyzed so we know exactly what's working and what needs improvement.", imageSrc: "http://img.b2bpic.net/free-vector/laptop-marketing-optimization-background_23-2148009591.jpg", imageAlt: "Lead capture through forms and landing pages"
|
||||
tag: "Step Two", title: "Capture Leads", subtitle: "High-converting forms and landing pages", description: "Interested prospects fill out forms or land on optimized pages designed specifically for conversion. Every interaction is tracked and analyzed so we know exactly what's working and what needs improvement.", imageSrc: "http://img.b2bpic.net/free-vector/laptop-marketing-optimization-background_23-2148009591.jpg?_wi=1", imageAlt: "Lead capture through forms and landing pages"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -111,12 +111,7 @@ export default function LandingPage() {
|
||||
title="Proven Results"
|
||||
description="See the impact of targeted Meta advertising on your lead pipeline"
|
||||
tag="Case Study Example"
|
||||
metrics={[
|
||||
{ id: "1", value: "2,847", description: "Qualified Leads Generated" },
|
||||
{ id: "2", value: "$3.42", description: "Average Cost Per Lead" },
|
||||
{ id: "3", value: "18%", description: "Lead to Customer Conversion Rate" },
|
||||
{ id: "4", value: "$127K", description: "Revenue Generated from Campaigns" },
|
||||
]}
|
||||
metrics={[]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -140,16 +135,16 @@ export default function LandingPage() {
|
||||
description="Comprehensive Meta advertising services designed to grow your local business"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Meta Ad Campaign Setup & Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=6", imageAlt: "Campaign management service"
|
||||
id: "1", name: "Meta Ad Campaign Setup & Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/goals-target-network-inspiration-aspiration-vision_53876-26257.jpg?_wi=2", imageAlt: "Campaign management service"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ad Creative Design & Copywriting", price: "Custom", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=7", imageAlt: "Creative design service"
|
||||
id: "2", name: "Ad Creative Design & Copywriting", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/digital-composition-with-business-person_23-2149165857.jpg", imageAlt: "Creative design service"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lead Generation Funnel Setup", price: "Custom", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=8", imageAlt: "Lead funnel setup"
|
||||
id: "3", name: "Lead Generation Funnel Setup", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/laptop-marketing-optimization-background_23-2148009591.jpg?_wi=2", imageAlt: "Lead funnel setup"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Campaign Optimization & Scaling", price: "Custom", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=9", imageAlt: "Campaign optimization"
|
||||
id: "4", name: "Campaign Optimization & Scaling", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-office_53876-20329.jpg", imageAlt: "Campaign optimization"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user