Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b38eda405 | |||
| 45dbaa450f | |||
| 50fb2ec6df | |||
| dd59891db7 | |||
| df1ce6e3aa | |||
| 6d900375bd | |||
| 00f0e8a144 | |||
| a871c42628 | |||
| 0b5d0b6f13 | |||
| 7556a57677 | |||
| 97f8230623 | |||
| 11ec29e09d | |||
| 4aa6e0a919 | |||
| 4caa7e92c9 | |||
| 5a30fe5f59 | |||
| d3a92d2eb3 | |||
| e46085f7d8 |
@@ -36,8 +36,10 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
]
|
||||
}
|
||||
brandName="Fernando's Auto Glass"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Crg0l5qBI7ljDN5LB8gIZIMiUV/uploaded-1777154629811-l1ovn4i0.png"
|
||||
button={{ text: "Call Now", href: "tel:2109092750" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--background: #f0f8ff;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a2e;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta: #ffcc00;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--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