diff --git a/src/app/page.tsx b/src/app/page.tsx index 614ccea..54eb81d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,11 @@ 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 HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import TextAbout from '@/components/sections/about/TextAbout'; -import { LayoutGrid, FileText, BarChart3, Settings, User } from "lucide-react"; export default function LandingPage() { return ( @@ -19,135 +18,125 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="medium" - sizing="largeSizeMediumTitles" - background="noise" - cardStyle="glass-depth" - primaryButtonStyle="primary-glow" - secondaryButtonStyle="layered" - headingFontWeight="extrabold" + contentWidth="small" + sizing="largeSmallSizeMediumTitles" + background="grid" + cardStyle="solid" + primaryButtonStyle="double-inset" + secondaryButtonStyle="radial-glow" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);