From 638eb1fe7951fd7983348269d09cfcd972bcd888 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 07:07:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d88fdef..da3f397 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "2", name: "Sarah Khan", date: "Dec 2023", title: "Property Owner", quote: "Supertech transformed our office space completely.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-professional-architects-brainstorming-ideeas-pointing-real-estate-construction-model-architectural-office-mixed-group-engineers-working-residential-project-desk_482257-37814.jpg?_wi=2", imageAlt: "happy client professional office business"}, { - id: "3", name: "Omar Bin", date: "Nov 2023", title: "Investor", quote: "Professional team with deep technical expertise.", tag: "Infrastructure", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-architects-shaking-hands_23-2148269341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=2", imageAlt: "happy client professional office business"}, + id: "3", name: "Omar Bin", date: "Nov 2023", title: "Investor", quote: "Professional team with deep technical expertise.", tag: "Infrastructure", avatarSrc: "http://img.b2bpic.net/low-angle-architects-shaking-hands_23-2148269341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-with-sky_23-2148106883.jpg?_wi=2", imageAlt: "happy client professional office business"}, { id: "4", name: "Layla Saeed", date: "Oct 2023", title: "Architect", quote: "Great coordination and excellent build quality.", tag: "Collaboration", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg", imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg?_wi=2", imageAlt: "happy client professional office business"}, { @@ -166,7 +166,7 @@ export default function LandingPage() { variant: "plain"}} tag="WhatsApp" title="Need a Quote?" - description="Get in touch with us via WhatsApp to discuss your upcoming project requirements." + description="Get in touch with us via WhatsApp to discuss your upcoming project requirements. Get a professional site assessment within 48 hours." buttonText="Chat on WhatsApp" onSubmit={(email) => console.log(email)} /> -- 2.49.1