5 Commits

Author SHA1 Message Date
d9e664ad3e Update theme colors 2026-05-29 23:30:17 +00:00
834d4dd267 Update theme colors 2026-05-29 23:30:03 +00:00
e97e5edb54 Update theme colors 2026-05-29 23:29:45 +00:00
745292796e Update src/app/page.tsx 2026-05-29 23:21:08 +00:00
21644364c6 Merge version_11 into main
Merge version_11 into main
2026-05-29 23:16:19 +00:00
2 changed files with 22 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ import { Layers } from "lucide-react";
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import RotatingGradientBackground from '@/components/background/RotatingGradientBackground';
export default function WebAgencyThemePage() {
const navItems = [
@@ -20,7 +21,7 @@ export default function WebAgencyThemePage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
@@ -31,7 +32,17 @@ export default function WebAgencyThemePage() {
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<RotatingGradientBackground
gradientColorStart="var(--accent)"
gradientColorEnd="var(--background-accent)"
bigCircleSize="30vw"
smallCircleSize="25vw"
blurAmount="150px"
opacity={0.6}
showSparkles={false}
className="fixed inset-0 z-0"
/>
<ReactLenis root className="relative z-10">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Growthlab.origin"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f8fbf9;
--card: #ffffff;
--foreground: #232d29;
--primary-cta: #5fd18c;
--primary-cta-text: #232d29;
--secondary-cta: #e6f7ef;
--secondary-cta-text: #232d29;
--accent: #a6edc1;
--background-accent: #e0f2e8;
--background: #060000;
--card: #1d0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff3d4a;
--primary-cta-text: #ffffff;
--secondary-cta: #1f0a0a;
--secondary-cta-text: #ffe6e6;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);