diff --git a/src/app/page.tsx b/src/app/page.tsx index c051c1b..9ab9f6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Leaf, ShieldCheck, Sparkles } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Star, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -20,380 +20,159 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="mediumLarge" + sizing="large" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file