diff --git a/src/app/page.tsx b/src/app/page.tsx index 617357c..be837ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Heart } from "lucide-react"; export default function LandingPage() { @@ -160,6 +160,7 @@ export default function LandingPage() { textboxLayout="default" animationType="smooth" faqsAnimation="slide-up" + mediaAnimation="slide-up" useInvertedBackground={false} />