diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c43862..78100e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Award, Zap, CheckCircle, Shield } from "lucide-react"; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; export default function Page() { return ( @@ -84,13 +84,30 @@ export default function Page() {