Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b73de1691b | |||
| 0bf2c7ffa8 | |||
| ceb589ef1a | |||
| 7aa09ffbb4 | |||
| 5a56cf1df1 | |||
| d933ed1e58 | |||
| 7bc870013e | |||
| 12995d8cf1 |
@@ -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,7 +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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user