Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff9e16dc81 | |||
| d0270676ce |
@@ -36,7 +36,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+19545551234"}}
|
||||
text: "Call Now", href: "tel:+19545551234"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,12 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Chen", handle: "CEO, Local Services Co", testimonial: "Our leads increased by 300% in just 3 months. The Shift really delivers results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Owner, Home Services Plus", testimonial: "Best investment we made for our business. Highly professional and results-driven.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,16 +94,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "SEO Services", description: "Rank higher on Google and dominate local search results. Our proven strategies get your business found by customers actively looking for your services."},
|
||||
title: "SEO Services", description: "Rank higher on Google and dominate local search results. Our proven strategies get your business found by customers actively looking for your services."
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Media Management", description: "Professional social media presence that builds trust and engages customers. We create content that converts followers into leads."},
|
||||
title: "Social Media Management", description: "Professional social media presence that builds trust and engages customers. We create content that converts followers into leads."
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Local SEO Optimization", description: "Dominate Google Local results and Google Maps. Get more calls from local customers searching for your services."},
|
||||
title: "Local SEO Optimization", description: "Dominate Google Local results and Google Maps. Get more calls from local customers searching for your services."
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Website Design", description: "Beautiful, high-converting websites that turn visitors into customers. Mobile-optimized and SEO-friendly."},
|
||||
title: "Website Design", description: "Beautiful, high-converting websites that turn visitors into customers. Mobile-optimized and SEO-friendly."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -136,13 +144,17 @@ export default function LandingPage() {
|
||||
description="Hear from local business owners who've transformed their growth with The Shift Marketing."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer Wong", role: "Owner, Window Treatments Co", testimonial: "Finally, someone who understands local business marketing. Our phone has been ringing constantly since they optimized our Google Business Profile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2"},
|
||||
id: "2", name: "Jennifer Wong", role: "Owner, Window Treatments Co", testimonial: "Finally, someone who understands local business marketing. Our phone has been ringing constantly since they optimized our Google Business Profile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Robert Thompson", role: "Manager, Home Services Plus", testimonial: "Professional, transparent, and results-driven. The Shift delivered exactly what they promised and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
id: "3", name: "Robert Thompson", role: "Manager, Home Services Plus", testimonial: "Professional, transparent, and results-driven. The Shift delivered exactly what they promised and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Anderson", role: "Owner, Local Contractor", testimonial: "Worth every penny. The leads are qualified and consistent. They've become an invaluable part of our business growth strategy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"},
|
||||
id: "4", name: "Lisa Anderson", role: "Owner, Local Contractor", testimonial: "Worth every penny. The leads are qualified and consistent. They've become an invaluable part of our business growth strategy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -171,7 +183,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Pompano Beach", "Fort Lauderdale", "Boca Raton", "Deerfield Beach", "Coral Springs", "Lighthouse Point", "Plantation", "Sunrise"]}
|
||||
"Pompano Beach", "Fort Lauderdale", "Boca Raton", "Deerfield Beach", "Coral Springs", "Lighthouse Point", "Plantation", "Sunrise"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -183,20 +196,27 @@ export default function LandingPage() {
|
||||
ctaDescription="Let's analyze your current marketing strategy and show you exactly how to get more leads and calls."
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{
|
||||
text: "Call or Text: (954) 555-1234", href: "tel:+19545551234"}}
|
||||
text: "Call or Text: (954) 555-1234", href: "tel:+19545551234"
|
||||
}}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does it take to see results?", content: "Most clients see initial improvements within 30 days, with significant lead increases by 90 days. Our proven systems deliver measurable, consistent results."},
|
||||
id: "1", title: "How long does it take to see results?", content: "Most clients see initial improvements within 30 days, with significant lead increases by 90 days. Our proven systems deliver measurable, consistent results."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What's your guarantee?", content: "We guarantee qualified leads and increased phone calls, or we'll adjust your strategy at no additional cost. Your success is our priority."},
|
||||
id: "2", title: "What's your guarantee?", content: "We guarantee qualified leads and increased phone calls, or we'll adjust your strategy at no additional cost. Your success is our priority."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you work with businesses like mine?", content: "Yes! We specialize in helping local service businesses, medspas, home services, contractors, and small businesses. If you need more leads, we can help."},
|
||||
id: "3", title: "Do you work with businesses like mine?", content: "Yes! We specialize in helping local service businesses, medspas, home services, contractors, and small businesses. If you need more leads, we can help."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What's included in the marketing audit?", content: "Complete analysis of your website, Google ranking, social media presence, competitor strategy, and a personalized action plan to increase your leads."},
|
||||
id: "4", title: "What's included in the marketing audit?", content: "Complete analysis of your website, Google ranking, social media presence, competitor strategy, and a personalized action plan to increase your leads."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do you measure success?", content: "Increased leads, phone calls, qualified customers, and revenue growth. We track everything and provide transparent monthly reports."},
|
||||
id: "5", title: "How do you measure success?", content: "Increased leads, phone calls, qualified customers, and revenue growth. We track everything and provide transparent monthly reports."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can you help with Google Ads?", content: "Absolutely. We combine organic SEO with strategic paid advertising to maximize your visibility and ROI across all channels."},
|
||||
id: "6", title: "Can you help with Google Ads?", content: "Absolutely. We combine organic SEO with strategic paid advertising to maximize your visibility and ROI across all channels."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user