diff --git a/src/app/page.tsx b/src/app/page.tsx index 54eb81d..9e6562e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ 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 ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -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, Server, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -18,125 +19,120 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);