Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "View Portfolio", href: "portfolio" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=1"
|
||||
imageAlt="Construction site with modern building project"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-posing-building-scene_158595-2403.jpg", imageAlt: "Residential home construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg", imageAlt: "Completed residential project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=1", imageAlt: "Completed residential project"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-buildings_116348-29.jpg", imageAlt: "Commercial building under construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Completed commercial project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Completed commercial project"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -83,16 +83,16 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-mixing-construction-composition_23-2149328071.jpg", imageAlt: "Renovation construction work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg", imageAlt: "Industrial facility renovation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg?_wi=1", imageAlt: "Industrial facility renovation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Industrial Construction", description: "Specialized industrial construction for warehouses, manufacturing facilities, and heavy infrastructure projects", icon: Factory,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg", imageAlt: "Industrial construction facility"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg?_wi=2", imageAlt: "Industrial construction facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg", imageAlt: "Industrial site overview"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=2", imageAlt: "Industrial site overview"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -118,11 +118,11 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Downtown Office Complex", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Downtown office complex"},
|
||||
id: "1", name: "Downtown Office Complex", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=2", imageAlt: "Downtown office complex"},
|
||||
{
|
||||
id: "2", name: "Luxury Residential Estate", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg", imageAlt: "Luxury home project"},
|
||||
id: "2", name: "Luxury Residential Estate", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=2", imageAlt: "Luxury home project"},
|
||||
{
|
||||
id: "3", name: "Industrial Manufacturing Hub", price: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg", imageAlt: "Industrial facility"},
|
||||
id: "3", name: "Industrial Manufacturing Hub", price: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2995.jpg?_wi=3", imageAlt: "Industrial facility"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Showcasing our recent construction projects and success stories"
|
||||
|
||||
Reference in New Issue
Block a user