|
|
|
|
@@ -8,10 +8,9 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
|
|
|
|
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
|
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
|
|
|
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, Zap, Megaphone, BarChart3, Users } from "lucide-react";
|
|
|
|
|
import { CheckCircle, Facebook, Instagram, Linkedin, Phone, Sparkles, Target, TrendingUp, Zap, Megaphone, BarChart3, Users, Briefcase, Lightbulb, LineChart, Settings } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -21,9 +20,9 @@ export default function LandingPage() {
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
|
background="none"
|
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
|
primaryButtonStyle="double-inset"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="layered"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
>
|
|
|
|
|
@@ -41,33 +40,33 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero" style={{ paddingTop: "6rem" }}>
|
|
|
|
|
<div id="hero" data-section="hero" style={{ marginTop: "5rem" }}>
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
title="I Help Local Businesses Generate New Customers Using Facebook & Instagram Ads"
|
|
|
|
|
description="Tired of guessing where your next customers will come from? I use targeted Meta advertising to bring in qualified leads from people right in your area—people who are actively looking for what you offer."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
buttons={[{ text: "Book a Free Strategy Call", href: "contact" }]}
|
|
|
|
|
buttons={[{ text: "Book Your Free Call Today", href: "contact" }]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=1", imageAlt: "Meta Ads Specialist Strategy"
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=1", imageAlt: "Meta Ads Specialist Strategy"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=2", imageAlt: "Facebook and Instagram Advertising"
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1522869635100-ce3c3b548351?w=800&h=600&fit=crop", imageAlt: "Facebook and Instagram Advertising"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=3", imageAlt: "Lead Generation Campaigns"
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1460925895917-adf4e565db18?w=800&h=600&fit=crop&_wi=1", imageAlt: "Lead Generation Campaigns"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=4", imageAlt: "Local Business Marketing"
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2", imageAlt: "Local Business Marketing"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-corporate-social-media-agency-banner-instagram-post-template_505751-6754.jpg?_wi=5", imageAlt: "Customer Acquisition Strategy"
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1460925895917-adf4e565db18?w=800&h=600&fit=crop&_wi=2", imageAlt: "Customer Acquisition Strategy"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="how-it-works" data-section="how-it-works">
|
|
|
|
|
<div id="how-it-works" data-section="how-it-works" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<FeatureCardNineteen
|
|
|
|
|
title="How It Works"
|
|
|
|
|
description="A simple three-step process to transform your lead generation and grow your business consistently"
|
|
|
|
|
@@ -75,15 +74,15 @@ 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?_wi=1", 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: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_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?_wi=1", 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: "https://images.unsplash.com/photo-1460925895917-adf4e565db18?w=600&h=400&fit=crop", imageAlt: "Lead capture through forms and landing pages"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
tag: "Step Three", title: "Convert to Customers", subtitle: "Nurture leads and close sales", description: "We help you follow up with interested prospects through strategic sequences and nurturing. Track which leads convert into paying customers and understand your true return on ad spend.", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg", imageAlt: "Converting leads into paying customers"
|
|
|
|
|
tag: "Step Three", title: "Convert to Customers", subtitle: "Nurture leads and close sales", description: "We help you follow up with interested prospects through strategic sequences and nurturing. Track which leads convert into paying customers and understand your true return on ad spend.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=2", imageAlt: "Converting leads into paying customers"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -91,7 +90,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="why-me" data-section="why-me">
|
|
|
|
|
<div id="why-me" data-section="why-me" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Why Work With Me"
|
|
|
|
|
tagIcon={Target}
|
|
|
|
|
@@ -99,19 +98,32 @@ export default function LandingPage() {
|
|
|
|
|
description="Local business owners like you deserve more than vanity metrics."
|
|
|
|
|
subdescription="You deserve a partner who is focused on real leads and real customers."
|
|
|
|
|
icon={TrendingUp}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=600&h=400&fit=crop"
|
|
|
|
|
imageAlt="Analytics and performance metrics"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="results" data-section="results">
|
|
|
|
|
<div id="results" data-section="results" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
title="Proven Results"
|
|
|
|
|
description="See the impact of targeted Meta advertising on your lead pipeline"
|
|
|
|
|
tag="Case Study Example"
|
|
|
|
|
metrics={[]}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "3.2x", description: "Average ROI improvement"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "47%", description: "Cost per lead reduction"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "156%", description: "Lead volume increase"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", value: "$2.1M+", description: "Client revenue generated"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -119,32 +131,32 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="case-study" data-section="case-study" style={{ display: "flex", justifyContent: "center", alignItems: "center", padding: "4rem 2rem" }}>
|
|
|
|
|
<div id="case-study" data-section="case-study" style={{ display: "flex", justifyContent: "center", alignItems: "center", padding: "4rem 2rem", marginTop: "2rem" }}>
|
|
|
|
|
<div style={{ maxWidth: "600px", textAlign: "center" }}>
|
|
|
|
|
<img
|
|
|
|
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATbDNX365SKahLSQ2wNTEMmCS1/uploaded-1772620563673-r36bp5b6.png"
|
|
|
|
|
src="https://images.unsplash.com/photo-1460925895917-adf4e565db18?w=600&h=400&fit=crop"
|
|
|
|
|
alt="Case Study"
|
|
|
|
|
style={{ width: "100%", height: "auto", borderRadius: "0.5rem" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<div id="services" data-section="services" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
title="What I Offer"
|
|
|
|
|
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-photo/goals-target-network-inspiration-aspiration-vision_53876-26257.jpg?_wi=2", imageAlt: "Campaign management service"
|
|
|
|
|
id: "1", name: "Meta Ad Campaign Setup & Management", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop&_wi=1", imageAlt: "Campaign management 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: "2", name: "Ad Creative Design & Copywriting", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=400&h=300&fit=crop", imageAlt: "Creative design service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
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: "3", name: "Lead Generation Funnel Setup", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1460925895917-adf4e565db18?w=400&h=300&fit=crop", imageAlt: "Lead funnel setup"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
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"
|
|
|
|
|
id: "4", name: "Campaign Optimization & Scaling", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop&_wi=2", imageAlt: "Campaign optimization"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
|
@@ -154,7 +166,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pilot-campaign" data-section="pilot-campaign">
|
|
|
|
|
<div id="pilot-campaign" data-section="pilot-campaign" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<PricingCardOne
|
|
|
|
|
title="Start Small, Scale Fast"
|
|
|
|
|
description="New clients start with a focused pilot campaign to prove results before committing to larger ad spend"
|
|
|
|
|
@@ -173,7 +185,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<div id="contact" data-section="contact" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<ContactFaq
|
|
|
|
|
ctaTitle="Ready to Generate New Customers?"
|
|
|
|
|
ctaDescription="Book your free 30-minute strategy call. We'll discuss your business goals, current marketing challenges, and exactly how targeted Meta ads can help you attract more qualified leads. Call 078262000531 or email louisevans789@gmail.com"
|
|
|
|
|
@@ -201,7 +213,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<div id="footer" data-section="footer" style={{ marginTop: "4rem" }}>
|
|
|
|
|
<FooterCard
|
|
|
|
|
logoText="Louis Evans"
|
|
|
|
|
copyrightText="© 2025 Louis Evans | Meta Ads Specialist for Local Businesses"
|
|
|
|
|
|