3 Commits

Author SHA1 Message Date
c105c99599 Update src/app/styles/variables.css 2026-04-20 22:46:34 +00:00
8df8449c9f Update src/app/page.tsx 2026-04-20 22:46:34 +00:00
20237e262d Merge version_3 into main
Merge version_3 into main
2026-04-16 21:31:37 +00:00
2 changed files with 13 additions and 7 deletions

View File

@@ -43,6 +43,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
mediaAnimation="slide-up"
tagAnimation="slide-up"
buttonAnimation="slide-up"
background={{
variant: "gradient-bars"}}
title="The All In One Solution Has Arrived. Excellence Delivered."
@@ -98,7 +101,7 @@ export default function LandingPage() {
<div id="results-metrics" data-section="results-metrics">
<MetricCardTwo
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
@@ -117,7 +120,7 @@ export default function LandingPage() {
<div id="features-steps" data-section="features-steps">
<FeatureCardTwelve
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -141,6 +144,8 @@ export default function LandingPage() {
<div id="socialProof" data-section="socialProof">
<SocialProofOne
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Trusted By Industry Leaders"
@@ -152,6 +157,7 @@ export default function LandingPage() {
<div id="contact-home" data-section="contact-home">
<ContactSplitForm
mediaAnimation="blur-reveal"
className="py-24 bg-[rgba(2,6,23,0.95)]"
containerClassName="px-8 lg:px-16"
titleClassName="text-white font-semibold tracking-tight text-4xl"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #050a12;
--card: #0a1525;
--foreground: #f8fafc;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #3b82f6;
--primary-cta-text: #ffffff;
--secondary-cta: #1e40af;
--secondary-cta-text: #0a2540;
--accent: #60a5fa;
--background-accent: #0f172a;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);