Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 23:31:07 +00:00
parent c131f057a2
commit de9ac85ca5

View File

@@ -26,39 +26,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"}
]}
brandName="TILES CONNECT"
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -66,14 +50,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Let's Discuss Your Project. Whether you're planning a luxury bathroom renovation, custom shower, kitchen backsplash, or complete tile installation, we'd love to hear about your vision. Request A Free Estimate.\n\nContact Information\nPhone: (Add Number)\nEmail: (Add Email)\nInstagram: @tilesconnect"
buttons={[
{
text: "Request A Free Estimate",
href: "/contact",
},
text: "Request A Free Estimate", href: "/contact"}
]}
/>
</div>
@@ -82,88 +63,57 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Serving The Greater Toronto Area"
description="Tiles Connect proudly serves homeowners throughout Mississauga, Oakville, Brampton, Toronto, Milton, Burlington, and Etobicoke. We bring luxury craftsmanship and reliable service to your local community, ensuring every project meets our high standards of excellence."
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg"
imageAlt="Luxury tile pattern background"
logoText="TILES CONNECT"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Gallery",
href: "/gallery",
},
],
label: "Gallery", href: "/gallery"}
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"}
]
},
{
title: "Service Areas",
items: [
title: "Service Areas", items: [
{
label: "Mississauga",
href: "#",
},
label: "Mississauga", href: "#"},
{
label: "Oakville",
href: "#",
},
label: "Oakville", href: "#"},
{
label: "Brampton",
href: "#",
},
label: "Brampton", href: "#"},
{
label: "Toronto",
href: "#",
},
],
label: "Toronto", href: "#"}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"}
]
}
]}
copyrightText="© 2024 Tiles Connect. All rights reserved."
/>