Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20864ad041 | |||
| 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: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user