diff --git a/src/app/page.tsx b/src/app/page.tsx index abc0a16..d890d6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Heart, Zap, Mail } from "lucide-react"; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function Home() { return (