Merge version_2 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Faust Law Firm"
|
||||
/>
|
||||
@@ -58,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Trusted Legal Counsel for Your Toughest Challenges"
|
||||
description="Faust Law Firm has served the Chalmette community for years, delivering results driven representation in personal injury, family law, and business disputes. Your case deserves an experienced advocate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Your Free Consultation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=1",
|
||||
imageAlt: "Law Firm Office",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=1", imageAlt: "Law Firm Office"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-hotel-dieu-building-lyon-france_268835-3662.jpg?_wi=1",
|
||||
imageAlt: "Chalmette Courthouse",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/famous-hotel-dieu-building-lyon-france_268835-3662.jpg?_wi=1", imageAlt: "Chalmette Courthouse"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg",
|
||||
imageAlt: "Legal Consultation",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg", imageAlt: "Legal Consultation"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gavel-books-wooden-table_93675-130733.jpg",
|
||||
imageAlt: "Justice Scales",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gavel-books-wooden-table_93675-130733.jpg", imageAlt: "Justice Scales"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg",
|
||||
imageAlt: "Attorney Portrait",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Attorney Portrait"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-newspaper-sitting-caf_23-2147876727.jpg",
|
||||
imageAlt: "Law Firm Entrance",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-newspaper-sitting-caf_23-2147876727.jpg", imageAlt: "Law Firm Entrance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,17 +79,11 @@ export default function LandingPage() {
|
||||
description="Faust Law Firm has deep roots in the Chalmette community, combining decades of experience with a tireless commitment to justice. We believe every case deserves personalized attention and strategic rigor."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "20+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Cases Resolved",
|
||||
},
|
||||
value: "500+", title: "Cases Resolved"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Client Commitment",
|
||||
},
|
||||
value: "100%", title: "Client Commitment"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elderly-businessman-his-office_23-2148116368.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -135,35 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Personal Injury",
|
||||
tags: [
|
||||
"Accident",
|
||||
"Liability",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg",
|
||||
imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce",
|
||||
},
|
||||
id: "f1", title: "Personal Injury", tags: [
|
||||
"Accident", "Liability"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg", imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Family Law",
|
||||
tags: [
|
||||
"Divorce",
|
||||
"Custody",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2",
|
||||
imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce",
|
||||
},
|
||||
id: "f2", title: "Family Law", tags: [
|
||||
"Divorce", "Custody"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2", imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Business Litigation",
|
||||
tags: [
|
||||
"Dispute",
|
||||
"Contract",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-hotel-dieu-building-lyon-france_268835-3662.jpg?_wi=2",
|
||||
imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce",
|
||||
},
|
||||
id: "f3", title: "Business Litigation", tags: [
|
||||
"Dispute", "Contract"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-hotel-dieu-building-lyon-france_268835-3662.jpg?_wi=2", imageAlt: "Catered table in asian restaurant Chopsticks and soy sauce"},
|
||||
]}
|
||||
title="Our Areas of Expertise"
|
||||
description="Comprehensive legal advocacy tailored to your unique circumstances and challenges."
|
||||
@@ -177,31 +122,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "Referral Rate",
|
||||
items: [
|
||||
"Trusted by local families",
|
||||
"Highly recommended peers",
|
||||
],
|
||||
id: "m1", value: "95%", title: "Referral Rate", items: [
|
||||
"Trusted by local families", "Highly recommended peers"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Client Support",
|
||||
items: [
|
||||
"Responsive communication",
|
||||
"Always available counsel",
|
||||
],
|
||||
id: "m2", value: "24/7", title: "Client Support", items: [
|
||||
"Responsive communication", "Always available counsel"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Local",
|
||||
title: "Chalmette Pride",
|
||||
items: [
|
||||
"Community focused roots",
|
||||
"Regional knowledge",
|
||||
],
|
||||
id: "m3", value: "Local", title: "Chalmette Pride", items: [
|
||||
"Community focused roots", "Regional knowledge"],
|
||||
},
|
||||
]}
|
||||
title="Why Clients Choose Faust"
|
||||
@@ -210,35 +140,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardTen
|
||||
title="Client Success Stories"
|
||||
description="Real results for real people in Chalmette."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonial="Faust Law Firm was incredibly helpful during a difficult time. Their team listened, acted, and achieved the exact result I needed. Could not ask for better counsel in Chalmette."
|
||||
rating={5}
|
||||
author="Sarah Jenkins, Local Small Business Owner"
|
||||
avatars={[
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
alt: "Client 1",
|
||||
id: "t1", title: "Excellent Representation", quote: "Faust Law Firm was incredibly helpful during a difficult time. Their team listened, acted, and achieved the exact result I needed. Could not ask for better counsel in Chalmette.", name: "Sarah Jenkins", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2548.jpg",
|
||||
alt: "Client 2",
|
||||
id: "t2", title: "Professional & Strategic", quote: "I was very concerned about my family dispute, but the team at Faust Law Firm made me feel heard and provided a clear path forward that minimized my stress.", name: "Michael Roberts", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2548.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businessman-glasses-looking-satisfied-smiling-holding-hands-waist-standing-w_1258-113634.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159901.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
id: "t3", title: "Justice Served", quote: "After my accident, I didn't know where to turn. Faust Law Firm handled everything with precision and secured a great outcome.", name: "Emma Davis", role: "Healthcare Worker", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -248,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my first consultation really free?",
|
||||
content: "Yes, we offer a complimentary consultation to review your case merits.",
|
||||
},
|
||||
id: "q1", title: "Is my first consultation really free?", content: "Yes, we offer a complimentary consultation to review your case merits."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you handle fee structures?",
|
||||
content: "We are transparent with all costs and fees from our very first meeting.",
|
||||
},
|
||||
id: "q2", title: "How do you handle fee structures?", content: "We are transparent with all costs and fees from our very first meeting."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you serving clients outside Chalmette?",
|
||||
content: "We serve the greater New Orleans area with a primary office in Chalmette.",
|
||||
},
|
||||
id: "q3", title: "Are you serving clients outside Chalmette?", content: "We serve the greater New Orleans area with a primary office in Chalmette."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to your legal process questions."
|
||||
@@ -273,14 +181,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Get in touch today to schedule your consultation at our Chalmette office. We're ready to listen and stand by your side. Visit us at 9135 W Judge Perez Dr, Suite A, Chalmette, LA or call (504) 271-5000."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (504) 271-5000",
|
||||
href: "tel:5042715000",
|
||||
},
|
||||
text: "Call (504) 271-5000", href: "tel:5042715000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -289,46 +194,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Practice Areas",
|
||||
items: [
|
||||
title: "Practice Areas", items: [
|
||||
{
|
||||
label: "Personal Injury",
|
||||
href: "#",
|
||||
},
|
||||
label: "Personal Injury", href: "#"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "#",
|
||||
},
|
||||
label: "Family Law", href: "#"},
|
||||
{
|
||||
label: "Business Disputes",
|
||||
href: "#",
|
||||
},
|
||||
label: "Business Disputes", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Firm Info",
|
||||
items: [
|
||||
title: "Firm Info", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "9135 W Judge Perez Dr, A",
|
||||
href: "#",
|
||||
},
|
||||
label: "9135 W Judge Perez Dr, A", href: "#"},
|
||||
{
|
||||
label: "Chalmette, LA 70043",
|
||||
href: "#",
|
||||
},
|
||||
label: "Chalmette, LA 70043", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -339,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user