Update src/app/page.tsx
This commit is contained in:
@@ -211,28 +211,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user