Update src/app/contact/page.tsx

This commit is contained in:
2026-04-19 00:38:08 +00:00
parent bd7868124f
commit 11cd94a12e

View File

@@ -23,9 +23,8 @@ export default function ContactPage() {
<ReactLenis root>
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#features" },
{ name: "Portfolio", id: "/#testimonials" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Websites Solutions "
@@ -41,13 +40,15 @@ export default function ContactPage() {
]}
buttonText="Create Account"
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780713.jpg"
useInvertedBackground={false}
/>
</div>
<FooterMedia
logoText="Websites Solutions "
videoSrc="https://videos.pexels.com/video-files/5527376/5527376-sd_506_960_25fps.mp4"
columns={[
{ title: "Company", items: [{ label: "About", href: "/#about" }, { label: "Services", href: "/#features" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/#features" }] },
{ title: "Resources", items: [{ label: "FAQs", href: "/#faq" }, { label: "Contact", href: "/contact" }] },
]}
/>