diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7cf485d..09322f5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 624f611..a91aa23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client" -import { Award, CheckCircle, Cpu, Lightbulb, Mail, Shield, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; +import { Award, Check, CheckCircle, Cpu, Lightbulb, Mail, Shield, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -40,26 +40,55 @@ export default function LandingPage() {
-
@@ -191,4 +220,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file