diff --git a/src/app/page.tsx b/src/app/page.tsx
index d894744..fc9e408 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,34 +45,23 @@ export default function LandingPage() {
@@ -149,51 +113,25 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Juliana Silva",
- role: "Cliente",
- company: "Bairro Santa Luzia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg?_wi=2",
- },
+ id: "1", name: "Juliana Silva", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg"},
{
- id: "2",
- name: "Ricardo Costa",
- role: "Cliente",
- company: "Bairro Santa Luzia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg?_wi=2",
- },
+ id: "2", name: "Ricardo Costa", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg"},
{
- id: "3",
- name: "Ana Paula",
- role: "Cliente",
- company: "Bairro Santa Luzia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg?_wi=2",
- },
+ id: "3", name: "Ana Paula", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg"},
{
- id: "4",
- name: "Carlos Eduardo",
- role: "Cliente",
- company: "Bairro Santa Luzia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-beer-glasses-kept-sand_1252-493.jpg",
- },
+ id: "4", name: "Carlos Eduardo", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/two-beer-glasses-kept-sand_1252-493.jpg"},
]}
kpiItems={[
{
- value: "4.9",
- label: "Avaliação",
- },
+ value: "4.9", label: "Avaliação"},
{
- value: "1k+",
- label: "Clientes",
- },
+ value: "1k+", label: "Clientes"},
{
- value: "5/5",
- label: "Satisfação",
- },
+ value: "5/5", label: "Satisfação"},
]}
title="O que nossos clientes dizem"
description="A Pizzaria Terraço é nosso ponto de encontro favorito em Santa Luzia!"
@@ -204,8 +142,7 @@ export default function LandingPage() {