Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 22:51:36 +00:00

View File

@@ -73,35 +73,35 @@ export default function LandingPage() {
handle: "@alicesilva",
testimonial: "A experiência com a SHOPIN é simplesmente incomparável.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=1",
},
{
name: "Bruno Costa",
handle: "@brunocosta",
testimonial: "Qualidade e sofisticação em cada detalhe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-fbi-officer_1098-14765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-fbi-officer_1098-14765.jpg?_wi=1",
},
{
name: "Carla Mendes",
handle: "@carlamendes",
testimonial: "O nível de exclusividade é surpreendente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1",
},
{
name: "Diogo Faria",
handle: "@diogofaria",
testimonial: "Atendimento impecável e produtos incríveis.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=1",
},
{
name: "Elena Vaz",
handle: "@elenavaz",
testimonial: "Realmente estabelecem novos padrões.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg?_wi=1",
},
]}
avatars={[
@@ -278,7 +278,7 @@ export default function LandingPage() {
handle: "@alicesilva",
testimonial: "A experiência com a SHOPIN é simplesmente incomparável. Qualidade e sofisticação em cada detalhe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=2",
},
{
id: "2",
@@ -286,7 +286,7 @@ export default function LandingPage() {
handle: "@brunocosta",
testimonial: "Atendimento impecável e produtos que realmente superam as expectativas.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-fbi-officer_1098-14765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-fbi-officer_1098-14765.jpg?_wi=2",
},
{
id: "3",
@@ -294,7 +294,7 @@ export default function LandingPage() {
handle: "@carlamendes",
testimonial: "O nível de exclusividade que encontrei aqui não vi em nenhum outro lugar.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2",
},
{
id: "4",
@@ -302,7 +302,7 @@ export default function LandingPage() {
handle: "@diogofaria",
testimonial: "Inovação real e um compromisso sério com o luxo moderno. Recomendo muito.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=2",
},
{
id: "5",
@@ -310,7 +310,7 @@ export default function LandingPage() {
handle: "@elenavaz",
testimonial: "A SHOPIN transformou minha percepção sobre serviços premium. Excelente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg?_wi=2",
},
]}
showRating={true}