Compare commits
25 Commits
version_23
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| 631c6a90dc | |||
| 74e2936b65 | |||
| 3d550a8f9f | |||
| 2f80f64bca | |||
| 3dfbc5b196 | |||
| 33f82804fa | |||
| db9e4f1037 | |||
| e31e58d678 | |||
| 5d41599926 | |||
| 223c064944 | |||
| dfe9489385 | |||
| 3331c9b904 | |||
| 87a2022c41 | |||
| afce60426e | |||
| 17860eb760 | |||
| 87a82554bc | |||
| ed5b91617a | |||
| c04368db64 | |||
| e23801309c | |||
| ed1a1e9637 | |||
| 9a189471b5 | |||
| f1bce9ed2f | |||
| 7cbfa7a65e | |||
| 250c49af57 | |||
| 487ae25c80 |
@@ -75,7 +75,7 @@ export default function WebAgency2Page() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "3D Web Experience", description: "Cutting-edge visual interactions that keep users engaged.", bentoComponent: "marquee", centerIcon: Sparkles,
|
||||
title: "3D Web Experience", description: "Utilizing WebGL and custom shaders to create immersive environments that dramatically increase user dwell time and brand retention.", bentoComponent: "marquee", centerIcon: Sparkles,
|
||||
variant: "text", texts: ["Three.js", "WebGL", "Interactive 3D", "Motion Design", "Immersive UI", "Custom Shaders"],
|
||||
},
|
||||
{
|
||||
@@ -202,4 +202,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user