Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 12:27:40 +00:00

View File

@@ -57,19 +57,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sofia R.", handle: "Cliente Regular", testimonial: "Simpatia e atendimento personalizado de excelência.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg?_wi=1"
},
{
name: "Mariana S.", handle: "Esteticista", testimonial: "Produtos de muita qualidade a preços fantásticos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=1"
},
{
name: "Conceição T.", handle: "Cliente", testimonial: "Loja acolhedora com grande variedade de produtos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=1"
},
{
name: "Inês M.", handle: "Cabeleireira", testimonial: "Recomendo vivamente a todas as profissionais.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1"
},
]}
testimonialRotationInterval={5000}
@@ -84,27 +84,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sofia Ribeiro", handle: "@sofiar", testimonial: "Simpatia e atendimento personalizado. A Beatriz ajuda-me sempre a encontrar os produtos certos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg?_wi=2"
},
{
id: "2", name: "Mariana Silva", handle: "@marianasalon", testimonial: "Produtos de muita qualidade a preços fantásticos. Abasteco a minha estetica nesta loja.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=2"
},
{
id: "3", name: "Conceição Torres", handle: "@conceicaot", testimonial: "Loja acolhadora com grande variedade de produtos. Sempre que preciso encontro o que procuro.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=2"
},
{
id: "4", name: "Inês Martins", handle: "@inesbarbershop", testimonial: "Profissionalismo e qualidade garantida. Recomendo vivamente a todas as profissionais.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2"
},
{
id: "5", name: "Ana Costa", handle: "@anacosta", testimonial: "Atendimento amável e conhecimento profundo dos produtos. Voltei várias vezes!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg?_wi=3"
},
{
id: "6", name: "Cristina Gomes", handle: "@cristinabelleza", testimonial: "Loja de referência em Parede para produtos profissionais. Muito satisfeita.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=3"
},
]}
showRating={true}