Update src/app/faq/page.tsx
This commit is contained in:
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user