4 Commits

Author SHA1 Message Date
43fd7b82eb Update theme colors 2026-05-09 18:33:12 +00:00
0a38eb4635 Update src/app/page.tsx 2026-05-09 18:31:45 +00:00
aba2a8825e Merge version_2 into main
Merge version_2 into main
2026-05-09 18:29:30 +00:00
6ff4135974 Merge version_2 into main
Merge version_2 into main
2026-05-09 18:29:01 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -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>
);
}
}

View File

@@ -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);