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