Update src/app/blog/page.tsx

This commit is contained in:
2026-06-09 22:37:18 +00:00
parent 0e9c2fe377
commit 58b4cdf446

View File

@@ -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: "#",
},
], ],
}, },
]} ]}