Update src/app/page.tsx
This commit is contained in:
@@ -211,28 +211,22 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Ayşe Yılmaz", role: "Resident", company: "Family of Four", rating: 5,
|
id: "1", name: "Ayşe Yılmaz", role: "Resident", company: "Family of Four", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Portrait professional woman"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Portrait professional woman"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Mehmet Kaya", role: "Executive", company: "Business Professional", rating: 5,
|
id: "2", name: "Mehmet Kaya", role: "Executive", company: "Business Professional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elif Demir", role: "Homeowner", company: "Young Couple", rating: 5,
|
id: "3", name: "Elif Demir", role: "Homeowner", company: "Young Couple", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Portrait professional woman"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Portrait professional woman"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Fatih Arslan", role: "Investor", company: "Property Developer", rating: 5,
|
id: "4", name: "Fatih Arslan", role: "Investor", company: "Property Developer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Zeynep Gül", role: "Community Leader", company: "Resident Association", rating: 5,
|
id: "5", name: "Zeynep Gül", role: "Community Leader", company: "Resident Association", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Portrait professional woman"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Portrait professional woman"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Rahat Eren", role: "Resident", company: "Urban Professional", rating: 5,
|
id: "6", name: "Rahat Eren", role: "Resident", company: "Urban Professional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait professional man"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
|
|||||||
Reference in New Issue
Block a user