Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cad6916602 | |||
| 443344d2b5 | |||
| eb763101c3 | |||
| b58359c794 | |||
| 95322a45fc | |||
| 48043eb037 | |||
| 08a724db12 | |||
| 317ca03a8a |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fffcfc;;
|
--background: #0a0a0a;;
|
||||||
--card: #fffafa;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #220000;;
|
--foreground: #fffffae6;;
|
||||||
--primary-cta: #c1121f;;
|
--primary-cta: #fde047;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;;
|
||||||
--accent: #f0b8bc;;
|
--accent: #737373;;
|
||||||
--background-accent: #e07a82;;
|
--background-accent: #737373;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ export default function BarbershopPage() {
|
|||||||
href: "contact"
|
href: "contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Call Now",
|
||||||
href: "services"
|
onClick: () => window.open("tel:+1234567890", "_self")
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -281,4 +281,4 @@ export default function BarbershopPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user