diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c66b3e..f1e2cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Sparkles } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { Sparkles, CheckCircle, ArrowRight, ShieldCheck, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -18,286 +18,108 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="small" - sizing="mediumLarge" - background="none" - cardStyle="gradient-bordered" - primaryButtonStyle="shadow" - secondaryButtonStyle="solid" - headingFontWeight="medium" + contentWidth="medium" + sizing="medium" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" >
-
-
-
-
-
-