Update src/app/projects/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function ProjectsPage() {
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2"
|
||||
imageAlt="Modern architectural project"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -66,21 +66,21 @@ export default function ProjectsPage() {
|
||||
id: "1",
|
||||
name: "Modern Residential Estate",
|
||||
price: "$2.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=3",
|
||||
imageAlt: "Modern residential home construction",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Corporate Office Complex",
|
||||
price: "$5.8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=2",
|
||||
imageAlt: "Modern office building",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Retail Shopping Center",
|
||||
price: "$3.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg?_wi=2",
|
||||
imageAlt: "Retail shopping center development",
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +115,7 @@ export default function ProjectsPage() {
|
||||
id: "6",
|
||||
name: "Mixed-Use Development",
|
||||
price: "$4.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-blue-high-rise-buildings_181624-2673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-blue-high-rise-buildings_181624-2673.jpg?_wi=2",
|
||||
imageAlt: "Mixed-use commercial development",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user