Update src/app/contact/page.tsx
This commit is contained in:
@@ -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>
|
||||||
@@ -65,28 +53,17 @@ export default function LandingPage() {
|
|||||||
description="Please fill out the form below or use the contact information provided to reach our team. We look forward to assisting you."
|
description="Please fill out the form below or use the contact information provided to reach our team. We look forward to assisting you."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "subject",
|
name: "subject", type: "text", placeholder: "Subject of Inquiry", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Subject of Inquiry",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199354.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199354.jpg"
|
||||||
@@ -104,34 +81,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "call-response",
|
id: "call-response", value: "< 1 hr", title: "Call Response Time", items: [
|
||||||
value: "< 1 hr",
|
"Quick callback guarantee", "Prompt phone assistance", "Direct access to team"],
|
||||||
title: "Call Response Time",
|
|
||||||
items: [
|
|
||||||
"Quick callback guarantee",
|
|
||||||
"Prompt phone assistance",
|
|
||||||
"Direct access to team",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email-response",
|
id: "email-response", value: "< 4 hrs", title: "Email Response Time", items: [
|
||||||
value: "< 4 hrs",
|
"Timely email replies", "Detailed written communications", "Clarifying complex issues"],
|
||||||
title: "Email Response Time",
|
|
||||||
items: [
|
|
||||||
"Timely email replies",
|
|
||||||
"Detailed written communications",
|
|
||||||
"Clarifying complex issues",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "office-hours",
|
id: "office-hours", value: "M-F 9-5", title: "Office Hours Support", items: [
|
||||||
value: "M-F 9-5",
|
"Availability for walk-ins", "Scheduled appointments", "Extended hours by request"],
|
||||||
title: "Office Hours Support",
|
|
||||||
items: [
|
|
||||||
"Availability for walk-ins",
|
|
||||||
"Scheduled appointments",
|
|
||||||
"Extended hours by request",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Communication"
|
title="Our Commitment to Communication"
|
||||||
@@ -143,66 +102,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: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user