Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85cad0699c | |||
| 8d4090107f | |||
| 3c96e71b6f | |||
| 6a8a4a0652 | |||
| 1d78a30011 | |||
| 4eb4bf44c0 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--background: #ffffff;
|
||||
--card: #f7f9f7;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta: #fef600;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user