Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb61b01c34 | |||
| e49eb7a9f8 | |||
| 97d19f4f61 | |||
| fc1c5d995b | |||
| cb5f01a832 | |||
| 763535bb68 | |||
| 1457dc183f | |||
| 6a654ce71d | |||
| 5b3745ebb8 | |||
| 8813c26956 | |||
| c3c7afda2f | |||
| 49f3804527 | |||
| 9fc3930c9c | |||
| 82a9066833 | |||
| 8041b5b4ad | |||
| 477bac4bf6 | |||
| 432c496a5e | |||
| 71ab8277c1 | |||
| 1960b76d7e | |||
| c81e8fba5e |
@@ -48,8 +48,7 @@ export default function LandingPage() {
|
|||||||
logoSrc="http://img.b2bpic.net/free-photo/aerial-view-luxury-waterfront-homes-canals-gold-coast_1308-189350.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/aerial-view-luxury-waterfront-homes-canals-gold-coast_1308-189350.jpg"
|
||||||
logoAlt="Michaels' Plumbing Logo"
|
logoAlt="Michaels' Plumbing Logo"
|
||||||
brandName="Michaels' Plumbing"
|
brandName="Michaels' Plumbing"
|
||||||
button={{
|
|
||||||
text: "Call Now", href: "tel:+19046696911"}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -65,7 +64,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Get a Free Estimate", href: "#contact"},
|
text: "Get a Free Estimate", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Call Us Now", href: "tel:+19046696911"},
|
text: "Call Us Now", href: "tel:9046696911"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -280,9 +279,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Privacy Policy", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Terms of Service", href: "#"},
|
label: "Terms of Service", href: "#contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #f7f6f7;
|
||||||
--card: #1a1a1a;
|
--card: #ffffff;
|
||||||
--foreground: #f5f5f5;
|
--foreground: #25190c;
|
||||||
--primary-cta: #ffdf7d;
|
--primary-cta: #ff6207;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #25190c;
|
||||||
--accent: #b8860b;
|
--accent: #ffce93;
|
||||||
--background-accent: #8b6914;
|
--background-accent: #e8cfa8;
|
||||||
|
|
||||||
/* 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