Compare commits
1 Commits
version_19
...
version_21
| Author | SHA1 | Date | |
|---|---|---|---|
| 921c6d213f |
@@ -9,7 +9,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Users, TrendingUp, Award, Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -175,15 +174,6 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact_center" data-section="contact_center">
|
||||
<ContactCenter
|
||||
tag="Label"
|
||||
title="Reach Out to Us"
|
||||
description="Have questions? Our dedicated team is here to assist you."
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact_split_form" data-section="contact_split_form">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
|
||||
Reference in New Issue
Block a user