Update src/app/page.tsx

This commit is contained in:
2026-05-04 18:21:46 +00:00
parent ddbcb88349
commit 4c4f4a2eed

View File

@@ -94,13 +94,13 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Client Feedback"
description="Hear from those we've helped secure their surplus funds."
title="Why Choose Us"
description="Why Work With Zifra Web"
testimonials={[
{ id: "t1", name: "Jane D.", role: "Homeowner", company: "Client", rating: 5, imageSrc: "https://img.freepik.com/free-photo/house-model-desk-office_23-2148759544.jpg" },
{ id: "t2", name: "Mark S.", role: "Homeowner", company: "Client", rating: 5, imageSrc: "https://img.freepik.com/free-photo/claim-folder-desk_23-2148759555.jpg" },
{ id: "t3", name: "Sarah L.", role: "Homeowner", company: "Client", rating: 5, imageSrc: "https://img.freepik.com/free-photo/stamped-document-desk_23-2148759560.jpg" },
{ id: "t4", name: "Tom B.", role: "Homeowner", company: "Client", rating: 4, imageSrc: "https://img.freepik.com/free-photo/desk-official-forms_23-2148759570.jpg" },
{ id: "t1", name: "Transparent Process", role: "Clear explanation of each step with no hidden terms", company: "", rating: 5, imageSrc: "https://img.freepik.com/free-photo/house-model-desk-office_23-2148759544.jpg" },
{ id: "t2", name: "No Upfront Fees", role: "Clear explanation of each step with no hidden terms", company: "", rating: 5, imageSrc: "https://img.freepik.com/free-photo/claim-folder-desk_23-2148759555.jpg" },
{ id: "t3", name: "Sarah L.", role: "Clear explanation of each step with no hidden terms", company: "", rating: 5, imageSrc: "https://img.freepik.com/free-photo/stamped-document-desk_23-2148759560.jpg" },
{ id: "t4", name: "Tom B.", role: "Clear explanation of each step with no hidden terms", company: "", rating: 4, imageSrc: "https://img.freepik.com/free-photo/desk-official-forms_23-2148759570.jpg" },
]}
/>
</div>