Update src/app/page.tsx
This commit is contained in:
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Aderir ao Clube", href: "#loyalty-club"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-box-with-different-fruits_23-2148238140.jpg"
|
||||
imageAlt="Luxurious local grocery store interior with fresh produce and elegant design"
|
||||
/>
|
||||
@@ -111,7 +112,7 @@ export default function LandingPage() {
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free-member", name: "Membro Gratuito", price: "Grátis", badge: "Inicie Hoje", badgeIcon: Sparkles,
|
||||
@@ -159,13 +160,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
description: "Mais de 10.000 clientes confiam em nós."
|
||||
title: "Clientes Satisfeitos", value: "Mais de 10.000 clientes confiam em nós."
|
||||
},
|
||||
{
|
||||
description: "Curadoria rigorosa em cada item."
|
||||
title: "Produtos de Qualidade", value: "Curadoria rigorosa em cada item."
|
||||
},
|
||||
{
|
||||
description: "Equipe sempre pronta para ajudar."
|
||||
title: "Atendimento A+", value: "Equipe sempre pronta para ajudar."
|
||||
}
|
||||
]}
|
||||
title="O que Nossos Clientes Dizem"
|
||||
|
||||
Reference in New Issue
Block a user