Update src/app/page.tsx

This commit is contained in:
2026-03-02 17:46:27 +00:00
parent f507ab3d84
commit 5bb27081b6

View File

@@ -154,16 +154,16 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Ion Popescu", role: "Proprietar casă", company: "Minieri, Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ion Popescu"
id: "1", name: "Ion Popescu", role: "Proprietar casă", company: "Minieri, Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Ion Popescu"
},
{
id: "2", name: "Maria Gheorghe", role: "Proprietar apartament", company: "Filipeștii de Pădure", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Maria Gheorghe"
id: "2", name: "Maria Gheorghe", role: "Proprietar apartament", company: "Filipeștii de Pădure", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Maria Gheorghe"
},
{
id: "3", name: "Vasile Dumitru", role: "Dezvoltator mic", company: "Județul Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Vasile Dumitru"
id: "3", name: "Vasile Dumitru", role: "Dezvoltator mic", company: "Județul Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Vasile Dumitru"
},
{
id: "4", name: "Cristina Ionescu", role: "Proprietar birou", company: "Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Cristina Ionescu"
id: "4", name: "Cristina Ionescu", role: "Proprietar birou", company: "Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Cristina Ionescu"
}
]}
/>