diff --git a/src/app/page.tsx b/src/app/page.tsx index d706c54..dc72d01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -16,154 +16,39 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
);