From f12645c8d9682ffe529249de823b0f948d0ab551 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:44:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5db6f..e487b17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,18 +83,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Sustainable Construction", description: "We prioritize eco-friendly materials and energy-efficient building practices for long-term value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg", imageAlt: "Sustainable methods" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg", imageAlt: "Green technology" }, + title: "Sustainable Construction", description: "We prioritize eco-friendly materials and energy-efficient building practices for long-term value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg?_wi=1", imageAlt: "Sustainable methods" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg?_wi=1", imageAlt: "Green technology" }, }, { id: 2, - title: "Advanced Engineering", description: "Our precision-driven approach ensures structural integrity and high performance across all environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg", imageAlt: "Engineering detail" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg", imageAlt: "Structural plan" }, + title: "Advanced Engineering", description: "Our precision-driven approach ensures structural integrity and high performance across all environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg?_wi=2", imageAlt: "Engineering detail" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg?_wi=2", imageAlt: "Structural plan" }, }, { id: 3, - title: "Client-First Transparency", description: "Comprehensive project tracking and open communication mean you are always informed and involved.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg", imageAlt: "Project Dashboard" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg", imageAlt: "Client Portal" }, + title: "Client-First Transparency", description: "Comprehensive project tracking and open communication mean you are always informed and involved.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg?_wi=3", imageAlt: "Project Dashboard" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-controlling-house-light-using-smart-home-application-touching-screen-turn-it-by-mobile_482257-2842.jpg?_wi=3", imageAlt: "Client Portal" }, }, ]} /> @@ -119,11 +119,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Mark Sterling", handle: "@msterling", testimonial: "Nano built our corporate headquarters with unmatched attention to detail. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-digital-tablet_1170-483.jpg" }, + { id: "1", name: "Mark Sterling", handle: "@msterling", testimonial: "Nano built our corporate headquarters with unmatched attention to detail. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-digital-tablet_1170-483.jpg?_wi=1" }, { id: "2", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "The precision in their engineering is incredible. A seamless building experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, { id: "3", name: "David Thorne", handle: "@dthorne", testimonial: "Trustworthy builders who deliver on their promises. Highly recommended for complex projects.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-business-worker-smiling-confident-shake-hand-office_839833-33453.jpg" }, { id: "4", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "Their sustainable construction methods set them apart. Nano is the future of building.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg" }, - { id: "5", name: "James O'Connor", handle: "@joconnor", testimonial: "An absolute pleasure to work with. They manage budgets and timelines with rare transparency.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-digital-tablet_1170-483.jpg" }, + { id: "5", name: "James O'Connor", handle: "@joconnor", testimonial: "An absolute pleasure to work with. They manage budgets and timelines with rare transparency.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-digital-tablet_1170-483.jpg?_wi=2" }, ]} title="What Clients Say" description="Honest feedback from the people who trust us with their biggest investments." -- 2.49.1