diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c39f0..d3dd763 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -77,6 +78,16 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7884bb3..5aac0cc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #481f1f; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #280101; - --secondary-cta: #361311; + --secondary-cta: #ffffff; --secondary-cta-text: #f6d4d4; - --accent: #51000b; - --background-accent: #ff2231; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);