4 Commits

Author SHA1 Message Date
0f5ca6ed48 Update src/app/page.tsx 2026-04-27 23:42:14 +00:00
11385226a1 Update theme colors 2026-04-27 23:39:30 +00:00
47e5191156 Update theme colors 2026-04-27 23:39:22 +00:00
e3812ff71d Update theme colors 2026-04-27 23:38:11 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
{ value: "15+", title: "Years Experience" },
{ value: "10k+", title: "Happy Clients" }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-hairdresser-washing-man-s-hair_23-2150665396.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CwVNjbVLmrqoXZ4wNOFBZ2c4u3/tmp/black-woman-hair-dresser-braiding-black--1777333282373-e3f6b864.png"
imageAlt="Expert barber at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #080000;
--card: #1e0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff7a7a;
--primary-cta-text: #080000;
--secondary-cta: #1e0909;
--secondary-cta-text: #ffe6e6;
--accent: #7b4242;
--background-accent: #65292c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);