Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7dc245404 | |||
| 6d3d2f0fde | |||
| e6a372dd84 | |||
| f4da0f33e5 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user