From 7aa09ffbb4749eb348e67e9db007c28128734bdb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:36:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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" />