5 Commits

Author SHA1 Message Date
20864ad041 Update theme colors 2026-05-13 13:19:37 +00:00
449b38c48c Update src/app/booking/page.tsx 2026-05-13 13:16:22 +00:00
909856e6bf Merge version_3 into main
Merge version_3 into main
2026-05-13 13:08:50 +00:00
c155bb05ab Merge version_3 into main
Merge version_3 into main
2026-05-13 13:08:13 +00:00
b8a70f98e9 Merge version_3 into main
Merge version_3 into main
2026-05-13 13:07:41 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -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>

View File

@@ -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);