Update src/app/contact/page.tsx

This commit is contained in:
2026-04-21 15:29:37 +00:00
parent 9926db2591
commit 2e7c5eb250

View File

@@ -27,7 +27,6 @@ export default function ContactPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "SEO Checker", id: "/seo" },
{ name: "Contact", id: "/contact" }
]}
brandName="GeoTools"
@@ -35,24 +34,28 @@ export default function ContactPage() {
/>
</div>
<div id="contact-content" data-section="contact-content">
<ContactSplit
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Get in Touch"
description="Have questions or suggestions for new tools? We'd love to hear from you."
background={{ variant: "plain" }}
useInvertedBackground={false}
tag="Contact"
imageSrc="http://img.b2bpic.net/free-photo/tired-overworked-admin-ai-startup-office-getting-help-from-senior-manger_482257-118633.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
<MediaAbout
useInvertedBackground={false}
title="Support Team"
description="Our team is available 24/7 to help you resolve any issues or questions about our tools."
imageSrc="http://img.b2bpic.net/free-photo/system-administrator-using-isolated-screen-pc-ai-tech-startup_482257-125533.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterLogoEmphasis
columns={[{ "items": [{ "label": "Home", "href": "/" }, { "label": "About", "href": "/about" }, { "label": "Contact", "href": "/contact" }] }, { "items": [{ "label": "llms.txt Gen", "href": "#" }, { "label": "FAQ Gen", "href": "#" }, { "label": "SEO Checker", "href": "#" }] }]}
logoText="GeoTools"
columns={[{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }, { items: [{ label: "llms.txt Gen", href: "#" }, { label: "FAQ Gen", href: "#" }, { label: "SEO Checker", href: "#" }] }]}
/>
</div>
</ReactLenis>