Compare commits
4 Commits
version_14
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| fb0d0fb581 | |||
| b1ced18629 | |||
| 5a050530ed | |||
| a4dd275a05 |
@@ -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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #16ded8;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #e2e635;
|
||||
--background-accent: #8ff2f8;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user