1 Commits

Author SHA1 Message Date
d035b4f99b Update src/app/page.tsx 2026-03-03 17:17:14 +00:00

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
},
{
id: 2,
title: "Commercial Building", description: "Professional commercial construction for offices, retail spaces, and industrial facilities. Meeting all compliance and timeline requirements.", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "Commercial building project"
title: "Commercial Building", description: "Professional commercial construction for offices, retail spaces, and industrial facilities. Meeting all compliance and timeline requirements.", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=1", imageAlt: "Commercial building project"
},
{
id: 3,
@@ -121,7 +121,7 @@ export default function LandingPage() {
id: "2", name: "Oak Valley Homes", price: "Development", imageSrc: "http://img.b2bpic.net/free-photo/frog-s-eye-view-architectural-twin-buildings-against-clear-blue-sky_181624-59777.jpg", imageAlt: "Oak Valley homes project"
},
{
id: "3", name: "Commerce Park Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "Commerce Park commercial project"
id: "3", name: "Commerce Park Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=2", imageAlt: "Commerce Park commercial project"
},
]}
/>
@@ -164,19 +164,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Mitchell", handle: "@jamesmitchell", testimonial: "Concordia Building exceeded all our expectations. The team was professional, punctual, and delivered exactly what we envisioned. Our new home is perfect!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"
},
{
id: "2", name: "Sarah Chen", handle: "@sarahchen_", testimonial: "Outstanding quality and attention to detail. The renovation transformed our space beautifully. Highly recommend Concordia for any project.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "Professional team, fair pricing, and excellent communication throughout the entire process. Best decision we made for our commercial project.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"
},
{
id: "4", name: "Emily Watson", handle: "@emilywatson", testimonial: "From initial consultation to final walkthrough, Concordia demonstrated expertise and dedication. Our office building is beautiful and functional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Watson"
},
]}
/>