Compare commits
1 Commits
version_16
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fc17e6370 |
@@ -9,6 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|||||||
import { Users, TrendingUp, Award, Star } from "lucide-react";
|
import { Users, TrendingUp, Award, Star } from "lucide-react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -174,6 +175,14 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150061986.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150061986.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user