diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c9623c..d2c369e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Ligar agora", href: "tel:+5511999999999" }, { text: "WhatsApp", href: "https://wa.me/5511999999999" } ]} - imageSrc="http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-checking-wood-plank-quality-before-work_342744-1422.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-checking-wood-plank-quality-before-work_342744-1422.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -69,10 +69,10 @@ export default function LandingPage() { 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", 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" } + { 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" } ]} title="Nossos Serviços" description="Especialistas em manutenção, regulagem e restauração de instrumentos de sopro." @@ -117,9 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "João Silva", role: "Músico", company: "Banda local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-medium-shot-musician-playing-saxophone_23-2148207491.jpg" }, - { id: "2", name: "Maria Souza", role: "Estudante", company: "Conservatório", rating: 5, 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" }, - { id: "3", name: "Pedro Lima", role: "Saxofonista", company: "Independente", rating: 5, 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" }, + { id: "1", name: "João Silva", role: "Músico", company: "Banda local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-medium-shot-musician-playing-saxophone_23-2148207491.jpg?_wi=2" }, + { id: "2", name: "Maria Souza", role: "Estudante", company: "Conservatório", rating: 5, 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=2" }, + { id: "3", name: "Pedro Lima", role: "Saxofonista", company: "Independente", rating: 5, 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=2" }, { id: "4", name: "Ana Oliveira", role: "Professora", company: "Escola", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg" }, { id: "5", name: "Ricardo Santos", role: "Músico", company: "Igreja", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-sound-engineers-working-together_107420-96157.jpg" } ]}