Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 43fd7b82eb | |||
| 0a38eb4635 | |||
| aba2a8825e | |||
| 6ff4135974 |
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Agendar via WhatsApp", href: "https://wa.me/5511989013767" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149697972.jpg?_wi=2"
|
||||
avatarText="Mais de 500 pacientes transformadas"
|
||||
testimonialRatingClassName="text-yellow-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,6 +95,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ratingClassName="text-yellow-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,4 +134,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fdf2f8;
|
||||
--card: #ffffff;
|
||||
--foreground: #4c0519;
|
||||
--primary-cta: #db2777;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #fce7f3;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #fbcfe8;
|
||||
--background-accent: #f9a8d4;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user