diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f82013..a87b304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,135 +29,80 @@ export default function LandingPage() {
@@ -167,13 +112,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Google Reviews", - "TripAdvisor", - "Zomato", - "Facebook", - "Local Guide", - ]} + "Google Reviews", "TripAdvisor", "Zomato", "Facebook", "Local Guide"]} title="Avaliação 4.6/5 - Recomendamos Reserva" + description="Junte-se a centenas de clientes satisfeitos que já experimentaram os nossos petiscos e cocktails únicos." /> @@ -184,20 +125,11 @@ export default function LandingPage() { description="Detalhes que fazem a diferença: cocktails, esplanada, ambiente cozy e staff amigo." accordionItems={[ { - id: "1", - title: "Ambiente Cozy", - content: "Um espaço pensado para o conforto e convívio, ideal para qualquer momento.", - }, + id: "1", title: "Ambiente Cozy", content: "Um espaço pensado para o conforto e convívio, ideal para qualquer momento."}, { - id: "2", - title: "Cocktails", - content: "Beber um copo connosco é uma experiência autêntica com sabores únicos.", - }, + id: "2", title: "Cocktails", content: "Beber um copo connosco é uma experiência autêntica com sabores únicos."}, { - id: "3", - title: "Petiscos", - content: "Receitas tradicionais feitas com carinho e ingredientes locais.", - }, + id: "3", title: "Petiscos", content: "Receitas tradicionais feitas com carinho e ingredientes locais."}, ]} imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-restaurant_1339-2605.jpg" mediaAnimation="slide-up" @@ -213,26 +145,11 @@ export default function LandingPage() { description="O que nos faz únicos na Covilhã." metrics={[ { - id: "m1", - value: "12", - title: "Anos", - description: "De tradição na cidade.", - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", - }, + id: "m1", value: "12", title: "Anos", description: "De tradição na cidade.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg"}, { - id: "m2", - value: "45+", - title: "Pratos", - description: "Opções no nosso menu.", - imageSrc: "http://img.b2bpic.net/free-photo/grapes-tomatoes-cheese-slices-bread-pastries-with-wineglass-wooden-desk_23-2148162031.jpg", - }, + id: "m2", value: "45+", title: "Pratos", description: "Opções no nosso menu.", imageSrc: "http://img.b2bpic.net/free-photo/grapes-tomatoes-cheese-slices-bread-pastries-with-wineglass-wooden-desk_23-2148162031.jpg"}, { - id: "m3", - value: "2.5k", - title: "Clientes", - description: "A cada mês servidos.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", - }, + id: "m3", value: "2.5k", title: "Clientes", description: "A cada mês servidos.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"}, ]} /> @@ -241,8 +158,7 @@ export default function LandingPage() {