diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b3630..71a4737 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ const HomePage = () => { { text: "Start Your Project", href: "/contact" }, { text: "View Our Work", href: "/projects" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg?_wi=1" imageAlt="Construction site with modern buildings in Hawaii" showDimOverlay={true} buttonAnimation="slide-up" @@ -83,22 +83,22 @@ const HomePage = () => { id: 1, title: "Commercial Construction", description: "Office buildings, retail spaces, and commercial complexes built to the highest standards with modern design and durability.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=1" }, }, { id: 2, title: "Residential Development", description: "Custom homes and residential communities designed with attention to detail and built for island living.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=2" }, }, { id: 3, title: "Infrastructure & Public Works", description: "Large-scale infrastructure projects including roads, utilities, and public facilities built with precision and care.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg?_wi=2" }, }, ]} showStepNumbers={true} @@ -120,7 +120,7 @@ const HomePage = () => { name: "Honolulu Business Complex", price: "$45M", variant: "Commercial Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=4", imageAlt: "Honolulu business complex", }, { @@ -128,7 +128,7 @@ const HomePage = () => { name: "Waikiki Residential Tower", price: "$28M", variant: "Residential 250 Units", - imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=3", imageAlt: "Waikiki residential tower", }, { @@ -136,7 +136,7 @@ const HomePage = () => { name: "Island Infrastructure Highway", price: "$65M", variant: "Infrastructure 15 Miles", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=5", imageAlt: "Island infrastructure highway project", }, ]} @@ -170,7 +170,7 @@ const HomePage = () => { handle: "@lisabiz", testimonial: "Working with Atlas was a breeze. They understood our vision and brought it to life beautifully. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Lisa Nakamura", }, { @@ -188,7 +188,7 @@ const HomePage = () => { handle: "@angkim_dev", testimonial: "Our residential project was completed with exceptional quality. The team was always responsive and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1", imageAlt: "Angela Kim", }, { @@ -197,7 +197,7 @@ const HomePage = () => { handle: "@rlaucorp", testimonial: "Atlas Construction brought innovation and expertise to our infrastructure project. Outstanding partnership!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Robert Lau", }, { @@ -206,7 +206,7 @@ const HomePage = () => { handle: "@jenponce", testimonial: "Sustainable, innovative, and reliable. Atlas Construction is reshaping Hawaii's construction landscape.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=2", imageAlt: "Jennifer Ponce", }, ]} diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 0b72c87..ff8290b 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -51,7 +51,7 @@ const ProjectsPage = () => { name: "Honolulu Business Complex", price: "$45M", variant: "Commercial Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=9", imageAlt: "Honolulu business complex", }, { @@ -59,7 +59,7 @@ const ProjectsPage = () => { name: "Waikiki Residential Tower", price: "$28M", variant: "Residential 250 Units", - imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=6", imageAlt: "Waikiki residential tower", }, { @@ -67,7 +67,7 @@ const ProjectsPage = () => { name: "Island Infrastructure Highway", price: "$65M", variant: "Infrastructure 15 Miles", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=10", imageAlt: "Island infrastructure highway project", }, ]} @@ -91,7 +91,7 @@ const ProjectsPage = () => { name: "Kailua Shopping Center", price: "$18M", variant: "Commercial Opened 2024", - imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=7", imageAlt: "Kailua shopping center", }, { @@ -99,7 +99,7 @@ const ProjectsPage = () => { name: "Maui Community Center", price: "$22M", variant: "Public Works Regional Hub", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=11", imageAlt: "Maui community center", }, { @@ -107,7 +107,7 @@ const ProjectsPage = () => { name: "Honolulu Tech Campus", price: "$35M", variant: "Commercial Innovation Hub", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg?_wi=4", imageAlt: "Honolulu tech campus", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 47d3e1b..29fc97a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,22 +50,22 @@ const ServicesPage = () => { id: 1, title: "Commercial Construction", description: "Office buildings, retail spaces, and commercial complexes built to the highest standards with modern design and durability. We specialize in mixed-use developments and corporate headquarters.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=6" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=4" }, }, { id: 2, title: "Residential Development", description: "Custom homes and residential communities designed with attention to detail and built for island living. From luxury estates to affordable housing, we deliver quality craftsmanship.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=5" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=7" }, }, { id: 3, title: "Infrastructure & Public Works", description: "Large-scale infrastructure projects including roads, utilities, and public facilities built with precision and care. We handle complex projects with environmental responsibility.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=8" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg?_wi=3" }, }, ]} showStepNumbers={true} @@ -84,22 +84,22 @@ const ServicesPage = () => { id: 1, title: "Expert Team", description: "Our team includes licensed architects, engineers, and project managers with 20+ years of experience in Hawaii's construction market.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=1" }, }, { id: 2, title: "Quality Assurance", description: "Every project undergoes rigorous quality control and inspection protocols to ensure excellence at every stage.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=1" }, }, { id: 3, title: "Sustainable Practices", description: "We implement eco-friendly building practices and materials that minimize environmental impact while maximizing efficiency.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=2" }, }, ]} showStepNumbers={false} diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 1aa97df..dc65800 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -51,7 +51,7 @@ const TeamPage = () => { name: "James Chen", role: "CEO & Founder", description: "25+ years in construction management with expertise in large-scale commercial projects across the Pacific.", - imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=3", imageAlt: "James Chen, CEO", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, @@ -63,7 +63,7 @@ const TeamPage = () => { name: "Maria Rodriguez", role: "Chief Operations Officer", description: "20 years of operations excellence ensuring projects stay on schedule and within budget.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=3", imageAlt: "Maria Rodriguez, COO", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, @@ -75,7 +75,7 @@ const TeamPage = () => { name: "David Kahale", role: "Project Manager", description: "Island-native with deep knowledge of Hawaii's building codes and sustainable construction practices.", - imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=4", imageAlt: "David Kahale, Project Manager", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, @@ -87,7 +87,7 @@ const TeamPage = () => { name: "Sarah Williams", role: "Design Director", description: "Award-winning architect specializing in sustainable and innovative island design.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=3", imageAlt: "Sarah Williams, Design Director", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, @@ -113,7 +113,7 @@ const TeamPage = () => { name: "Excellence", role: "Our Standard", description: "We commit to the highest standards of quality, craftsmanship, and professionalism in everything we do.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=4", imageAlt: "Excellence in construction", }, { @@ -121,7 +121,7 @@ const TeamPage = () => { name: "Integrity", role: "Our Foundation", description: "Honesty, transparency, and ethical practices form the foundation of our relationships with clients and partners.", - imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=5", imageAlt: "Integrity in business", }, { @@ -129,7 +129,7 @@ const TeamPage = () => { name: "Innovation", role: "Our Future", description: "We continuously seek new technologies, methods, and approaches to improve our services and deliver better results.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=4", imageAlt: "Innovation in construction", }, ]}