diff --git a/src/app/page.tsx b/src/app/page.tsx index 565e9dc..7c01aa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Camera, Instagram, Linkedin, Twitter, Users } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { MapPin, Phone, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -19,292 +18,98 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="compact" - sizing="largeSmallSizeMediumTitles" - background="blurBottom" - cardStyle="gradient-bordered" - primaryButtonStyle="shadow" + contentWidth="medium" + sizing="mediumSizeLargeTitles" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" secondaryButtonStyle="solid" headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file