5 Commits

Author SHA1 Message Date
b58359c794 Update src/app/page.tsx 2026-01-03 17:47:52 +00:00
95322a45fc Update src/app/layout.tsx 2026-01-03 17:47:51 +00:00
48043eb037 Update src/app/page.tsx 2026-01-03 17:44:31 +00:00
08a724db12 Update src/app/layout.tsx 2026-01-03 17:44:30 +00:00
317ca03a8a Update src/app/globals.css 2026-01-03 17:44:29 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fffcfc;;
--card: #fffafa;;
--foreground: #220000;;
--primary-cta: #c1121f;;
--background: #f8fcff;;
--card: #ffffff;;
--foreground: #00101f;;
--primary-cta: #409fff;;
--secondary-cta: #ffffff;;
--accent: #f0b8bc;;
--background-accent: #e07a82;;
--accent: #c7e2fc;;
--background-accent: #9bcfff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -56,8 +56,8 @@ export default function BarbershopPage() {
href: "contact"
},
{
text: "Learn More",
href: "services"
text: "Call Now",
onClick: () => window.open("tel:+1234567890", "_self")
}
]}
/>