Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #14.
This commit is contained in:
2026-04-07 05:14:23 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Phone, Mail, MapPin, Calendar } from "lucide-react";
export default function ContactPage() {
return (
@@ -72,9 +71,11 @@ export default function ContactPage() {
<div id="contact-form" data-section="contact-form">
<ContactCenter
tag="Get In Touch"
title="Send Us a Message"
description="Have a question or need to discuss a specific situation? Fill out the form below."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>