Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aac99675e | |||
| d8c663b3f7 | |||
| cf1860fb02 | |||
| 770086641d | |||
| bd7d348531 | |||
| 20864ad041 | |||
| 1b1f0ed114 | |||
| 449b38c48c | |||
| 909856e6bf | |||
| c155bb05ab | |||
| b8a70f98e9 |
@@ -34,11 +34,11 @@ export default function BookingPage() {
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactCTA
|
||||
tag="Appointment"
|
||||
title="Book an Appointment"
|
||||
description="Secure your preferred time at Varad Salon."
|
||||
buttons={[{ text: "Confirm Booking" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Appointment"
|
||||
description="Ready to experience Varad Salon? Secure your preferred time slot directly through our booking portal below."
|
||||
buttons={[{ text: "Confirm Booking", href: "#" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0D0D0D;
|
||||
--card: #1A1A1A;
|
||||
--foreground: #F5F0E8;
|
||||
--primary-cta: #C9A84C;
|
||||
--primary-cta-text: #0D0D0D;
|
||||
--secondary-cta: #1A1A1A;
|
||||
--secondary-cta-text: #F5F0E8;
|
||||
--accent: #C9A84C;
|
||||
--background-accent: #262626;
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user