Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d14f6710e |
@@ -66,7 +66,8 @@ export default function LandingPage() {
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", alt: "Digital marketing consultant"
|
||||
},
|
||||
{
|
||||
type: "text", content: "digital marketing consultant with 8+ years of experience helping B2B and B2C brands scale their revenue through strategic campaigns."
|
||||
type: "text", content:
|
||||
"digital marketing consultant with 8+ years of experience helping B2B and B2C brands scale their revenue through strategic campaigns."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -112,13 +113,16 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "E-Commerce Brand - 250% Revenue Growth", price: "6 Months", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "E-commerce case study results"
|
||||
id: "1", name: "E-Commerce Brand - 250% Revenue Growth", price: "6 Months", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "E-commerce case study results"
|
||||
},
|
||||
{
|
||||
id: "2", name: "SaaS Company - 180% Lead Increase", price: "4 Months", imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-148021.jpg", imageAlt: "SaaS marketing case study"
|
||||
id: "2", name: "SaaS Company - 180% Lead Increase", price: "4 Months", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-148021.jpg", imageAlt: "SaaS marketing case study"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Service Business - 320% ROI on Ads", price: "3 Months", imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-funnel_23-2148021286.jpg", imageAlt: "Service business case study"
|
||||
id: "3", name: "Service Business - 320% ROI on Ads", price: "3 Months", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/marketing-conversion-funnel_23-2148021286.jpg", imageAlt: "Service business case study"
|
||||
},
|
||||
]}
|
||||
title="Featured Case Studies"
|
||||
@@ -134,16 +138,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Founder & CEO, CloudTech Solutions", testimonial: "Working with this consultant transformed our marketing strategy. In just 6 months, we went from 50 leads per month to over 500. The expertise and strategic approach were exactly what we needed to scale.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
id: "1", name: "Sarah Chen", role: "Founder & CEO, CloudTech Solutions", testimonial:
|
||||
"Working with this consultant transformed our marketing strategy. In just 6 months, we went from 50 leads per month to over 500. The expertise and strategic approach were exactly what we needed to scale.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", role: "VP of Marketing, Growth Inc", testimonial: "Exceptional strategic thinking combined with flawless execution. This consultant helped us optimize our funnel and increased conversions by 180%. Highly recommended for any B2B company looking to grow.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez"
|
||||
id: "2", name: "Marcus Rodriguez", role: "VP of Marketing, Growth Inc", testimonial:
|
||||
"Exceptional strategic thinking combined with flawless execution. This consultant helped us optimize our funnel and increased conversions by 180%. Highly recommended for any B2B company looking to grow.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Liu", role: "E-Commerce Director, RetailHub", testimonial: "The data-driven approach and deep understanding of digital channels was invaluable. Our marketing ROI improved dramatically, and the team learned so much from the consulting process.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=2", imageAlt: "Jessica Liu"
|
||||
id: "3", name: "Jessica Liu", role: "E-Commerce Director, RetailHub", testimonial:
|
||||
"The data-driven approach and deep understanding of digital channels was invaluable. Our marketing ROI improved dramatically, and the team learned so much from the consulting process.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=2", imageAlt: "Jessica Liu"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Business Owner, Creative Agency Partners", testimonial: "This is the kind of marketing consultant every business needs. Results-oriented, strategic, and genuinely invested in client success. Our revenue growth speaks for itself.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "David Thompson"
|
||||
id: "4", name: "David Thompson", role: "Business Owner, Creative Agency Partners", testimonial:
|
||||
"This is the kind of marketing consultant every business needs. Results-oriented, strategic, and genuinely invested in client success. Our revenue growth speaks for itself.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
@@ -198,7 +210,8 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell me about your marketing challenges and goals...", rows: 5,
|
||||
name: "message", placeholder:
|
||||
"Tell me about your marketing challenges and goals...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user