Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-31 14:48:38 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Get In Touch", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg"
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -86,11 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1", title: "Pre-lease Survey", description: "Accurate spatial analysis to help you make informed real estate decisions.", tag: "Survey", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg"},
id: "s1", title: "Pre-lease Survey", description: "Accurate spatial analysis to help you make informed real estate decisions.", tag: "Survey", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=1"},
{
id: "s2", title: "LEED & WELL Design", description: "High-performance building standards focusing on health and sustainability.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg"},
id: "s2", title: "LEED & WELL Design", description: "High-performance building standards focusing on health and sustainability.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=1"},
{
id: "s3", title: "Project Management", description: "Comprehensive construction oversight from concept to completion.", tag: "Execution", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg"},
id: "s3", title: "Project Management", description: "Comprehensive construction oversight from concept to completion.", tag: "Execution", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=1"},
]}
title="Our Professional Services"
description="We specialize in end-to-end office interiors."
@@ -115,16 +115,16 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Alex Rivera", role: "CEO", company: "TechFlow Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=2"},
{
id: "t2", name: "Sarah Chen", role: "Director", company: "Innovate Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=2"},
{
id: "t3", name: "Mark Sterling", role: "COO", company: "Global Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=2"},
{
id: "t4", name: "Elena Vance", role: "Founder", company: "GreenBuild Lab", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg?_wi=2"},
]}
/>
</div>