From d4ea517d7e2cdec08f2ed1e9bdd99490116c2f63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:42:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7b1b13..34e91e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,109 +45,59 @@ export default function LandingPage() { @@ -165,14 +107,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Um espaço criado para encantar toda a família", - }, + type: "text", content: "Um espaço criado para encantar toda a família"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", - alt: "Espaço de eventos Abba", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", alt: "Espaço de eventos Abba"}, ]} /> @@ -184,29 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Festas Infantis", - description: "Diversão e conforto para os pequenos.", - tag: "Eventos", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg?_wi=2", - imageAlt: "event planner professional consultation", - }, + id: "1", title: "Festas Infantis", description: "Diversão e conforto para os pequenos.", tag: "Eventos", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg?_wi=2", imageAlt: "event planner professional consultation"}, { - id: "2", - title: "Decoração Personalizada", - description: "Estilo único para sua festa.", - tag: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg?_wi=4", - imageAlt: "elegant party venue luxury", - }, + id: "2", title: "Decoração Personalizada", description: "Estilo único para sua festa.", tag: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg?_wi=4", imageAlt: "elegant party venue luxury"}, { - id: "3", - title: "Buffet e Lanches", - description: "Sabores que encantam seus convidados.", - tag: "Serviços", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg?_wi=3", - imageAlt: "happy family celebration event", - }, + id: "3", title: "Buffet e Lanches", description: "Sabores que encantam seus convidados.", tag: "Serviços", imageSrc: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg?_wi=3", imageAlt: "happy family celebration event"}, ]} title="Tudo para sua celebração" description="Praticidade, beleza e excelente atendimento em um só lugar." @@ -221,25 +140,15 @@ export default function LandingPage() { author="Camila Bittencourt" avatars={[ { - src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", - alt: "Cliente 1", - }, + src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", alt: "Cliente 1"}, { - src: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg", - alt: "Cliente 2", - }, + src: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg", alt: "Cliente 2"}, { - src: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg", - alt: "Cliente 3", - }, + src: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg", alt: "Cliente 3"}, { - src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", - alt: "Cliente 4", - }, + src: "http://img.b2bpic.net/free-photo/champagne-bottle-with-food-table_23-2148244967.jpg", alt: "Cliente 4"}, { - src: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg", - alt: "Cliente 5", - }, + src: "http://img.b2bpic.net/free-photo/blank-burnt-paper-shiny-sequin-fabric-party-mask-desk_23-2148051756.jpg", alt: "Cliente 5"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -250,8 +159,7 @@ export default function LandingPage() {