Compare commits
6 Commits
version_11
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d924247d1 | |||
| d9e664ad3e | |||
| 834d4dd267 | |||
| e97e5edb54 | |||
| 745292796e | |||
| 21644364c6 |
@@ -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"
|
||||
|
||||
@@ -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: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user