From ff6c484f28b94e0efaa012b98866cee9873f3397 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:59:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb2ccdc..e8e355e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { testimonials={[ { name: "Albana K.", handle: "@albanak", testimonial: "FMT Group turned our commercial vision into reality with precision.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-handsome-man-hold-laptop-head-as-roof_176420-17908.jpg" }, { name: "Eri M.", handle: "@erim", testimonial: "Highly professional engineering and structural delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-engineer-designing-architectural-plan-tablet-with-building-model-maquette-architect-working-urban-project-develop-property-construction-layout-industrial-architecture_482257-35280.jpg" }, - { name: "Sarah D.", handle: "@sd_arch", testimonial: "Exceptional structural engineering and site management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-architect-looking-camera_23-2148233749.jpg" }, - { name: "Mark L.", handle: "@ml_build", testimonial: "The best team for large commercial developments.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-office_23-2150771045.jpg" }, - { name: "Elena V.", handle: "@elena_v", testimonial: "Professional, reliable, and highly innovative design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-architect-with-blueprint-desk_23-2147839862.jpg" }, + { name: "Sarah D.", handle: "@sd_arch", testimonial: "Exceptional structural engineering and site management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-architect-looking-camera_23-2148233749.jpg?_wi=1" }, + { name: "Mark L.", handle: "@ml_build", testimonial: "The best team for large commercial developments.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-office_23-2150771045.jpg?_wi=1" }, + { name: "Elena V.", handle: "@elena_v", testimonial: "Professional, reliable, and highly innovative design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-architect-with-blueprint-desk_23-2147839862.jpg?_wi=1" }, ]} buttons={[{ text: "View Projects", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1161.jpg" @@ -155,9 +155,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah D.", handle: "@sd_architects", testimonial: "Exceptional structural engineering and site management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-architect-looking-camera_23-2148233749.jpg" }, - { id: "t2", name: "Mark L.", handle: "@ml_build", testimonial: "The best team for large commercial developments in Albania.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-office_23-2150771045.jpg" }, - { id: "t3", name: "Elena V.", handle: "@elena_v", testimonial: "Professional, reliable, and highly innovative design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-architect-with-blueprint-desk_23-2147839862.jpg" }, + { id: "t1", name: "Sarah D.", handle: "@sd_architects", testimonial: "Exceptional structural engineering and site management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-architect-looking-camera_23-2148233749.jpg?_wi=2" }, + { id: "t2", name: "Mark L.", handle: "@ml_build", testimonial: "The best team for large commercial developments in Albania.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-office_23-2150771045.jpg?_wi=2" }, + { id: "t3", name: "Elena V.", handle: "@elena_v", testimonial: "Professional, reliable, and highly innovative design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-male-architect-with-blueprint-desk_23-2147839862.jpg?_wi=2" }, { id: "t4", name: "Julian B.", handle: "@julianb", testimonial: "Highly recommended for any infrastructure venture.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/located-shanghai-one-hundred-years-ago-steel-bridge_1127-2887.jpg" }, { id: "t5", name: "Sofia R.", handle: "@sofi_r", testimonial: "FMT delivered our luxury complex on schedule.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sketch-new-construction_1098-14851.jpg" }, ]} -- 2.49.1