Merge version_2 into main #3
@@ -180,18 +180,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Ana Silva", role: "Cliente", testimonial: "O melhor tempero da região, recomendo!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg"},
|
||||
id: "t1", name: "Studio Corte & Co", role: "Parceiro Estratégico", testimonial: "A Sabor da Terra entrega uma qualidade artesanal que raramente encontramos hoje em dia. É um prazer colaborar com eles.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg"},
|
||||
{
|
||||
id: "t2", name: "Pedro Souza", role: "Cliente", testimonial: "Atendimento impecável e comida incrível.", imageSrc: "http://img.b2bpic.net/free-photo/glad-positive-hipster-guy-dressed-casually-sits-table-waits-lunch-prepared-by-housewife-holds-digital-tablet_273609-8921.jpg"},
|
||||
{
|
||||
id: "t3", name: "Mariana Lima", role: "Cliente", testimonial: "Experiência gastronômica maravilhosa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "t4", name: "Carlos Mendes", role: "Cliente", testimonial: "Voltarei muitas outras vezes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg"},
|
||||
{
|
||||
id: "t5", name: "Lucia Rocha", role: "Cliente", testimonial: "Sabor que traz lembranças boas.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
id: "t2", name: "Equipe Studio Corte", role: "Clientes Regulares", testimonial: "Nossas reuniões de equipe sempre ficam melhores com o almoço do Sabor da Terra. Sabor incomparável!", imageSrc: "http://img.b2bpic.net/free-photo/glad-positive-hipster-guy-dressed-casually-sits-table-waits-lunch-prepared-by-housewife-holds-digital-tablet_273609-8921.jpg"},
|
||||
]}
|
||||
title="O Que Dizem Nossos Clientes"
|
||||
description="Depoimentos reais de quem já se encantou pelo nosso sabor."
|
||||
title="Depoimentos de Parceiros"
|
||||
description="Veja o que diz quem acompanha o nosso crescimento de perto."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,4 +254,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #1f7cff;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #1f7cff;
|
||||
--background-accent: #1a1a1a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user