diff --git a/src/app/page.tsx b/src/app/page.tsx index 514190e..8c382f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter/HeroLogoCenter"; +import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; @@ -133,7 +133,6 @@ export default function HomePage() { }, ]} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> @@ -162,7 +161,6 @@ export default function HomePage() { }, ]} textboxLayout="split" - animationType="slide-up" useInvertedBackground={false} /> @@ -191,7 +189,6 @@ export default function HomePage() { }, ]} textboxLayout="split" - animationType="slide-up" useInvertedBackground={false} /> @@ -219,7 +216,6 @@ export default function HomePage() { title: "Expert Team", description: "100+ creative professionals dedicated to your success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png", imageAlt: "Expert team" }, ]} - animationType="slide-up" useInvertedBackground={true} />