Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1cf85e2a7 | |||
| 1a009cdc62 | |||
| c130e27a00 |
@@ -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: "#" }}
|
||||
/>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
--primary-cta-text: #F2F2F7;
|
||||
--secondary-cta: #F2F2F7;
|
||||
--secondary-cta-text: #0A0A0C;
|
||||
--accent: #00E8Ff;
|
||||
--background-accent: #1E1E26;
|
||||
--accent: #FF00C8;
|
||||
--background-accent: #7ff4ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user