Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c956ec7a41 | |||
| 58a83ab6d8 | |||
| af6f14ad1c | |||
| 14974867be |
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Ready to get a fresh cut?"
|
||||
description="Book your appointment online today and join the best barbershop community in Oeiras."
|
||||
buttons={[{ text: "Book Your Session Now", href: "#" }]}
|
||||
buttons={[{ text: "Book Appointment Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #1f4035;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #0d2b1f;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #0d5238;
|
||||
--background-accent: #10b981;
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user