diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a808a..9d87b26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,89 +34,56 @@ export default function LandingPage() {
@@ -129,41 +96,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Penthouse SkyView", - price: "R$ 12.5M", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-fabric-sofa_105762-2186.jpg", - }, + id: "p1", name: "Penthouse SkyView", price: "R$ 12.5M", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-fabric-sofa_105762-2186.jpg"}, { - id: "p2", - name: "Villa d'Oro", - price: "R$ 8.9M", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7876.jpg", - }, + id: "p2", name: "Villa d'Oro", price: "R$ 8.9M", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7876.jpg"}, { - id: "p3", - name: "Residência Minimal", - price: "R$ 15.2M", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-working-her-office_23-2147601355.jpg", - }, + id: "p3", name: "Residência Minimal", price: "R$ 15.2M", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-working-her-office_23-2147601355.jpg"}, { - id: "p4", - name: "Suite Royal", - price: "R$ 5.7M", - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", - }, + id: "p4", name: "Suite Royal", price: "R$ 5.7M", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg"}, { - id: "p5", - name: "Manor Heritage", - price: "R$ 22.0M", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg", - }, + id: "p5", name: "Manor Heritage", price: "R$ 22.0M", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg"}, { - id: "p6", - name: "Urban Sanctuary", - price: "R$ 9.3M", - imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", - }, + id: "p6", name: "Urban Sanctuary", price: "R$ 9.3M", imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"}, ]} title="Coleção Privada" description="Propriedades selecionadas com critérios de elite." @@ -185,30 +128,19 @@ export default function LandingPage() {
@@ -295,20 +205,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Como funciona o sigilo?", - content: "Garantimos discrição total em cada etapa do processo.", - }, + id: "f1", title: "Como funciona o sigilo?", content: "Garantimos discrição total em cada etapa do processo."}, { - id: "f2", - title: "Atendem internacionalmente?", - content: "Sim, possuímos presença estratégica em 5 países.", - }, + id: "f2", title: "Atendem internacionalmente?", content: "Sim, possuímos presença estratégica em 5 países."}, { - id: "f3", - title: "Qual o perfil de imóveis?", - content: "Trabalhamos exclusivamente com imóveis de altíssimo padrão.", - }, + id: "f3", title: "Qual o perfil de imóveis?", content: "Trabalhamos exclusivamente com imóveis de altíssimo padrão."}, ]} sideTitle="Dúvidas Frequentes" sideDescription="Respostas claras para decisões seguras." @@ -320,8 +221,7 @@ export default function LandingPage() {