From 9c0eb77fbdfefedf4815de815e73b4802ff640c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:46:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e1edc5..6c9623c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,45 +29,25 @@ export default function LandingPage() {
@@ -76,15 +56,8 @@ export default function LandingPage() { @@ -95,51 +68,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "1", - title: "Regulagem", - tags: [ - "Manutenção", - ], - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-his-instrument-workshop_23-2149018603.jpg", - imageAlt: "Middle aged man in his instrument workshop", - }, - { - id: "2", - title: "Troca de Sapatilhas", - tags: [ - "Reparo", - ], - imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-checking-wood-plank-quality-before-work_342744-1422.jpg?_wi=2", - imageAlt: "Middle aged man in his instrument workshop", - }, - { - id: "3", - title: "Polimento e Limpeza", - tags: [ - "Estética", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-medium-shot-musician-playing-saxophone_23-2148207491.jpg?_wi=1", - imageAlt: "Middle aged man in his instrument workshop", - }, - { - id: "4", - title: "Restauração Completa", - tags: [ - "Especializado", - ], - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-musician-with-stylish-hair-elegant-clothes-with-guitar-his-hands-playing-posing-dark-background_613910-5037.jpg?_wi=1", - imageAlt: "Middle aged man in his instrument workshop", - }, - { - id: "5", - title: "Avaliação Técnica", - tags: [ - "Diagnóstico", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-playing-guitar-red-wall-concert-live-color-band-applause-music-play-musician_140725-142817.jpg?_wi=1", - imageAlt: "Middle aged man in his instrument workshop", - }, + { id: "1", title: "Regulagem", tags: ["Manutenção"], imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-his-instrument-workshop_23-2149018603.jpg", imageAlt: "Middle aged man in his instrument workshop" }, + { id: "2", title: "Troca de Sapatilhas", tags: ["Reparo"], imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-checking-wood-plank-quality-before-work_342744-1422.jpg", imageAlt: "Middle aged man in his instrument workshop" }, + { id: "3", title: "Polimento e Limpeza", tags: ["Estética"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-medium-shot-musician-playing-saxophone_23-2148207491.jpg", imageAlt: "Middle aged man in his instrument workshop" }, + { id: "4", title: "Restauração Completa", tags: ["Especializado"], imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-musician-with-stylish-hair-elegant-clothes-with-guitar-his-hands-playing-posing-dark-background_613910-5037.jpg", imageAlt: "Middle aged man in his instrument workshop" }, + { id: "5", title: "Avaliação Técnica", tags: ["Diagnóstico"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-playing-guitar-red-wall-concert-live-color-band-applause-music-play-musician_140725-142817.jpg", imageAlt: "Middle aged man in his instrument workshop" } ]} title="Nossos Serviços" description="Especialistas em manutenção, regulagem e restauração de instrumentos de sopro." @@ -152,21 +85,9 @@ export default function LandingPage() { title="Por que nos escolher?" tag="Diferenciais" metrics={[ - { - id: "1", - value: "10+", - description: "Anos de Experiência", - }, - { - id: "2", - value: "500+", - description: "Instrumentos Restaurados", - }, - { - id: "3", - value: "100%", - description: "Qualidade Garantida", - }, + { id: "1", value: "10+", description: "Anos de Experiência" }, + { id: "2", value: "500+", description: "Instrumentos Restaurados" }, + { id: "3", value: "100%", description: "Qualidade Garantida" } ]} metricsAnimation="slide-up" /> @@ -174,57 +95,16 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1