Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 17:27:50 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Grow Your Law Firm with Proven Marketing"
description="Stop waiting for leads to find you. We specialize in attorney marketing that generates qualified case inquiries, boosts your online visibility, and drives real business growth for Michigan law firms."
background={{ variant: "noise" }}
background={{ variant: "sparkles-gradient" }}
kpis={[
{ value: "5.0★", label: "Client Rating" },
{ value: "3+ Years", label: "Legal Expertise" },
@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Schedule Strategy Call", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"
imageAlt="Law firm marketing strategy consultation"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -76,16 +76,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Attorney Review", role: "Law Firm Partner", testimonial: "The team at Deft Legal Marketing is very good at what they do. They have great knowledge of marketing for the legal industry specifically and I wouldn't hesitate to recommend Deft Legal Marketing to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1", imageAlt: "Attorney testimonial"
id: "1", name: "Attorney Review", role: "Law Firm Partner", testimonial: "The team at Deft Legal Marketing is very good at what they do. They have great knowledge of marketing for the legal industry specifically and I wouldn't hesitate to recommend Deft Legal Marketing to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Attorney testimonial"
},
{
id: "2", name: "Featured Attorney", role: "Practice Owner", testimonial: "We've seen significant growth in qualified case inquiries since partnering with Deft. Their understanding of the legal market sets them apart from generic marketing agencies.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", imageAlt: "Law firm owner testimonial"
id: "2", name: "Featured Attorney", role: "Practice Owner", testimonial: "We've seen significant growth in qualified case inquiries since partnering with Deft. Their understanding of the legal market sets them apart from generic marketing agencies.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Law firm owner testimonial"
},
{
id: "3", name: "Trusted Advisor", role: "Senior Partner", testimonial: "Transparent reporting and proven ROI. Deft doesn't oversell—they deliver results backed by data. Highly recommended for any Michigan law firm.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3", imageAlt: "Senior attorney testimonial"
id: "3", name: "Trusted Advisor", role: "Senior Partner", testimonial: "Transparent reporting and proven ROI. Deft doesn't oversell—they deliver results backed by data. Highly recommended for any Michigan law firm.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Senior attorney testimonial"
},
{
id: "4", name: "Marketing Director", role: "Legal Marketing Lead", testimonial: "Working with Deft has been a game-changer. Their specialized legal marketing expertise brought structure and results to our online presence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=4", imageAlt: "Law firm marketing director testimonial"
id: "4", name: "Marketing Director", role: "Legal Marketing Lead", testimonial: "Working with Deft has been a game-changer. Their specialized legal marketing expertise brought structure and results to our online presence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Law firm marketing director testimonial"
}
]}
animationType="slide-up"
@@ -110,10 +110,10 @@ export default function LandingPage() {
id: "2", title: "Local Search Optimization", description: "Dominate local search and Google Maps in your practice area. Get in front of clients in Michigan searching for legal help now.", tag: "Local Visibility", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-laptop_23-2149954896.jpg", imageAlt: "Local search optimization"
},
{
id: "3", title: "Google Ads for Attorneys", description: "Targeted paid search campaigns that put your practice in front of qualified prospects. Pay only for real leads.", tag: "Paid Search", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg?_wi=1", imageAlt: "Google Ads for law firms"
id: "3", title: "Google Ads for Attorneys", description: "Targeted paid search campaigns that put your practice in front of qualified prospects. Pay only for real leads.", tag: "Paid Search", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg", imageAlt: "Google Ads for law firms"
},
{
id: "4", title: "Law Firm Website Design", description: "Professional, conversion-optimized websites that build trust and turn visitors into clients. Mobile-responsive and fast-loading.", tag: "Web Design", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-law-firm-landing-page-template_23-2149303876.jpg?_wi=1", imageAlt: "Professional law firm website"
id: "4", title: "Law Firm Website Design", description: "Professional, conversion-optimized websites that build trust and turn visitors into clients. Mobile-responsive and fast-loading.", tag: "Web Design", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-law-firm-landing-page-template_23-2149303876.jpg", imageAlt: "Professional law firm website"
},
{
id: "5", title: "Conversion Optimization", description: "Strategic improvements to your website and landing pages to increase form submissions and phone calls from qualified prospects.", tag: "Lead Generation", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg", imageAlt: "Conversion optimization for legal practices"
@@ -151,16 +151,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Strategy & Market Analysis", description: "We analyze your market, competition, and current online presence. We identify opportunities and develop a customized growth strategy aligned with your practice goals.", tag: "Phase 1", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2", imageAlt: "Strategic marketing analysis"
id: "1", title: "Strategy & Market Analysis", description: "We analyze your market, competition, and current online presence. We identify opportunities and develop a customized growth strategy aligned with your practice goals.", tag: "Phase 1", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Strategic marketing analysis"
},
{
id: "2", title: "Positioning & Optimization", description: "We refine your brand positioning and optimize your website, SEO, and content to reflect your expertise and attract the right clients.", tag: "Phase 2", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-law-firm-landing-page-template_23-2149303876.jpg?_wi=2", imageAlt: "Website and positioning optimization"
id: "2", title: "Positioning & Optimization", description: "We refine your brand positioning and optimize your website, SEO, and content to reflect your expertise and attract the right clients.", tag: "Phase 2", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-law-firm-landing-page-template_23-2149303876.jpg", imageAlt: "Website and positioning optimization"
},
{
id: "3", title: "Campaign Execution", description: "We launch targeted campaigns across SEO, local search, and paid advertising. Every channel is designed to generate qualified leads.", tag: "Phase 3", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg?_wi=2", imageAlt: "Marketing campaign execution"
id: "3", title: "Campaign Execution", description: "We launch targeted campaigns across SEO, local search, and paid advertising. Every channel is designed to generate qualified leads.", tag: "Phase 3", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg", imageAlt: "Marketing campaign execution"
},
{
id: "4", title: "Growth & Scaling", description: "We monitor performance, optimize based on data, and scale what works. Your marketing evolves with your firm's growth and market changes.", tag: "Phase 4", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=1", imageAlt: "Business growth and scaling"
id: "4", title: "Growth & Scaling", description: "We monitor performance, optimize based on data, and scale what works. Your marketing evolves with your firm's growth and market changes.", tag: "Phase 4", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "Business growth and scaling"
}
]}
animationType="slide-up"
@@ -185,7 +185,7 @@ export default function LandingPage() {
id: "2", value: "+180%", title: "Phone Calls", description: "More inbound calls from potential clients searching for legal services", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg", imageAlt: "Call tracking and metrics"
},
{
id: "3", value: "3-6 Months", title: "Time to ROI", description: "Average time to see measurable return on investment in legal marketing", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg?_wi=2", imageAlt: "ROI tracking and analysis"
id: "3", value: "3-6 Months", title: "Time to ROI", description: "Average time to see measurable return on investment in legal marketing", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "ROI tracking and analysis"
}
]}
animationType="slide-up"