14 Commits

Author SHA1 Message Date
37cb6a257e Update theme colors 2026-04-24 18:04:47 +00:00
a1cf85e2a7 Update src/app/page.tsx 2026-04-24 17:52:39 +00:00
1a009cdc62 Update theme colors 2026-04-24 16:47:37 +00:00
c130e27a00 Update theme colors 2026-04-24 16:46:52 +00:00
b12097b7a5 Update theme colors 2026-04-24 16:44:01 +00:00
664323492f Update theme colors 2026-04-24 16:43:33 +00:00
60602bb247 Update theme colors 2026-04-24 16:38:01 +00:00
624cc213e8 Update src/app/styles/variables.css 2026-04-24 15:23:44 +00:00
561cc0a591 Update src/app/page.tsx 2026-04-24 15:23:44 +00:00
8139ad6b38 Merge version_3 into main
Merge version_3 into main
2026-04-24 15:20:19 +00:00
806050c925 Merge version_3 into main
Merge version_3 into main
2026-04-20 12:20:26 +00:00
3a86f95912 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:19:18 +00:00
566aebad54 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:12:28 +00:00
9b459c3bc7 Merge version_2 into main
Merge version_2 into main
2026-04-17 16:07:34 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -23,10 +23,10 @@ export default function LandingPage() {
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="none"
cardStyle="layered-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="light"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -37,13 +37,13 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="CarterDesigner"
brandName="CARTER24 "
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="CarterDesigner"
title="Clicks to Customers"
description="Crafting high-conversion digital experiences for forward-thinking brands. Expert web design and development that translates vision into growth."
background={{ variant: "sparkles-gradient" }}
buttons={[
@@ -164,7 +164,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="CarterDesigner"
logoText="CARTER24"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 CarterDesigner. All rights reserved.", href: "#" }}
/>
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #0A0A0C;
--card: #A8A8C0;
--card: #1E1E26;
--foreground: #F2F2F7;
--primary-cta: #8E0000;
--primary-cta-text: #F2F2F7;
--secondary-cta: #1900FF;
--secondary-cta-text: #F2F2F7;
--secondary-cta: #F2F2F7;
--secondary-cta-text: #0A0A0C;
--accent: #FF00C8;
--background-accent: #00E8FF;
--background-accent: #1E1E26;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);