diff --git a/src/app/page.tsx b/src/app/page.tsx index 96e987e..07a1af6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -21,31 +21,23 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" background="noise" - cardStyle="inset" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="glass" - headingFontWeight="medium" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="solid" + headingFontWeight="semibold" >