Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd95df3fbe | |||
| c3deae16f4 | |||
| bdc1c12239 | |||
| 53a55dccd3 |
@@ -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" }] },
|
||||
|
||||
@@ -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: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user