diff --git a/src/app/page.tsx b/src/app/page.tsx index da27933..c9c261d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Briefcase, Home, Instagram, Layout, Twitter } from "lucide-react"; export default function LandingPage() { @@ -20,8 +20,8 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" - cardStyle="gradient-radial" + background="fluid" + cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" headingFontWeight="extrabold" @@ -30,167 +30,116 @@ export default function LandingPage() {