diff --git a/src/app/page.tsx b/src/app/page.tsx index 302022f..4602fdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Goal, Trophy, Users, Award, Quote, Package } from "lucide-react"; +import { Goal, Trophy, Users, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -38,8 +38,8 @@ export default function LandingPage() {