diff --git a/src/app/page.tsx b/src/app/page.tsx index 974cc0f..22f9f50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Lightbulb, Zap, Award, Star, Briefcase, Users, TrendingUp, Trophy, Linkedin, Twitter, Instagram, Github, Brain, Target, Palette, Heart, Shield, Code, Lock, CheckCircle, Sparkles } from "lucide-react"; +import NavbarInline from "@/components/ui/NavbarInline"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import AboutTestimonialParallax from "@/components/sections/about/AboutTestimonialParallax"; +import FeaturesMediaCarousel from "@/components/sections/features/FeaturesMediaCarousel"; +import MetricsIconCards from "@/components/sections/metrics/MetricsIconCards"; +import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBrand from "@/components/sections/footer/FooterBrand"; +import { Zap, Brain, Target, Code, Lock, CheckCircle, Star, Briefcase, Users, TrendingUp, Trophy } from "lucide-react"; export default function LandingPage() { return ( @@ -27,170 +26,92 @@ export default function LandingPage() { headingFontWeight="medium" >