7 Commits

Author SHA1 Message Date
7bde59cf82 Update theme colors 2026-05-17 13:41:50 +00:00
85cad0699c Update theme colors 2026-05-17 13:41:21 +00:00
8d4090107f Update src/app/styles/variables.css 2026-05-17 13:40:20 +00:00
3c96e71b6f Merge version_6 into main
Merge version_6 into main
2026-05-17 13:38:42 +00:00
6a8a4a0652 Update src/app/styles/variables.css 2026-05-17 13:38:39 +00:00
1d78a30011 Update src/app/page.tsx 2026-05-17 13:38:39 +00:00
4eb4bf44c0 Merge version_5 into main
Merge version_5 into main
2026-05-17 13:37:08 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ana Silva", role: "Frequente", testimonial: "O bobó de camarão é insuperável, tempero perfeito!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg" },
{ id: "2", name: "Carlos Mendes", role: "Visitante", testimonial: "Vista maravilhosa e o pôr do sol é um evento à parte.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe_273443-677.jpg" },
{ id: "2", name: "Carlos Mendes", role: "Visitante", testimonial: "Vista maravilhosa e o pôr do sol é um evento à parte.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-coffee-cafe_1262-17855.jpg" },
]}
title="O que nossos clientes dizem"
description="Relatos de quem já viveu a experiência Maria da Praia."
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--background: #ffffff;
--card: #f7f9f7;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta: #e0c421;
--primary-cta-text: #0d1b2a;
--secondary-cta: #ffffff;
--secondary-cta: #f7f9f7;
--secondary-cta-text: #0d1b2a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #fde047;
--background-accent: #fde047;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);