diff --git a/src/app/page.tsx b/src/app/page.tsx index 92ec3c6..30ee3cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; @@ -20,10 +20,10 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="medium" background="blurBottom" - cardStyle="subtle-shadow" - primaryButtonStyle="double-inset" - secondaryButtonStyle="glass" - headingFontWeight="semibold" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="bold" >