diff --git a/src/app/page.tsx b/src/app/page.tsx index 72c091e..de5f980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Code, Layers, Shield, Sparkles, Workflow, Zap, Star } from "lucide-react"; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -37,14 +37,14 @@ export default function LandingPage() {
- +