Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd59891db7 | |||
| df1ce6e3aa | |||
| 6d900375bd | |||
| 00f0e8a144 | |||
| 55991dfc25 | |||
| a871c42628 | |||
| 0b5d0b6f13 | |||
| 41a12cb185 | |||
| 7c7a10680a | |||
| 7556a57677 | |||
| 97f8230623 | |||
| 11ec29e09d | |||
| 4aa6e0a919 | |||
| 4caa7e92c9 | |||
| 5a30fe5f59 | |||
| d3a92d2eb3 | |||
| e46085f7d8 |
@@ -38,6 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Fernando's Auto Glass"
|
||||
logoSrc="/logo.svg"
|
||||
button={{ text: "Call Now", href: "tel:2109092750" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #481f1f;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #280101;
|
||||
--secondary-cta: #361311;
|
||||
--secondary-cta-text: #f6d4d4;
|
||||
--accent: #51000b;
|
||||
--background-accent: #ff2231;
|
||||
--background: #f0f8ff;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a2e;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #ffcc00;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #ffcc00;
|
||||
--background-accent: #e3f2fd;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user