Merge version_1_1782299311682 into main #1
@@ -12,231 +12,117 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardBrand
|
||||
brand="GROWTH DRIVEN MARKETING"
|
||||
description="Helping businesses scale through data-backed strategies and high-conversion digital marketing solutions."
|
||||
primaryButton={{
|
||||
text: "View Case Studies",
|
||||
href: "#results",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Me",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graph-growth-success-strategy-marketing-computer-concept_53876-47081.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
brand="GROWTH DRIVEN MARKETING"
|
||||
description="Helping businesses scale through data-backed strategies and high-conversion digital marketing solutions."
|
||||
primaryButton={{ text: "View Case Studies", href: "#results" }}
|
||||
secondaryButton={{ text: "Contact Me", href: "#contact" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graph-growth-success-strategy-marketing-computer-concept_53876-47081.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTextSplit
|
||||
title="About My Process"
|
||||
descriptions={[
|
||||
"With over 8 years in the digital marketing space, I specialize in blending creative strategy with rigorous performance analytics to deliver measurable ROI.",
|
||||
"My process starts with deep audience research followed by multi-channel acquisition planning. I believe in transparency, constant iteration, and clear communication with every client.",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="About My Process"
|
||||
descriptions={[
|
||||
"With over 8 years in the digital marketing space, I specialize in blending creative strategy with rigorous performance analytics to deliver measurable ROI.", "My process starts with deep audience research followed by multi-channel acquisition planning. I believe in transparency, constant iteration, and clear communication with every client."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Expertise"
|
||||
title="Core Services"
|
||||
description="I provide comprehensive marketing solutions tailored to your unique growth goals."
|
||||
items={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "SEO Strategy",
|
||||
description: "Dominating search rankings with content and technical optimization.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111399.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Paid Media",
|
||||
description: "Performance-led advertising across all social and search platforms.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-office-multinational-company-showcases-charts-insight-night-forecast-data-display_482257-136491.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Email Growth",
|
||||
description: "Automated sequences that convert leads into lifetime customers.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Conversion Rate",
|
||||
description: "A/B testing and landing page optimization for maximum impact.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Brand Strategy",
|
||||
description: "Defining your unique voice in crowded market landscapes.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Data Analytics",
|
||||
description: "Actionable insights derived from complex campaign performance metrics.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg",
|
||||
},
|
||||
{
|
||||
id: "s7",
|
||||
title: "Marketing Tech",
|
||||
description: "Integrating and optimizing your entire stack for efficiency.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-792.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Expertise"
|
||||
title="Core Services"
|
||||
description="I provide comprehensive marketing solutions tailored to your unique growth goals."
|
||||
items={[
|
||||
{ title: "SEO Strategy", description: "Dominating search rankings with content and technical optimization.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111399.jpg" },
|
||||
{ title: "Paid Media", description: "Performance-led advertising across all social and search platforms.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-office-multinational-company-showcases-charts-insight-night-forecast-data-display_482257-136491.jpg" },
|
||||
{ title: "Email Growth", description: "Automated sequences that convert leads into lifetime customers.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg" },
|
||||
{ title: "Conversion Rate", description: "A/B testing and landing page optimization for maximum impact.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg" },
|
||||
{ title: "Brand Strategy", description: "Defining your unique voice in crowded market landscapes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" },
|
||||
{ title: "Data Analytics", description: "Actionable insights derived from complex campaign performance metrics.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg" },
|
||||
{ title: "Marketing Tech", description: "Integrating and optimizing your entire stack for efficiency.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-792.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="results" data-section="results">
|
||||
<SectionErrorBoundary name="results">
|
||||
<div id="results" data-section="results">
|
||||
<SectionErrorBoundary name="results">
|
||||
<MetricsIconCards
|
||||
tag="Results"
|
||||
title="Proven Success"
|
||||
description="These metrics represent the impact delivered for recent client engagements."
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Average ROAS Increase",
|
||||
value: "3.5x",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "New Leads Monthly",
|
||||
value: "12k+",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Conversion Rate Lift",
|
||||
value: "24%",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Results"
|
||||
title="Proven Success"
|
||||
description="These metrics represent the impact delivered for recent client engagements."
|
||||
metrics={[
|
||||
{ icon: "TrendingUp", title: "Average ROAS Increase", value: "3.5x" },
|
||||
{ icon: "Users", title: "New Leads Monthly", value: "12k+" },
|
||||
{ icon: "Zap", title: "Conversion Rate Lift", value: "24%" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Clients"
|
||||
title="Hear From Partners"
|
||||
description="Stories of growth from the brands I've worked with."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Head of Growth",
|
||||
quote: "The strategy provided completely transformed our customer acquisition costs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-hands-boss-studio_1187-4852.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Miller",
|
||||
role: "Founder",
|
||||
quote: "Truly data-driven marketing. We saw results within the first month of working together.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-910.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Marketing Director",
|
||||
quote: "Professional, insightful, and results-oriented. A perfect partner for our growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thorne",
|
||||
role: "CEO",
|
||||
quote: "Highest standard of work and always on top of the latest platform changes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations Manager",
|
||||
quote: "Clear, concise, and incredibly effective campaign management throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Clients"
|
||||
title="Hear From Partners"
|
||||
description="Stories of growth from the brands I've worked with."
|
||||
testimonials={[
|
||||
{ name: "Sarah Chen", role: "Head of Growth", quote: "The strategy provided completely transformed our customer acquisition costs.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-hands-boss-studio_1187-4852.jpg" },
|
||||
{ name: "David Miller", role: "Founder", quote: "Truly data-driven marketing. We saw results within the first month of working together.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-910.jpg" },
|
||||
{ name: "Elena Rodriguez", role: "Marketing Director", quote: "Professional, insightful, and results-oriented. A perfect partner for our growth.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg" },
|
||||
{ name: "Marcus Thorne", role: "CEO", quote: "Highest standard of work and always on top of the latest platform changes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" },
|
||||
{ name: "Jessica Lee", role: "Operations Manager", quote: "Clear, concise, and incredibly effective campaign management throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted By"
|
||||
title="Selected Client List"
|
||||
description="Collaborated with teams across technology, retail, and finance sectors."
|
||||
names={[
|
||||
"TechCorp",
|
||||
"FinBank",
|
||||
"RetailGiant",
|
||||
"HealthCare Pro",
|
||||
"MediaPulse",
|
||||
"RealEstate Group",
|
||||
"StartupNext",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Trusted By"
|
||||
title="Selected Client List"
|
||||
description="Collaborated with teams across technology, retail, and finance sectors."
|
||||
names={[
|
||||
"TechCorp", "FinBank", "RetailGiant", "HealthCare Pro", "MediaPulse", "RealEstate Group", "StartupNext"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="FAQ"
|
||||
title="Common Questions"
|
||||
description="Here are some of the most common questions clients have when engaging my marketing services."
|
||||
items={[
|
||||
{
|
||||
question: "What is your primary focus area?",
|
||||
answer: "I specialize in growth marketing that bridges the gap between creative storytelling and hard analytics.",
|
||||
},
|
||||
{
|
||||
question: "Do you work with startups or enterprises?",
|
||||
answer: "I scale with your needs, having successfully delivered results for early-stage startups and established enterprise teams.",
|
||||
},
|
||||
{
|
||||
question: "How do we get started?",
|
||||
answer: "We usually start with a discovery audit to align on goals and define key performance metrics for the campaign.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-accountant-struggling-concentrate-work-because-coworker-is-being-too-loud-while-listening-music-employee-irked-by-colleague-making-too-much-noise-pretending-beat-drums_482257-70478.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="FAQ"
|
||||
title="Common Questions"
|
||||
description="Here are some of the most common questions clients have when engaging my marketing services."
|
||||
items={[
|
||||
{ question: "What is your primary focus area?", answer: "I specialize in growth marketing that bridges the gap between creative storytelling and hard analytics." },
|
||||
{ question: "Do you work with startups or enterprises?", answer: "I scale with your needs, having successfully delivered results for early-stage startups and established enterprise teams." },
|
||||
{ question: "How do we get started?", answer: "We usually start with a discovery audit to align on goals and define key performance metrics for the campaign." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-accountant-struggling-concentrate-work-because-coworker-is-being-too-loud-while-listening-music-employee-irked-by-colleague-making-too-much-noise-pretending-beat-drums_482257-70478.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Collaboration"
|
||||
text="Ready to scale your business? Let's discuss your growth objectives."
|
||||
primaryButton={{
|
||||
text: "Book a Discovery Call",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Email Me Directly",
|
||||
href: "mailto:hello@example.com",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Collaboration"
|
||||
text="Ready to scale your business? Let's discuss your growth objectives."
|
||||
primaryButton={{ text: "Book a Discovery Call", href: "#" }}
|
||||
secondaryButton={{ text: "Email Me Directly", href: "mailto:hello@example.com" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user