diff --git a/src/app/page.tsx b/src/app/page.tsx index 417811b..319ceec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { CheckCircle, Zap, ShieldCheck, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -19,32 +20,21 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="large" - background="noiseDiagonalGradient" - cardStyle="glass-elevated" - primaryButtonStyle="double-inset" - secondaryButtonStyle="layered" - headingFontWeight="light" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" >