8 Commits

Author SHA1 Message Date
cad6916602 Update src/app/page.tsx 2026-01-03 17:51:18 +00:00
443344d2b5 Update src/app/layout.tsx 2026-01-03 17:51:18 +00:00
eb763101c3 Update src/app/globals.css 2026-01-03 17:51:17 +00:00
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
3 changed files with 11 additions and 11 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fffcfc;;
--card: #fffafa;;
--foreground: #220000;;
--primary-cta: #c1121f;;
--secondary-cta: #ffffff;;
--accent: #f0b8bc;;
--background-accent: #e07a82;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;
/* 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")
}
]}
/>