diff --git a/src/app/page.tsx b/src/app/page.tsx index d49e951..f7622e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Mail, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -18,32 +19,20 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="none" cardStyle="outline" - primaryButtonStyle="diagonal-gradient" + primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="extrabold" + headingFontWeight="medium" >