7 Commits

Author SHA1 Message Date
dc7d64b8cf Merge version_5 into main
Merge version_5 into main
2026-06-09 12:31:51 +00:00
165efca8f4 Update theme colors 2026-06-09 12:31:44 +00:00
825850d5f6 Merge version_4 into main
Merge version_4 into main
2026-06-09 12:30:30 +00:00
9e4459b10b Update src/app/page.tsx 2026-06-09 12:30:27 +00:00
a2bb84dd79 Merge version_3 into main
Merge version_3 into main
2026-06-09 12:28:33 +00:00
782822d7eb Update src/app/page.tsx 2026-06-09 12:28:26 +00:00
5042a7a511 Merge version_2 into main
Merge version_2 into main
2026-06-09 12:24:19 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="noise"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -64,7 +64,7 @@ export default function LandingPage() {
text: "Learn More", href: "#services"},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-swimming-pool-resort-with-umbrella-chair_1339-3999.jpg"
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool-with-blue-water-hotel-resort_1339-3388.jpg"
imageAlt="Sparkling clean swimming pool in Doral, Florida"
mediaAnimation="slide-up"
/>
@@ -119,7 +119,7 @@ export default function LandingPage() {
},
{
id: "m2", value: "10+", title: "Years Experience", items: [
"Over a decade of dedicated pool care.", "Expertise in all pool types and systems.", "Trusted by countless Doral residents."],
"Over a decade of dedicated pool care.", "Expertise in all pool types and systems.", "Trusted by countless Doral residents.", ""],
},
{
id: "m3", value: "200+", title: "Happy Customers", items: [

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f5f4f0;
--secondary-cta: #efe7dd;
--secondary-cta-text: #1a1a1a;
--accent: #94877c;
--background-accent: #afa094;
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);