diff --git a/src/app/page.tsx b/src/app/page.tsx index dd534d0..96f06a0 100644 --- a/src/app/page.tsx +++ b/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() { @@ -58,47 +48,26 @@ export default function LandingPage() {
@@ -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() {
-
@@ -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() { @@ -289,46 +194,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file