diff --git a/src/app/page.tsx b/src/app/page.tsx index ccf06f5..4942748 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Brain, CheckCircle, Database, TrendingUp } from "lucide-react"; @@ -65,11 +65,8 @@ export default function LandingPage() { buttons={[ { text: "View Memberships →", href: "memberships" } ]} - buttonAnimation="slide-up" containerClassName="relative w-full h-screen min-h-screen" mediaWrapperClassName="absolute inset-0 w-full h-full" - imageClassName="absolute inset-0 w-full h-full object-cover" - textBoxClassName="relative z-10 flex flex-col items-center justify-center h-full" />