diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 61ce5c3..ea9610d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { "Muitos não sabiam o preço real de mercado dos carros que queriam", "Faltava uma plataforma transparente e confiável em Portugal", ], - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-colorful-business-documents_1232-821.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-colorful-business-documents_1232-821.jpg", }, { id: "about-2", @@ -70,7 +70,7 @@ export default function AboutPage() { "Economia média de €2.500 por compra", "Análise de mais de 15.000 carros diariamente", ], - imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-set_23-2147723142.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-set_23-2147723142.jpg", }, { id: "about-3", @@ -80,7 +80,7 @@ export default function AboutPage() { "Integração com múltiplas plataformas de anúncios", "Atualizações de dados a cada hora", ], - imageSrc: "http://img.b2bpic.net/free-vector/web-design-elements-blue-color_23-2147544228.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-vector/web-design-elements-blue-color_23-2147544228.jpg", }, ]} gridVariant="bento-grid" @@ -97,35 +97,35 @@ export default function AboutPage() { { id: "testimonial-1", name: "João Silva", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-162874.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-162874.jpg", }, { id: "testimonial-2", name: "Maria Santos", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", }, { id: "testimonial-3", name: "Pedro Oliveira", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", }, { id: "testimonial-4", name: "Ana Costa", - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", }, { id: "testimonial-5", name: "Carlos Ferreira", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", }, { id: "testimonial-6", name: "Rita Martins", - imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg", }, ]} - cardTitle="\"A CarPriceCheck deu-me a confiança que precisava. Negoceei €1.800 de desconto graças aos dados!\"" + cardTitle="A CarPriceCheck deu-me a confiança que precisava. Negoceei €1.800 de desconto graças aos dados!" cardTag="Utilizador Verificado" cardTagIcon={CheckCircle} cardAnimation="blur-reveal" @@ -143,7 +143,7 @@ export default function AboutPage() { tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/appointment-booking-with-woman-smartphone_23-2148558796.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/appointment-booking-with-woman-smartphone_23-2148558796.jpg" imageAlt="Newsletter subscription for personalized car alerts" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index c23e6fd..2c66fde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function HomePage() { "Calcula o preço médio de mercado por modelo e cilindrada", "Atualiza dados a cada hora para informações sempre precisas", ], - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-colorful-business-documents_1232-821.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-colorful-business-documents_1232-821.jpg", imageAlt: "financial data analysis dashboard chart", }, { @@ -139,7 +139,7 @@ export default function HomePage() { "Identifique negócios a até 30% abaixo do mercado", "Compare com histórico de preços do veículo", ], - imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-set_23-2147723142.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-set_23-2147723142.jpg", imageAlt: "real-time data comparison visualization", }, { @@ -150,7 +150,7 @@ export default function HomePage() { "Defina intervalo de preços exato que procura", "Localização automática com base em sua proximidade", ], - imageSrc: "http://img.b2bpic.net/free-vector/web-design-elements-blue-color_23-2147544228.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/web-design-elements-blue-color_23-2147544228.jpg", imageAlt: "advanced search filter interface option", }, { @@ -214,21 +214,21 @@ export default function HomePage() { id: "product-1", name: "Volkswagen Golf 2019 - 125.000km", price: "12.500€ (-1.200€)", - imageSrc: "http://img.b2bpic.net/free-photo/back-white-car-with-red-rear-light_23-2147963761.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/back-white-car-with-red-rear-light_23-2147963761.jpg", imageAlt: "Volkswagen Golf 2019 silver sedan front", }, { id: "product-2", name: "Peugeot 308 2018 - 98.000km", price: "14.200€ (-950€)", - imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg", imageAlt: "Peugeot 308 2018 black sedan car", }, { id: "product-3", name: "Renault Scenic 2020 - 76.000km", price: "16.800€ (-1.500€)", - imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6748.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6748.jpg", imageAlt: "Renault Scenic 2020 family car white", }, ]} @@ -388,41 +388,41 @@ export default function HomePage() { { id: "testimonial-1", name: "João Silva", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-162874.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-162874.jpg", imageAlt: "happy male car buyer portrait smiling", }, { id: "testimonial-2", name: "Maria Santos", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", imageAlt: "happy female car buyer portrait smile", }, { id: "testimonial-3", name: "Pedro Oliveira", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "professional man happy customer portrait", }, { id: "testimonial-4", name: "Ana Costa", - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "professional woman happy customer portrait", }, { id: "testimonial-5", name: "Carlos Ferreira", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", imageAlt: "mature male satisfied customer portrait", }, { id: "testimonial-6", name: "Rita Martins", - imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg", imageAlt: "mature female satisfied customer portrait", }, ]} - cardTitle="\"Encontrei o meu carro ideal 2.000€ mais barato com a CarPriceCheck!\"" + cardTitle="Encontrei o meu carro ideal 2.000€ mais barato com a CarPriceCheck!" cardTag="Comprador Verificado" cardTagIcon={CheckCircle} cardAnimation="blur-reveal"