Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,35 +25,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a better lawn?"
|
||||
description="Reach out to schedule your service or request a free quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (555) 123-4567", href: "tel:5551234567"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@americanlawns.com"},
|
||||
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
|
||||
{ text: "Email Us", href: "mailto:info@americanlawns.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,32 +56,15 @@ export default function LandingPage() {
|
||||
title="FAQs"
|
||||
description="Still have questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri."},
|
||||
]}
|
||||
faqs={[{ id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
Reference in New Issue
Block a user