diff --git a/src/app/page.tsx b/src/app/page.tsx index c69b01b..4926f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -31,103 +31,28 @@ export default function LandingPage() {
-
@@ -137,18 +62,9 @@ export default function LandingPage() { title="Client-Focused Approach" description="David Hwang provides personalized, accessible legal solutions tailored to your unique situation. We prioritize clear communication and effective outcomes." metrics={[ - { - value: "Responsive", - title: "Rapid Response Time", - }, - { - value: "Results", - title: "Proven Case Strategy", - }, - { - value: "Accessible", - title: "Client First Philosophy", - }, + { value: "Responsive", title: "Rapid Response Time" }, + { value: "Results", title: "Proven Case Strategy" }, + { value: "Accessible", title: "Client First Philosophy" }, ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325850.jpg" mediaAnimation="blur-reveal" @@ -162,21 +78,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Briefcase, - title: "Corporate Law", - description: "Strategic guidance for business entities and governance.", - }, - { - icon: Scale, - title: "Litigation", - description: "Expert representation in disputes and court matters.", - }, - { - icon: AlertTriangle, - title: "Risk Management", - description: "Lending and regulatory risk mitigation for your firm.", - }, + { icon: Briefcase, title: "Corporate Law", description: "Strategic guidance for business entities and governance." }, + { icon: Scale, title: "Litigation", description: "Expert representation in disputes and court matters." }, + { icon: AlertTriangle, title: "Risk Management", description: "Lending and regulatory risk mitigation for your firm." }, ]} title="Our Legal Expertise" description="Comprehensive legal services for diverse needs." @@ -189,41 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "CEO", - testimonial: "David provided expert guidance during our merger. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - }, - { - id: "2", - name: "Michael K.", - role: "Owner", - testimonial: "Extremely responsive and effective litigation support.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", - }, - { - id: "3", - name: "Emily R.", - role: "Entrepreneur", - testimonial: "The communication was transparent and the results were great.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", - }, - { - id: "4", - name: "David L.", - role: "Partner", - testimonial: "Professional, empathetic, and truly client-focused.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - }, - { - id: "5", - name: "Rebecca B.", - role: "Manager", - testimonial: "A trusted advisor for our commercial business matters.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - }, + { id: "1", name: "Sarah J.", role: "CEO", testimonial: "David provided expert guidance during our merger. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" }, + { id: "2", name: "Michael K.", role: "Owner", testimonial: "Extremely responsive and effective litigation support.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" }, ]} title="Client Success Stories" description="Hear how we have helped our clients achieve their legal objectives." @@ -235,21 +106,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How do I schedule a consultation?", - content: "Contact our office directly or use the request form on our site.", - }, - { - id: "2", - title: "What areas do you cover?", - content: "We primarily serve Toronto and surrounding GTA areas.", - }, - { - id: "3", - title: "Is my consultation confidential?", - content: "Yes, all consultations are strictly confidential.", - }, + { id: "1", title: "How do I schedule a consultation?", content: "Contact our office directly or use the request form on our site." }, + { id: "2", title: "What areas do you cover?", content: "We primarily serve Toronto and surrounding GTA areas." }, ]} title="Frequently Asked Questions" description="Quick answers to help you get started." @@ -262,14 +120,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Legal Excellence Awards", - "Law Society of Ontario", - "Certified Risk Manager", - "Corporate Law Council", - "Toronto Business Bureau", - "Legal Aid Association", - "Arbitration Society", - ]} + "Legal Excellence Awards", "Law Society of Ontario", "Certified Risk Manager"]} title="Trusted Partners & Affiliations" description="We are recognized by top industry bodies for excellence in legal practice." /> @@ -278,21 +129,13 @@ export default function LandingPage() {
@@ -301,36 +144,8 @@ export default function LandingPage() { @@ -338,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file