From 4741327e5f36a5b83660bc24e332002439330e8e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:50:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4793255..9d900ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,34 +44,24 @@ export default function LandingPage() {
-
- -
- -
- -
-
@@ -144,29 +95,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah Khan", date: "Jan 2025", title: "Great work", quote: "Reliable and fast response.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469438.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CoXBwWNL6m1l11EYsYUQ4tkZt1/uploaded-1777052789541-jcgp87ap.png?_wi=2", imageAlt: "happy client residential plumbing service" }, - { id: "t2", name: "Ali Ahmed", date: "Dec 2024", title: "Best in class", quote: "Professionals who know their job.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367548.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg?_wi=3", imageAlt: "happy client residential plumbing service" }, - { id: "t3", name: "Zainab Malik", date: "Dec 2024", title: "Recommended", quote: "Highly effective service.", tag: "Contractor", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138492.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg?_wi=3", imageAlt: "happy client residential plumbing service" }, - { id: "t4", name: "Usman Tariq", date: "Nov 2024", title: "Lifesaver", quote: "Fixed a major leak overnight.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thubs-up-down-looking-confused_141793-28630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg", imageAlt: "happy client residential plumbing service" }, - { id: "t5", name: "Maria Fatima", date: "Oct 2024", title: "Expert Team", quote: "Clean and professional work.", tag: "Office", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-holding-screwdriver-wearing-hardhat-by-construction-stairs-sticking-tongue-out-happy-with-funny-expression_839833-12323.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", imageAlt: "happy client residential plumbing service" }, + { id: "t1", name: "Sarah Khan", date: "Jan 2025", title: "Fast & Reliable", quote: "They arrived quickly and fixed the problem immediately. Very happy!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469438.jpg" }, + { id: "t2", name: "Ali Ahmed", date: "Dec 2024", title: "Great Professionals", quote: "Top-notch service for our office plumbing. Highly efficient team.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367548.jpg" } ]} - title="Client Reviews" - description="Trusted by home and business owners across Islamabad." - /> - - -
-
@@ -174,17 +107,16 @@ export default function LandingPage() {