diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4a26d5f..5080cb7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,8 +3,11 @@
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
@@ -48,25 +51,15 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
- imageAlt: "Dashboard interface showing collection management",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard interface showing collection management"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
- imageAlt: "Member management interface",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "Member management interface"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/high-end-entrepreneur-thinking-about-new-powerful-ideas-company-profit_482257-126543.jpg",
- imageAlt: "Automated report generation",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/high-end-entrepreneur-thinking-about-new-powerful-ideas-company-profit_482257-126543.jpg", imageAlt: "Automated report generation"},
{
- imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg?_wi=1",
- imageAlt: "AI assistant helping with queries",
- },
+ imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg", imageAlt: "AI assistant helping with queries"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg",
- imageAlt: "Real-time collection tracking and analytics",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg", imageAlt: "Real-time collection tracking and analytics"},
]}
buttons={[
{ text: "Call Office", href: "tel:+919876543210" },
@@ -74,7 +67,6 @@ export default function HomePage() {
]}
mediaAnimation="slide-up"
buttonAnimation="blur-reveal"
- useInvertedBackground={false}
/>
@@ -82,10 +74,7 @@ export default function HomePage() {