Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 01:23:10 +00:00

View File

@@ -48,22 +48,23 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
imageAlt="Interior acolhedor de O Loural com mesas preparadas"
mediaAnimation="opacity"
background={{ variant: "plain" }}
testimonials={[
{
name: "Maria Silva", handle: "Cliente Habitual", testimonial: "Grande variedade de pratos, bom ambiente, pessoas simpáticas!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"
},
{
name: "João Santos", handle: "Visitante", testimonial: "Bom ambiente comida com boa qualidade. Recomendo!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
},
{
name: "Ana Costa", handle: "Frequentadora", testimonial: "Bom café restaurante com boas refeições. Um ótimo espaço!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
name: "Pedro Oliveira", handle: "Cliente", testimonial: "Excelente comida portuguesa e atendimento perfeito. Voltarei!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -127,10 +128,10 @@ export default function LandingPage() {
cardAnimation="blur-reveal"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Maria Silva", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2" },
{ id: "2", name: "João Santos", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2" },
{ id: "3", name: "Ana Costa", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" },
{ id: "4", name: "Pedro Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg?_wi=2" }
{ id: "1", name: "Maria Silva", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
{ id: "2", name: "João Santos", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ id: "3", name: "Ana Costa", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "4", name: "Pedro Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg" }
]}
/>
</div>
@@ -164,4 +165,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}