diff --git a/src/app/page.tsx b/src/app/page.tsx index a480b01..2444e6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FaqBase from "@/components/sections/faq/FaqBase"; import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; import FooterBase from "@/components/sections/footer/FooterBase"; -import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; +import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; @@ -25,8 +25,8 @@ export default function LandingPage() { sizing="mediumLargeSizeMediumTitles" background="fluid" cardStyle="inset" - primaryButtonStyle="shadow" - secondaryButtonStyle="layered" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="solid" headingFontWeight="extrabold" > @@ -59,50 +59,16 @@ export default function LandingPage() {
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2758245..f775aab 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0b07ff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e34400; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --accent: #ff7b05; + --background-accent: #106efb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);