Compare commits
4 Commits
version_18
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| c07e31b6d7 | |||
| 3f78f65473 | |||
| c761e36f2c | |||
| 7418321c80 |
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
title="Client Reviews"
|
title="Client Reviews"
|
||||||
description="What our community has to say about the Migo experience."
|
description="What our community has to say about the Migo experience."
|
||||||
testimonials={[]}
|
testimonials={[]}
|
||||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
|||||||
tag="Book Now"
|
tag="Book Now"
|
||||||
title="Schedule Your Visit"
|
title="Schedule Your Visit"
|
||||||
description="Ready to get fresh? Reach out and let's get you on the schedule."
|
description="Ready to get fresh? Reach out and let's get you on the schedule."
|
||||||
background={{ variant: "cell-wave" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #010912;
|
--background: #ffffff;
|
||||||
--card: #152840;
|
--card: #f9f9f9;
|
||||||
--foreground: #e6f0ff;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f5f4f0;
|
--primary-cta-text: #f5f4f0;
|
||||||
--secondary-cta: #0e1a29;
|
--secondary-cta: #f0f0f0;
|
||||||
--secondary-cta-text: #1a1a1a;
|
--secondary-cta-text: #1a1a1a;
|
||||||
--accent: #3f5c79;
|
--accent: #e5e5e5;
|
||||||
--background-accent: #004a93;
|
--background-accent: #f4f4f4;
|
||||||
|
|
||||||
/* 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