diff --git a/src/app/page.tsx b/src/app/page.tsx index ab01648..f3ad22a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ArrowRight, Building, Landmark, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -17,106 +19,109 @@ export default function LandingPage() { defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="medium" - sizing="mediumLargeSizeLargeTitles" - background="circleGradient" - cardStyle="glass-elevated" + sizing="large" + background="none" + cardStyle="glass-depth" primaryButtonStyle="gradient" - secondaryButtonStyle="glass" - headingFontWeight="normal" + secondaryButtonStyle="radial-glow" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
);