diff --git a/src/app/page.tsx b/src/app/page.tsx index 90d5398..2b6c5f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,8 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; export default function LandingPage() { return ( @@ -13,10 +15,10 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" - contentWidth="medium" + contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="floatingGradient" - cardStyle="gradient-bordered" + background="none" + cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered" headingFontWeight="extrabold" @@ -25,24 +27,80 @@ export default function LandingPage() {
-