3 Commits

Author SHA1 Message Date
c3deae16f4 Update theme colors 2026-05-11 00:06:58 +00:00
bdc1c12239 Update src/app/page.tsx 2026-05-10 23:55:26 +00:00
53a55dccd3 Merge version_3 into main
Merge version_3 into main
2026-05-10 23:54:05 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View Pricing Plans", href: "#pricing" }]}
features={[
{ title: "Surface Cleaning", description: "Daily skimming and brushing to prevent debris buildup.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-blue-vintage-pool-clean_1203-4526.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/spa-wet-poolside-hotel-steel_1203-4757.jpg" }] },
{ title: "Water Balancing", description: "Expert water testing and professional chemical adjustment.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-transparent-crystal-clear-water_23-2150786972.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-water-samples-from-river_23-2149354037.jpg" }] },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);