Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc7d64b8cf | |||
| 165efca8f4 | |||
| 825850d5f6 | |||
| 9e4459b10b | |||
| a2bb84dd79 | |||
| 782822d7eb | |||
| 5042a7a511 |
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="largeSmallSizeLargeTitles"
|
sizing="largeSmallSizeLargeTitles"
|
||||||
background="floatingGradient"
|
background="noise"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
text: "Learn More", href: "#services"},
|
text: "Learn More", href: "#services"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
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"
|
imageAlt="Sparkling clean swimming pool in Doral, Florida"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2", value: "10+", title: "Years Experience", items: [
|
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: [
|
id: "m3", value: "200+", title: "Happy Customers", items: [
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #f5faff;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #001122;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f4f0;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1a1a1a;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #94877c;
|
--accent: #a8cce8;
|
||||||
--background-accent: #afa094;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user