diff --git a/src/app/page.tsx b/src/app/page.tsx
index cb193b1..c1a00ef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
@@ -60,34 +46,14 @@ export default function LandingPage() {
@@ -100,20 +66,11 @@ export default function LandingPage() {
title="A Essência de Bonete"
description="Localizada em uma das praias mais preservadas de Ilhabela, nossa pousada oferece a combinação perfeita entre natureza intocada e serviço acolhedor."
bulletPoints={[
- {
- title: "Acesso Exclusivo",
- description: "Localização privilegiada na Praia do Bonete.",
- },
- {
- title: "Gastronomia",
- description: "Restaurante com frutos do mar frescos e locais.",
- },
- {
- title: "Descanso Total",
- description: "Suítes confortáveis com vista para o mar.",
- },
+ { title: "Acesso Exclusivo", description: "Localização privilegiada na Praia do Bonete." },
+ { title: "Gastronomia", description: "Restaurante com frutos do mar frescos e locais." },
+ { title: "Descanso Total", description: "Suítes confortáveis com vista para o mar." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg"
/>
@@ -122,20 +79,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Sem acesso de carro",
- "Sinal Wi-Fi instável",
- "Ambiente isolado",
- ],
- }}
- positiveCard={{
- items: [
- "Café da manhã incluso",
- "Atendimento personalizado",
- "Natureza preservada",
- ],
- }}
+ negativeCard={{ items: ["Sem acesso de carro", "Sinal Wi-Fi instável", "Ambiente isolado"] }}
+ positiveCard={{ items: ["Café da manhã incluso", "Atendimento personalizado", "Natureza preservada"] }}
title="Experiência Incomparável"
description="Por que escolher a Pousada Canto Bravo para sua estadia?"
/>
@@ -148,42 +93,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Peixe na Folha",
- price: "R$ 95",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Caipirinha Tropical",
- price: "R$ 35",
- imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Moqueca Caiçara",
- price: "R$ 120",
- imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Café da Manhã",
- price: "R$ 50",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup-seaside_23-2149703708.jpg",
- },
- {
- id: "5",
- name: "Sobremesa do Dia",
- price: "R$ 30",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-fruit-peach-black-currant-blueberry-apple_1232-2397.jpg",
- },
- {
- id: "6",
- name: "Camarão ao Alho",
- price: "R$ 85",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomatoes-with-garlic-bell-pepper-bowl-white-towel-with-mint-black-surface_141793-18049.jpg",
- },
+ { id: "1", name: "Peixe na Folha", price: "R$ 95", imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg" },
+ { id: "2", name: "Caipirinha Tropical", price: "R$ 35", imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg" },
+ { id: "3", name: "Moqueca Caiçara", price: "R$ 120", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg" },
+ { id: "4", name: "Café da Manhã", price: "R$ 50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup-seaside_23-2149703708.jpg" },
+ { id: "5", name: "Sobremesa do Dia", price: "R$ 30", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-fruit-peach-black-currant-blueberry-apple_1232-2397.jpg" },
+ { id: "6", name: "Camarão ao Alho", price: "R$ 85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomatoes-with-garlic-bell-pepper-bowl-white-towel-with-mint-black-surface_141793-18049.jpg" }
]}
title="Nosso Restaurante"
description="Sabores do mar preparados com ingredientes locais."
@@ -197,38 +112,13 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- name: "Fim de Semana",
- price: "R$ 800",
- buttons: [
- {
- text: "Reservar",
- href: "#contact",
- },
- ],
- features: [
- "Duas noites",
- "Café da manhã",
- "Acesso à praia",
- ],
+ id: "basic", name: "Fim de Semana", price: "R$ 800", buttons: [{ text: "Reservar", href: "#contact" }],
+ features: ["Duas noites", "Café da manhã", "Acesso à praia"]
},
{
- id: "pro",
- name: "Feriados",
- price: "R$ 1.500",
- buttons: [
- {
- text: "Reservar",
- href: "#contact",
- },
- ],
- features: [
- "Três noites",
- "Café da manhã",
- "Tour guiado",
- "Bebida de boas-vindas",
- ],
- },
+ id: "pro", name: "Feriados", price: "R$ 1.500", buttons: [{ text: "Reservar", href: "#contact" }],
+ features: ["Três noites", "Café da manhã", "Tour guiado", "Bebida de boas-vindas"]
+ }
]}
title="Diárias"
description="Opções de estadias para todos os momentos."
@@ -240,61 +130,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Ana Silva",
- date: "10/2023",
- title: "Paraíso",
- quote: "Lugar mágico, comida excelente!",
- tag: "Excelente",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg?_wi=2",
- imageAlt: "happy guest portrait smiling",
- },
- {
- id: "2",
- name: "João Santos",
- date: "11/2023",
- title: "Inesquecível",
- quote: "Tudo perfeito, voltarei logo.",
- tag: "Recomendo",
- avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg?_wi=2",
- imageAlt: "happy guest portrait smiling",
- },
- {
- id: "3",
- name: "Maria Oliveira",
- date: "12/2023",
- title: "Acolhedor",
- quote: "Atendimento nota dez em Bonete.",
- tag: "Melhor Pousada",
- avatarSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618429.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg?_wi=2",
- imageAlt: "happy guest portrait smiling",
- },
- {
- id: "4",
- name: "Pedro Lima",
- date: "01/2024",
- title: "Relaxante",
- quote: "Desconexão total, incrível.",
- tag: "Fantástico",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=2",
- imageAlt: "happy guest portrait smiling",
- },
- {
- id: "5",
- name: "Carla Souza",
- date: "02/2024",
- title: "Gastronomia",
- quote: "Moqueca deliciosa, experiência única.",
- tag: "Adorei",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-beach-sea-ocean-holiday-vacation_74190-13380.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg?_wi=2",
- imageAlt: "happy guest portrait smiling",
- },
+ { id: "1", name: "Ana Silva", date: "10/2023", title: "Paraíso", quote: "Lugar mágico, comida excelente!", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg", imageAlt: "happy guest portrait smiling" },
+ { id: "2", name: "João Santos", date: "11/2023", title: "Inesquecível", quote: "Tudo perfeito, voltarei logo.", tag: "Recomendo", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg", imageAlt: "happy guest portrait smiling" },
+ { id: "3", name: "Maria Oliveira", date: "12/2023", title: "Acolhedor", quote: "Atendimento nota dez em Bonete.", tag: "Melhor Pousada", avatarSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg", imageAlt: "happy guest portrait smiling" },
+ { id: "4", name: "Pedro Lima", date: "01/2024", title: "Relaxante", quote: "Desconexão total, incrível.", tag: "Fantástico", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg", imageAlt: "happy guest portrait smiling" },
+ { id: "5", name: "Carla Souza", date: "02/2024", title: "Gastronomia", quote: "Moqueca deliciosa, experiência única.", tag: "Adorei", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-beach-sea-ocean-holiday-vacation_74190-13380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg", imageAlt: "happy guest portrait smiling" }
]}
title="O que dizem nossos hóspedes"
description="Compartilhamos experiências marcantes na Praia do Bonete."
@@ -306,21 +146,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Como chegar ao Bonete?",
- content: "Acesso feito por trilha ou barco, consulte nossos parceiros.",
- },
- {
- id: "2",
- title: "Aceitam pets?",
- content: "Sim, aceitamos pets de pequeno porte sob consulta.",
- },
- {
- id: "3",
- title: "Tem sinal de celular?",
- content: "O sinal é bastante limitado, ideal para desconectar.",
- },
+ { id: "1", title: "Como chegar ao Bonete?", content: "Acesso feito por trilha ou barco, consulte nossos parceiros." },
+ { id: "2", title: "Aceitam pets?", content: "Sim, aceitamos pets de pequeno porte sob consulta." },
+ { id: "3", title: "Tem sinal de celular?", content: "O sinal é bastante limitado, ideal para desconectar." }
]}
title="Perguntas Frequentes"
description="Tire suas dúvidas antes de planejar sua viagem."
@@ -331,18 +159,11 @@ export default function LandingPage() {
@@ -350,31 +171,17 @@ export default function LandingPage() {