diff --git a/src/app/page.tsx b/src/app/page.tsx index 342c963..614ccea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TextAbout from '@/components/sections/about/TextAbout'; +import { LayoutGrid, FileText, BarChart3, Settings, User } from "lucide-react"; export default function LandingPage() { return ( @@ -16,79 +19,136 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="small" - sizing="largeSmallSizeMediumTitles" - background="grid" - cardStyle="solid" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="normal" + contentWidth="medium" + sizing="largeSizeMediumTitles" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" + headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
+ +
+ +
+ +
+ +
); -} \ No newline at end of file +}