diff --git a/src/app/page.tsx b/src/app/page.tsx
index da408b9..5ac3291 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -171,40 +119,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "Incomparável, muito bom! O melhor lanche que já comi.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-holding-plates-with-food-looking-camera-while-serving-guests-restaurant_637285-1707.jpg",
- },
+ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Incomparável, muito bom! O melhor lanche que já comi.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-holding-plates-with-food-looking-camera-while-serving-guests-restaurant_637285-1707.jpg"},
{
- id: "t2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Entrega rápida e lanche delicioso. Recomendo muito!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
- },
+ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Entrega rápida e lanche delicioso. Recomendo muito!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg"},
{
- id: "t3",
- name: "Emily Rodriguez",
- handle: "@emilyr",
- testimonial: "Lugar ótimo, família e preço justo. Atendimento nota 10.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg",
- },
+ id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Lugar ótimo, família e preço justo. Atendimento nota 10.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg"},
{
- id: "t4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Lanches enormes e sabor muito marcante. Voltarei sempre.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
- },
+ id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Lanches enormes e sabor muito marcante. Voltarei sempre.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg"},
{
- id: "t5",
- name: "Lisa Wang",
- handle: "@lisaw",
- testimonial: "Sabor único e ingredientes super frescos. Nota 1000!",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-man-looking-camera_23-2148036714.jpg",
- },
+ id: "t5", name: "Lisa Wang", handle: "@lisaw", testimonial: "Sabor único e ingredientes super frescos. Nota 1000!", imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-man-looking-camera_23-2148036714.jpg"},
]}
title="O que nossos clientes dizem"
description="Veja por que somos os favoritos em Fernandópolis."
@@ -215,16 +138,13 @@ export default function LandingPage() {
@@ -234,30 +154,21 @@ export default function LandingPage() {
logoText="André Lanches"
columns={[
{
- title: "Endereço",
- items: [
+ title: "Endereço", items: [
{
- label: "Av. Líbero de Almeida Silvares, 3253, Fernandópolis - SP",
- href: "#",
- },
+ label: "Av. Líbero de Almeida Silvares, 3253, Fernandópolis - SP", href: "#"},
],
},
{
- title: "Horário",
- items: [
+ title: "Horário", items: [
{
- label: "Aberto até 00:00",
- href: "#",
- },
+ label: "Aberto até 00:00", href: "#"},
],
},
{
- title: "Contato",
- items: [
+ title: "Contato", items: [
{
- label: "(17) 99787-0320",
- href: "https://wa.me/5517997870320",
- },
+ label: "(17) 99787-0320", href: "https://wa.me/5517997870320"},
],
},
]}