6 Commits

Author SHA1 Message Date
c5fe8ebfd0 Update src/app/page.tsx 2026-04-28 11:43:52 +00:00
be99bbb8a8 Merge version_3 into main
Merge version_3 into main
2026-04-28 11:43:36 +00:00
da7d824743 Update theme colors 2026-04-28 11:43:33 +00:00
0aae2b77c9 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:38:53 +00:00
ab78cdf7f4 Update src/app/page.tsx 2026-04-28 11:38:47 +00:00
8864df3c90 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:30:55 +00:00
2 changed files with 12 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="aurora"
background="fluid"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -51,6 +51,7 @@ export default function LandingPage() {
title="Redefining Digital Depth"
description="We craft immersive 3D experiences that bridge the gap between imagination and digital reality. Elevate your brand with precision-engineered 3D design."
tag="Innovative 3D Agency"
buttons={[{ text: "Get a Proposal", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419519.jpg", imageAlt: "3d digital sculpture glass render"},
@@ -194,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5fffae6;
--primary-cta: #80da9b;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5fffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);