diff --git a/src/app/page.tsx b/src/app/page.tsx index 91231f3..1c2d384 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { LayoutDashboard, TrendingUp, Users, Zap } from "lucide-react"; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { LayoutDashboard, TrendingUp, Users, Zap, Brain, Target, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -19,299 +19,112 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="circleGradient" - cardStyle="outline" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file