7 Commits

Author SHA1 Message Date
cee68069e1 Merge version_2 into main
Merge version_2 into main
2026-03-09 12:59:22 +00:00
f7dc245404 Update theme colors 2026-03-09 12:59:16 +00:00
8e7fe290f7 Merge version_2 into main
Merge version_2 into main
2026-03-09 10:46:44 +00:00
6d3d2f0fde Update theme colors 2026-03-09 10:46:38 +00:00
9aa71e865f Merge version_2 into main
Merge version_2 into main
2026-03-09 10:38:41 +00:00
e6a372dd84 Update src/app/page.tsx 2026-03-09 10:38:37 +00:00
f4da0f33e5 Update src/app/layout.tsx 2026-03-09 10:38:37 +00:00
3 changed files with 1381 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,10 +46,13 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+39032145330" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Via+Daniele+Ranzoni+2+Novara+Italy" }
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-fleece-shirt-drinks-coffee-hairdresser-s-salon_613910-5661.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfbvogRFJmCdOn3G37O9rGsOdS/uploaded-1773052355389-01ioymfy.jpg"
imageAlt="Barber hands at work precision haircut"
showDimOverlay={true}
buttonAnimation="slide-up"
containerClassName="w-full h-full bg-cover bg-center bg-no-repeat"
mediaWrapperClassName="w-full h-full absolute inset-0"
imageClassName="w-full h-full object-cover"
/>
</div>
@@ -182,4 +185,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);