diff --git a/src/app/page.tsx b/src/app/page.tsx index 75a6133..6962a79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Package, Star, Users } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Package, Star, Users, Briefcase } from "lucide-react"; export default function LandingPage() { return ( @@ -23,327 +22,103 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" background="none" - cardStyle="layered-gradient" - primaryButtonStyle="primary-glow" - secondaryButtonStyle="radial-glow" - headingFontWeight="normal" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="semibold" >
-
-
-
- -
- -
-
- -
- -
-
-