14 Commits

Author SHA1 Message Date
fb0d0fb581 Update src/app/page.tsx 2026-04-18 11:04:53 +00:00
b1ced18629 Update src/app/page.tsx 2026-04-18 11:02:13 +00:00
5a050530ed Update theme colors 2026-04-18 10:50:38 +00:00
a4dd275a05 Update theme colors 2026-04-18 10:49:20 +00:00
bcc4185261 Update theme colors 2026-04-18 10:48:53 +00:00
4d7dc30011 Update theme colors 2026-04-18 10:48:26 +00:00
808bca05d5 Update theme colors 2026-04-18 10:48:01 +00:00
33d57d60a1 Update theme colors 2026-04-18 10:47:44 +00:00
139dbf61b2 Update theme colors 2026-04-18 10:47:16 +00:00
e62c7a03fd Update theme colors 2026-04-18 10:46:49 +00:00
bcb6f3ca8c Update theme colors 2026-04-18 10:44:02 +00:00
bda2775da6 Update theme colors 2026-04-18 10:43:51 +00:00
74ee14bf18 Update theme colors 2026-04-18 10:43:32 +00:00
baf28443d7 Update theme colors 2026-04-18 10:43:22 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "#contact" },
]}
brandName="Cosmic Crust"
brandName="Science Fiction Pizza "
/>
</div>
@@ -170,7 +170,7 @@ export default function LandingPage() {
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Pricing", href: "/pricing" }, { label: "Privacy Policy", href: "#" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Locations", href: "#" }] }
]}
logoText="Cosmic Crust"
logoText="science fiction pizza "
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);