diff --git a/src/app/page.tsx b/src/app/page.tsx index d906b17..b229e20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; + +// New section component imports +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; + +// Existing locked section imports import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Cloud, Code, Database, Lock, Server, Shield, Smartphone, Fingerprint, GitBranch } from "lucide-react"; +import { Cloud, Code, Database, Lock, Server, Shield, Smartphone, Fingerprint, GitBranch, Sparkles, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -176,35 +180,32 @@ export default function LandingPage() {