From eb0c51bb315f761a24871d878eb748c1cc756d95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 05:22:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 304 +++++++++-------------------------------------- 1 file changed, 59 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d84e6b3..185a1ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,86 +34,49 @@ export default function LandingPage() {
@@ -368,34 +224,20 @@ export default function LandingPage() { description="Reach out for a confidential consultation or any legal inquiry. Our offices are conveniently located in North Vancouver, with meeting spaces in Downtown Vancouver." inputs={[ { - name: "firstName", - type: "text", - placeholder: "First Name", - required: true, + name: "firstName", type: "text", placeholder: "First Name", required: true, }, { - name: "lastName", - type: "text", - placeholder: "Last Name", - required: true, + name: "lastName", type: "text", placeholder: "Last Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg" @@ -413,71 +255,43 @@ export default function LandingPage() { logoText="Peter Coady, Lawyer" columns={[ { - title: "Practice Areas", - items: [ + title: "Practice Areas", items: [ { - label: "Real Estate Law", - href: "#practice-areas", - }, + label: "Real Estate Law", href: "#practice-areas"}, { - label: "Wills & Estates", - href: "#practice-areas", - }, + label: "Wills & Estates", href: "#practice-areas"}, { - label: "Business Law", - href: "#practice-areas", - }, + label: "Business Law", href: "#practice-areas"}, ], }, { - title: "About", - items: [ + title: "About", items: [ { - label: "About Peter", - href: "#about", - }, + label: "About Peter", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Career", - href: "#", - }, + label: "Career", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Locations", - href: "#contact", - }, + label: "Locations", href: "#contact"}, { - label: "Call Now", - href: "tel:604-983-7606", - }, + label: "Call Now", href: "tel:604-983-7606"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#blog", - }, + label: "Blog", href: "#blog"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1