diff --git a/src/app/page.tsx b/src/app/page.tsx index 8df3bc3..c2862ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Globe, LayoutDashboard, Lightbulb, Rocket, ShieldCheck, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Award, CheckCircle, Globe, LayoutDashboard, Lightbulb, Rocket, ShieldCheck, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,46 +30,31 @@ export default function LandingPage() { >
-
@@ -78,110 +63,93 @@ export default function LandingPage() {
-
-
-
-
- + heading={[{ type: "text", content: "We Design The Future" }]} + />
-
); -} \ No newline at end of file +}