Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ea2eeaa88 | |||
| b34ac30557 | |||
| e40008d569 | |||
| 589697252e | |||
| 58b4cdf446 | |||
| 0e9c2fe377 | |||
| 6339a0a8b6 |
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
brandName="Lawyer & Associates"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,26 +54,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "lawyer-1",
|
||||
name: "Dr. Eleanor Vance",
|
||||
role: "Founding Partner, Lead Attorney",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
imageAlt: "Dr. Eleanor Vance",
|
||||
},
|
||||
id: "lawyer-1", name: "Dr. Eleanor Vance", role: "Founding Partner, Lead Attorney", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Dr. Eleanor Vance"},
|
||||
{
|
||||
id: "lawyer-2",
|
||||
name: "Mr. Arthur P. Jenkins",
|
||||
role: "Senior Associate, Corporate Law",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-holding-disposable-coffee-cup-hand_23-2147943768.jpg",
|
||||
imageAlt: "Mr. Arthur P. Jenkins",
|
||||
},
|
||||
id: "lawyer-2", name: "Mr. Arthur P. Jenkins", role: "Senior Associate, Corporate Law", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-holding-disposable-coffee-cup-hand_23-2147943768.jpg", imageAlt: "Mr. Arthur P. Jenkins"},
|
||||
{
|
||||
id: "lawyer-3",
|
||||
name: "Ms. Clara O'Connell",
|
||||
role: "Paralegal & Client Relations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
imageAlt: "Ms. Clara O'Connell",
|
||||
},
|
||||
id: "lawyer-3", name: "Ms. Clara O'Connell", role: "Paralegal & Client Relations", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "Ms. Clara O'Connell"},
|
||||
]}
|
||||
title="Our Dedicated Legal Team"
|
||||
description="Meet the professionals committed to delivering exceptional legal services."
|
||||
@@ -99,34 +72,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "cases-handled",
|
||||
value: "1000+",
|
||||
title: "Cases Handled",
|
||||
items: [
|
||||
"Successfully resolved cases",
|
||||
"Complex litigation expertise",
|
||||
"Diverse legal challenges",
|
||||
],
|
||||
id: "cases-handled", value: "1000+", title: "Cases Handled", items: [
|
||||
"Successfully resolved cases", "Complex litigation expertise", "Diverse legal challenges"],
|
||||
},
|
||||
{
|
||||
id: "client-satisfaction",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Positive client feedback",
|
||||
"Repeat client engagements",
|
||||
"Trusted legal advisor",
|
||||
],
|
||||
id: "client-satisfaction", value: "98%", title: "Client Satisfaction", items: [
|
||||
"Positive client feedback", "Repeat client engagements", "Trusted legal advisor"],
|
||||
},
|
||||
{
|
||||
id: "awards-recognitions",
|
||||
value: "10+",
|
||||
title: "Awards & Recognitions",
|
||||
items: [
|
||||
"Industry accolades",
|
||||
"Peer recognition",
|
||||
"Legal excellence awards",
|
||||
],
|
||||
id: "awards-recognitions", value: "10+", title: "Awards & Recognitions", items: [
|
||||
"Industry accolades", "Peer recognition", "Legal excellence awards"],
|
||||
},
|
||||
]}
|
||||
title="Our Journey of Excellence"
|
||||
@@ -138,66 +93,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Corporate Law",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
label: "Corporate Law", href: "/services#corporate"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "/services#family",
|
||||
},
|
||||
label: "Family Law", href: "/services#family"},
|
||||
{
|
||||
label: "Real Estate",
|
||||
href: "/services#realestate",
|
||||
},
|
||||
label: "Real Estate", href: "/services#realestate"},
|
||||
{
|
||||
label: "Civil Litigation",
|
||||
href: "/services#litigation",
|
||||
},
|
||||
label: "Civil Litigation", href: "/services#litigation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Our Team", href: "/about#team"},
|
||||
{
|
||||
label: "Case Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Case Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
brandName="Lawyer & Associates"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,38 +55,11 @@ export default function LandingPage() {
|
||||
description="Stay informed with our latest articles, tips, and analyses on current legal topics."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Corporate Law",
|
||||
title: "Understanding the Nuances of Business Contracts",
|
||||
excerpt: "A deep dive into common pitfalls and best practices for drafting and reviewing corporate agreements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg",
|
||||
imageAlt: "Contract document with pen",
|
||||
authorName: "Dr. Eleanor Vance",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/senior-business-man-shaking-hands-with-another-young-man_1262-784.jpg",
|
||||
date: "October 26, 2023",
|
||||
},
|
||||
id: "blog-1", category: "Corporate Law", title: "Understanding the Nuances of Business Contracts", excerpt: "A deep dive into common pitfalls and best practices for drafting and reviewing corporate agreements.", imageSrc: "http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg", imageAlt: "Contract document with pen", authorName: "Dr. Eleanor Vance", authorAvatar: "http://img.b2bpic.net/free-photo/senior-business-man-shaking-hands-with-another-young-man_1262-784.jpg", date: "October 26, 2023"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Family Law",
|
||||
title: "Navigating Divorce: A Guide to Legal Processes",
|
||||
excerpt: "Essential information and compassionate advice for individuals undergoing family legal transitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/insurance-agent-talking-young-couple-while-analyzing-document-meeting-their-home_637285-3048.jpg",
|
||||
imageAlt: "People discussing legal matters",
|
||||
authorName: "Mr. Arthur P. Jenkins",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
|
||||
date: "September 15, 2023",
|
||||
},
|
||||
id: "blog-2", category: "Family Law", title: "Navigating Divorce: A Guide to Legal Processes", excerpt: "Essential information and compassionate advice for individuals undergoing family legal transitions.", imageSrc: "http://img.b2bpic.net/free-photo/insurance-agent-talking-young-couple-while-analyzing-document-meeting-their-home_637285-3048.jpg", imageAlt: "People discussing legal matters", authorName: "Mr. Arthur P. Jenkins", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", date: "September 15, 2023"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "General Legal",
|
||||
title: "The Importance of Legal Counsel in Everyday Life",
|
||||
excerpt: "Highlighting situations where professional legal advice can save time, money, and stress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051297.jpg",
|
||||
imageAlt: "Gavel and legal books",
|
||||
authorName: "Ms. Clara O'Connell",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg",
|
||||
date: "August 30, 2023",
|
||||
},
|
||||
id: "blog-3", category: "General Legal", title: "The Importance of Legal Counsel in Everyday Life", excerpt: "Highlighting situations where professional legal advice can save time, money, and stress.", imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051297.jpg", imageAlt: "Gavel and legal books", authorName: "Ms. Clara O'Connell", authorAvatar: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", date: "August 30, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,20 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What should I look for in a legal contract?",
|
||||
content: "Look for clarity on terms, scope, duration, payment, termination clauses, and dispute resolution mechanisms. Always ensure both parties understand and agree to all provisions.",
|
||||
},
|
||||
id: "q1", title: "What should I look for in a legal contract?", content: "Look for clarity on terms, scope, duration, payment, termination clauses, and dispute resolution mechanisms. Always ensure both parties understand and agree to all provisions."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does a typical legal case take?",
|
||||
content: "The duration of a legal case varies significantly based on its complexity, jurisdiction, and the willingness of parties to settle. It can range from a few months to several years.",
|
||||
},
|
||||
id: "q2", title: "How long does a typical legal case take?", content: "The duration of a legal case varies significantly based on its complexity, jurisdiction, and the willingness of parties to settle. It can range from a few months to several years."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is an initial legal consultation confidential?",
|
||||
content: "Yes, initial consultations are generally confidential and protected by attorney-client privilege, even if you do not retain the lawyer for ongoing services.",
|
||||
},
|
||||
id: "q3", title: "Is an initial legal consultation confidential?", content: "Yes, initial consultations are generally confidential and protected by attorney-client privilege, even if you do not retain the lawyer for ongoing services."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/light-bulb-front-side-with-white-background_187299-39886.jpg"
|
||||
imageAlt="Question mark light bulb"
|
||||
@@ -138,66 +90,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Corporate Law",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
label: "Corporate Law", href: "/services#corporate"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "/services#family",
|
||||
},
|
||||
label: "Family Law", href: "/services#family"},
|
||||
{
|
||||
label: "Real Estate",
|
||||
href: "/services#realestate",
|
||||
},
|
||||
label: "Real Estate", href: "/services#realestate"},
|
||||
{
|
||||
label: "Civil Litigation",
|
||||
href: "/services#litigation",
|
||||
},
|
||||
label: "Civil Litigation", href: "/services#litigation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Our Team", href: "/about#team"},
|
||||
{
|
||||
label: "Case Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Case Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
brandName="Lawyer & Associates"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,28 +53,17 @@ export default function LandingPage() {
|
||||
description="Please fill out the form below or use the contact information provided to reach our team. We look forward to assisting you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject of Inquiry",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject of Inquiry", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199354.jpg"
|
||||
@@ -104,34 +81,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "call-response",
|
||||
value: "< 1 hr",
|
||||
title: "Call Response Time",
|
||||
items: [
|
||||
"Quick callback guarantee",
|
||||
"Prompt phone assistance",
|
||||
"Direct access to team",
|
||||
],
|
||||
id: "call-response", value: "< 1 hr", title: "Call Response Time", items: [
|
||||
"Quick callback guarantee", "Prompt phone assistance", "Direct access to team"],
|
||||
},
|
||||
{
|
||||
id: "email-response",
|
||||
value: "< 4 hrs",
|
||||
title: "Email Response Time",
|
||||
items: [
|
||||
"Timely email replies",
|
||||
"Detailed written communications",
|
||||
"Clarifying complex issues",
|
||||
],
|
||||
id: "email-response", value: "< 4 hrs", title: "Email Response Time", items: [
|
||||
"Timely email replies", "Detailed written communications", "Clarifying complex issues"],
|
||||
},
|
||||
{
|
||||
id: "office-hours",
|
||||
value: "M-F 9-5",
|
||||
title: "Office Hours Support",
|
||||
items: [
|
||||
"Availability for walk-ins",
|
||||
"Scheduled appointments",
|
||||
"Extended hours by request",
|
||||
],
|
||||
id: "office-hours", value: "M-F 9-5", title: "Office Hours Support", items: [
|
||||
"Availability for walk-ins", "Scheduled appointments", "Extended hours by request"],
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Communication"
|
||||
@@ -143,66 +102,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Corporate Law",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
label: "Corporate Law", href: "/services#corporate"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "/services#family",
|
||||
},
|
||||
label: "Family Law", href: "/services#family"},
|
||||
{
|
||||
label: "Real Estate",
|
||||
href: "/services#realestate",
|
||||
},
|
||||
label: "Real Estate", href: "/services#realestate"},
|
||||
{
|
||||
label: "Civil Litigation",
|
||||
href: "/services#litigation",
|
||||
},
|
||||
label: "Civil Litigation", href: "/services#litigation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Our Team", href: "/about#team"},
|
||||
{
|
||||
label: "Case Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Case Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
brandName="Lawyer & Associates"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,20 +52,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of cases do you specialize in?",
|
||||
content: "We specialize in corporate law, family law, real estate law, civil litigation, and business advisory services. Our expertise covers a broad range of legal matters.",
|
||||
},
|
||||
id: "faq1", title: "What types of cases do you specialize in?", content: "We specialize in corporate law, family law, real estate law, civil litigation, and business advisory services. Our expertise covers a broad range of legal matters."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How do I schedule an initial consultation?",
|
||||
content: "You can schedule an initial consultation by filling out the contact form on our website, sending us an email, or calling our office directly during business hours. We offer flexible scheduling options.",
|
||||
},
|
||||
id: "faq2", title: "How do I schedule an initial consultation?", content: "You can schedule an initial consultation by filling out the contact form on our website, sending us an email, or calling our office directly during business hours. We offer flexible scheduling options."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What documents should I prepare for a consultation?",
|
||||
content: "It's helpful to bring any relevant documents related to your case, such as contracts, correspondence, or previous legal papers. A clear timeline of events is also beneficial.",
|
||||
},
|
||||
id: "faq3", title: "What documents should I prepare for a consultation?", content: "It's helpful to bring any relevant documents related to your case, such as contracts, correspondence, or previous legal papers. A clear timeline of events is also beneficial."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-businesspeople-examining-agreement-restaurant_23-2147876716.jpg"
|
||||
imageAlt="Lawyer consulting client"
|
||||
@@ -96,34 +75,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "response-time",
|
||||
value: "24/7",
|
||||
title: "Client Support",
|
||||
items: [
|
||||
"Always available for emergencies",
|
||||
"Prompt response to inquiries",
|
||||
"Dedicated client portal access",
|
||||
],
|
||||
id: "response-time", value: "24/7", title: "Client Support", items: [
|
||||
"Always available for emergencies", "Prompt response to inquiries", "Dedicated client portal access"],
|
||||
},
|
||||
{
|
||||
id: "clarity-score",
|
||||
value: "9.5/10",
|
||||
title: "Communication Clarity",
|
||||
items: [
|
||||
"Easy-to-understand legal advice",
|
||||
"Transparent updates on case progress",
|
||||
"Proactive communication strategy",
|
||||
],
|
||||
id: "clarity-score", value: "9.5/10", title: "Communication Clarity", items: [
|
||||
"Easy-to-understand legal advice", "Transparent updates on case progress", "Proactive communication strategy"],
|
||||
},
|
||||
{
|
||||
id: "issue-resolution",
|
||||
value: "Timely",
|
||||
title: "Issue Resolution",
|
||||
items: [
|
||||
"Efficient problem-solving",
|
||||
"Expedited case closures",
|
||||
"Minimizing client stress",
|
||||
],
|
||||
id: "issue-resolution", value: "Timely", title: "Issue Resolution", items: [
|
||||
"Efficient problem-solving", "Expedited case closures", "Minimizing client stress"],
|
||||
},
|
||||
]}
|
||||
title="Our Client Support Metrics"
|
||||
@@ -135,66 +96,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Corporate Law",
|
||||
href: "/services#corporate",
|
||||
},
|
||||
label: "Corporate Law", href: "/services#corporate"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "/services#family",
|
||||
},
|
||||
label: "Family Law", href: "/services#family"},
|
||||
{
|
||||
label: "Real Estate",
|
||||
href: "/services#realestate",
|
||||
},
|
||||
label: "Real Estate", href: "/services#realestate"},
|
||||
{
|
||||
label: "Civil Litigation",
|
||||
href: "/services#litigation",
|
||||
},
|
||||
label: "Civil Litigation", href: "/services#litigation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Our Team", href: "/about#team"},
|
||||
{
|
||||
label: "Case Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Case Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -116,9 +116,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Working with Lawyer & Associates was a truly transformative experience. Their legal team demonstrated unparalleled expertise and guided me through every step of my complex case with clarity and unwavering support. I felt genuinely heard and understood, leading to a resolution that exceeded my expectations. I highly recommend their services to anyone seeking dedicated and effective legal representation."
|
||||
testimonial="Работа с «Юрист и Партнеры» стала по-настоящему преобразующим опытом. Их юридическая команда продемонстрировала беспрецедентный опыт и сопровождала меня на каждом этапе моего сложного дела с ясностью и непоколебимой поддержкой. Я чувствовал себя по-настоящему услышанным и понятым, что привело к решению, превзошедшему мои ожидания. Я настоятельно рекомендую их услуги всем, кто ищет преданное и эффективное юридическое представительство."
|
||||
rating={5}
|
||||
author="Sarah M., Satisfied Client"
|
||||
author="Сара М., Довольный Клиент"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Sarah M. avatar"},
|
||||
@@ -139,28 +139,28 @@ export default function LandingPage() {
|
||||
<div id="home-contact-cta" data-section="home-contact-cta">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for a Consultation?"
|
||||
description="Contact us today to discuss your legal needs and explore how we can assist you. Your initial consultation is confidential and without obligation."
|
||||
title="Готовы к консультации?"
|
||||
description="Свяжитесь с нами сегодня, чтобы обсудить ваши юридические потребности и узнать, как мы можем вам помочь. Ваша первая консультация конфиденциальна и не обязывает ни к чему."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
name: "name", type: "text", placeholder: "Ваше Имя", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
name: "email", type: "email", placeholder: "Ваш Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false,
|
||||
name: "phone", type: "tel", placeholder: "Ваш Телефон (Необязательно)", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Describe Your Inquiry", rows: 4,
|
||||
name: "message", placeholder: "Опишите ваш запрос", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg"
|
||||
imageAlt="Modern law firm reception"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Submit Inquiry"
|
||||
buttonText="Отправить Запрос"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user