Merge version_1 into main #2
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, Building2, CheckCircle, Clock, Facebook, Hammer, Image, LinkedIn, Mail, Shield, TrendingUp, Trophy, Twitter, Users, Wrench } from 'lucide-react';
|
||||
import { Award, Building2, CheckCircle, Clock, Facebook, Hammer, Image, Linkedin, Mail, Shield, TrendingUp, Trophy, Twitter, Users, Wrench } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -98,18 +98,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Commercial Construction", description: "Full-scale commercial projects including office buildings, retail spaces, and mixed-use developments", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=1" }
|
||||
title: "Commercial Construction", description: "Full-scale commercial projects including office buildings, retail spaces, and mixed-use developments", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Residential Development", description: "Premium residential construction from single-family homes to large apartment complexes", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=1" }
|
||||
title: "Residential Development", description: "Premium residential construction from single-family homes to large apartment complexes", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Project Management", description: "Expert oversight ensuring coordination, scheduling, and seamless execution of all phases", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=2" }
|
||||
title: "Project Management", description: "Expert oversight ensuring coordination, scheduling, and seamless execution of all phases", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg" }
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -129,13 +129,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Metropolitan Tower", price: "$45M Project", imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=3", imageAlt: "Metropolitan Tower - Modern office building"
|
||||
id: "1", name: "Metropolitan Tower", price: "$45M Project", imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg", imageAlt: "Metropolitan Tower - Modern office building"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Riverside Residences", price: "$28M Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=3", imageAlt: "Riverside Residences - Luxury apartment complex"
|
||||
id: "2", name: "Riverside Residences", price: "$28M Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "Riverside Residences - Luxury apartment complex"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Industrial Hub Complex", price: "$35M Project", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=3", imageAlt: "Industrial Hub Complex - Warehouse facility"
|
||||
id: "3", name: "Industrial Hub Complex", price: "$35M Project", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg", imageAlt: "Industrial Hub Complex - Warehouse facility"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
logoText="BuildPro"
|
||||
copyrightText="© 2025 BuildPro Construction. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: LinkedIn, href: "https://linkedin.com/company/buildpro", ariaLabel: "LinkedIn" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/buildpro", ariaLabel: "LinkedIn" },
|
||||
{ icon: Facebook, href: "https://facebook.com/buildpro", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/buildpro", ariaLabel: "Twitter" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user