From 88f388eb060e22a51c4c769894ac6266f21a6bfd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:34:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5359e99..33bea1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,87 +30,39 @@ export default function LandingPage() {
@@ -132,21 +84,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Planejamento Conceitual", - description: "Desenvolvimento do conceito visual do projeto.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-choosing-tags_23-2147785626.jpg", - }, - { - title: "Curadoria de Interiores", - description: "Seleção minuciosa de móveis e objetos.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-artist-apron-holds-paintbrush-leaning-picture-frame-workshop_613910-18200.jpg", - }, - { - title: "Acompanhamento de Obra", - description: "Gestão técnica para execução perfeita.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hand-holding-small-house-model-pencil-blueprint_23-2148203980.jpg", - }, + { title: "Planejamento Conceitual", description: "Desenvolvimento do conceito visual do projeto.", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-choosing-tags_23-2147785626.jpg" }, + { title: "Curadoria de Interiores", description: "Seleção minuciosa de móveis e objetos.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-artist-apron-holds-paintbrush-leaning-picture-frame-workshop_613910-18200.jpg" }, + { title: "Acompanhamento de Obra", description: "Gestão técnica para execução perfeita.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hand-holding-small-house-model-pencil-blueprint_23-2148203980.jpg" } ]} title="Nossos Serviços" description="Transformamos ambientes com soluções inteligentes e sofisticadas." @@ -155,46 +95,17 @@ export default function LandingPage() {
@@ -302,40 +159,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/home-cozy-still-life-with-black-sofa-decor-living-room_169016-6439.jpg" logoText="Ana Couto" columns={[ - { - title: "Navegação", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Sobre", - href: "#about", - }, - { - label: "Projetos", - href: "#projects", - }, - ], - }, - { - title: "Contato", - items: [ - { - label: "Email", - href: "mailto:ana@anacouto.com", - }, - { - label: "WhatsApp", - href: "#", - }, - ], - }, + { title: "Navegação", items: [{ label: "Home", href: "#hero" }, { label: "Sobre", href: "#about" }, { label: "Projetos", href: "#projects" }] }, + { title: "Contato", items: [{ label: "Email", href: "mailto:ana@anacouto.com" }, { label: "WhatsApp", href: "#" }] } ]} /> ); -} +} \ No newline at end of file -- 2.49.1