10 Commits

Author SHA1 Message Date
590f0904d2 Merge version_3 into main
Merge version_3 into main
2026-03-26 07:54:39 +00:00
cc6255f63d Update theme colors 2026-03-26 07:54:34 +00:00
e28fc9fde0 Switch to version 3: modified src/app/page.tsx 2026-03-03 18:47:48 +00:00
9ecb9c3ed0 Switch to version 3: modified src/app/layout.tsx 2026-03-03 18:47:47 +00:00
1bc7ca0b88 Merge version_4 into main
Merge version_4 into main
2026-03-03 13:47:43 +00:00
c0b9a1c40f Update src/app/page.tsx 2026-03-03 13:47:39 +00:00
f34eab4876 Update src/app/layout.tsx 2026-03-03 13:47:38 +00:00
cee3d1ae8c Merge version_3 into main
Merge version_3 into main
2026-03-03 13:44:38 +00:00
126ee61aff Update src/app/page.tsx 2026-03-03 13:44:33 +00:00
691989fc25 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:25:22 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -173,8 +173,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactFaq <ContactFaq
ctaTitle="Ready to Experience Premium Grooming?" ctaTitle="Ready to Experience Premium Grooming?"
ctaDescription="Book your appointment now or call us for any inquiries. Our team is ready to serve you." ctaDescription="Book now and get 15% off your first visit! Our team is ready to serve you. Simple booking process—just a few clicks away."
ctaButton={{ text: "📅 Book Appointment", href: "https://fresha.com" }} ctaButton={{ text: "Book Now First-Time 15% Off", href: "https://fresha.com" }}
ctaIcon={Calendar} ctaIcon={Calendar}
faqs={[ faqs={[
{ {

View File

@@ -10,15 +10,15 @@
--accent: #35c18b;; --accent: #35c18b;;
--background-accent: #ecebe4;; */ --background-accent: #ecebe4;; */
--background: #fffefe;; --background: #efebe5;;
--card: #f6f7f4;; --card: #f7f2ea;;
--foreground: #080908;; --foreground: #000000;;
--primary-cta: #0e3a29;; --primary-cta: #000000;;
--primary-cta-text: #fffefe;; --primary-cta-text: #efebe5;;
--secondary-cta: #e7eecd;; --secondary-cta: #ffffff;;
--secondary-cta-text: #080908;; --secondary-cta-text: #000000;;
--accent: #35c18b;; --accent: #ffffff;;
--background-accent: #ecebe4;; --background-accent: #e1b875;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);