Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e40008d569 | |||
| 589697252e | |||
| 58b4cdf446 | |||
| 0e9c2fe377 | |||
| 6339a0a8b6 |
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "/portfolio"},
|
||||||
id: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Blog", id: "/blog"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "/faq"},
|
||||||
id: "/faq",
|
{
|
||||||
},
|
name: "Pricing", id: "/pricing"},
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Lawyer & Associates"
|
brandName="Lawyer & Associates"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -66,26 +54,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "lawyer-1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Our Dedicated Legal Team"
|
||||||
description="Meet the professionals committed to delivering exceptional legal services."
|
description="Meet the professionals committed to delivering exceptional legal services."
|
||||||
@@ -99,34 +72,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "cases-handled",
|
id: "cases-handled", value: "1000+", title: "Cases Handled", items: [
|
||||||
value: "1000+",
|
"Successfully resolved cases", "Complex litigation expertise", "Diverse legal challenges"],
|
||||||
title: "Cases Handled",
|
|
||||||
items: [
|
|
||||||
"Successfully resolved cases",
|
|
||||||
"Complex litigation expertise",
|
|
||||||
"Diverse legal challenges",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "client-satisfaction",
|
id: "client-satisfaction", value: "98%", title: "Client Satisfaction", items: [
|
||||||
value: "98%",
|
"Positive client feedback", "Repeat client engagements", "Trusted legal advisor"],
|
||||||
title: "Client Satisfaction",
|
|
||||||
items: [
|
|
||||||
"Positive client feedback",
|
|
||||||
"Repeat client engagements",
|
|
||||||
"Trusted legal advisor",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "awards-recognitions",
|
id: "awards-recognitions", value: "10+", title: "Awards & Recognitions", items: [
|
||||||
value: "10+",
|
"Industry accolades", "Peer recognition", "Legal excellence awards"],
|
||||||
title: "Awards & Recognitions",
|
|
||||||
items: [
|
|
||||||
"Industry accolades",
|
|
||||||
"Peer recognition",
|
|
||||||
"Legal excellence awards",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Journey of Excellence"
|
title="Our Journey of Excellence"
|
||||||
@@ -138,66 +93,41 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Corporate Law",
|
label: "Corporate Law", href: "/services#corporate"},
|
||||||
href: "/services#corporate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family Law",
|
label: "Family Law", href: "/services#family"},
|
||||||
href: "/services#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Real Estate",
|
label: "Real Estate", href: "/services#realestate"},
|
||||||
href: "/services#realestate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Civil Litigation",
|
label: "Civil Litigation", href: "/services#litigation"},
|
||||||
href: "/services#litigation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "/about#team"},
|
||||||
href: "/about#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Case Portfolio",
|
label: "Case Portfolio", href: "/portfolio"},
|
||||||
href: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
{
|
||||||
},
|
label: "Pricing", href: "/pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "/portfolio"},
|
||||||
id: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Blog", id: "/blog"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "/faq"},
|
||||||
id: "/faq",
|
{
|
||||||
},
|
name: "Pricing", id: "/pricing"},
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Lawyer & Associates"
|
brandName="Lawyer & Associates"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -67,38 +55,11 @@ export default function LandingPage() {
|
|||||||
description="Stay informed with our latest articles, tips, and analyses on current legal topics."
|
description="Stay informed with our latest articles, tips, and analyses on current legal topics."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "blog-1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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>
|
</div>
|
||||||
@@ -109,20 +70,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/light-bulb-front-side-with-white-background_187299-39886.jpg"
|
||||||
imageAlt="Question mark light bulb"
|
imageAlt="Question mark light bulb"
|
||||||
@@ -138,66 +90,41 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Corporate Law",
|
label: "Corporate Law", href: "/services#corporate"},
|
||||||
href: "/services#corporate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family Law",
|
label: "Family Law", href: "/services#family"},
|
||||||
href: "/services#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Real Estate",
|
label: "Real Estate", href: "/services#realestate"},
|
||||||
href: "/services#realestate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Civil Litigation",
|
label: "Civil Litigation", href: "/services#litigation"},
|
||||||
href: "/services#litigation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "/about#team"},
|
||||||
href: "/about#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Case Portfolio",
|
label: "Case Portfolio", href: "/portfolio"},
|
||||||
href: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
{
|
||||||
},
|
label: "Pricing", href: "/pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "/portfolio"},
|
||||||
id: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Blog", id: "/blog"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "/faq"},
|
||||||
id: "/faq",
|
{
|
||||||
},
|
name: "Pricing", id: "/pricing"},
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Lawyer & Associates"
|
brandName="Lawyer & Associates"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
description="Please fill out the form below or use the contact information provided to reach our team. We look forward to assisting you."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "subject",
|
name: "subject", type: "text", placeholder: "Subject of Inquiry", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Subject of Inquiry",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199354.jpg"
|
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}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "call-response",
|
id: "call-response", value: "< 1 hr", title: "Call Response Time", items: [
|
||||||
value: "< 1 hr",
|
"Quick callback guarantee", "Prompt phone assistance", "Direct access to team"],
|
||||||
title: "Call Response Time",
|
|
||||||
items: [
|
|
||||||
"Quick callback guarantee",
|
|
||||||
"Prompt phone assistance",
|
|
||||||
"Direct access to team",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email-response",
|
id: "email-response", value: "< 4 hrs", title: "Email Response Time", items: [
|
||||||
value: "< 4 hrs",
|
"Timely email replies", "Detailed written communications", "Clarifying complex issues"],
|
||||||
title: "Email Response Time",
|
|
||||||
items: [
|
|
||||||
"Timely email replies",
|
|
||||||
"Detailed written communications",
|
|
||||||
"Clarifying complex issues",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "office-hours",
|
id: "office-hours", value: "M-F 9-5", title: "Office Hours Support", items: [
|
||||||
value: "M-F 9-5",
|
"Availability for walk-ins", "Scheduled appointments", "Extended hours by request"],
|
||||||
title: "Office Hours Support",
|
|
||||||
items: [
|
|
||||||
"Availability for walk-ins",
|
|
||||||
"Scheduled appointments",
|
|
||||||
"Extended hours by request",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Communication"
|
title="Our Commitment to Communication"
|
||||||
@@ -143,66 +102,41 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Corporate Law",
|
label: "Corporate Law", href: "/services#corporate"},
|
||||||
href: "/services#corporate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family Law",
|
label: "Family Law", href: "/services#family"},
|
||||||
href: "/services#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Real Estate",
|
label: "Real Estate", href: "/services#realestate"},
|
||||||
href: "/services#realestate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Civil Litigation",
|
label: "Civil Litigation", href: "/services#litigation"},
|
||||||
href: "/services#litigation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "/about#team"},
|
||||||
href: "/about#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Case Portfolio",
|
label: "Case Portfolio", href: "/portfolio"},
|
||||||
href: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
{
|
||||||
},
|
label: "Pricing", href: "/pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -26,34 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "/portfolio"},
|
||||||
id: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Blog", id: "/blog"},
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "/faq"},
|
||||||
id: "/faq",
|
{
|
||||||
},
|
name: "Pricing", id: "/pricing"},
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Lawyer & Associates"
|
brandName="Lawyer & Associates"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -64,20 +52,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/two-businesspeople-examining-agreement-restaurant_23-2147876716.jpg"
|
||||||
imageAlt="Lawyer consulting client"
|
imageAlt="Lawyer consulting client"
|
||||||
@@ -96,34 +75,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "response-time",
|
id: "response-time", value: "24/7", title: "Client Support", items: [
|
||||||
value: "24/7",
|
"Always available for emergencies", "Prompt response to inquiries", "Dedicated client portal access"],
|
||||||
title: "Client Support",
|
|
||||||
items: [
|
|
||||||
"Always available for emergencies",
|
|
||||||
"Prompt response to inquiries",
|
|
||||||
"Dedicated client portal access",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "clarity-score",
|
id: "clarity-score", value: "9.5/10", title: "Communication Clarity", items: [
|
||||||
value: "9.5/10",
|
"Easy-to-understand legal advice", "Transparent updates on case progress", "Proactive communication strategy"],
|
||||||
title: "Communication Clarity",
|
|
||||||
items: [
|
|
||||||
"Easy-to-understand legal advice",
|
|
||||||
"Transparent updates on case progress",
|
|
||||||
"Proactive communication strategy",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "issue-resolution",
|
id: "issue-resolution", value: "Timely", title: "Issue Resolution", items: [
|
||||||
value: "Timely",
|
"Efficient problem-solving", "Expedited case closures", "Minimizing client stress"],
|
||||||
title: "Issue Resolution",
|
|
||||||
items: [
|
|
||||||
"Efficient problem-solving",
|
|
||||||
"Expedited case closures",
|
|
||||||
"Minimizing client stress",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Client Support Metrics"
|
title="Our Client Support Metrics"
|
||||||
@@ -135,66 +96,41 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Corporate Law",
|
label: "Corporate Law", href: "/services#corporate"},
|
||||||
href: "/services#corporate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family Law",
|
label: "Family Law", href: "/services#family"},
|
||||||
href: "/services#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Real Estate",
|
label: "Real Estate", href: "/services#realestate"},
|
||||||
href: "/services#realestate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Civil Litigation",
|
label: "Civil Litigation", href: "/services#litigation"},
|
||||||
href: "/services#litigation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "/about#team"},
|
||||||
href: "/about#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Case Portfolio",
|
label: "Case Portfolio", href: "/portfolio"},
|
||||||
href: "/portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
{
|
||||||
},
|
label: "Pricing", href: "/pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user