Update src/app/about/page.tsx
This commit is contained in:
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
title="Rooted in Craft"
|
||||
description="Since our founding, we have focused on building structures that last generations."
|
||||
metrics={[{ value: "20+", title: "Years Experience" }, { value: "150+", title: "Custom Builds" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineers-with-helmets-standing-by-factory_1157-35526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineers-with-helmets-standing-by-factory_1157-35526.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,13 +47,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Philosophy"
|
||||
description="Integrity is the bedrock of every foundation we lay."
|
||||
features={[{ title: "Unmatched Quality", description: "Only the finest materials and skilled labor.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg" }, { title: "Transparent Process", description: "Clear communication from inception to completion.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg" }]}
|
||||
features={[{ title: "Unmatched Quality", description: "Only the finest materials and skilled labor.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg?_wi=3" }, { title: "Transparent Process", description: "Clear communication from inception to completion.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg?_wi=3" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lyon-france-december-22-2014-musee-des-confluences-musee-des-confluences-is-located-confluence-rhone-saone-rivers_268835-1074.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lyon-france-december-22-2014-musee-des-confluences-musee-des-confluences-is-located-confluence-rhone-saone-rivers_268835-1074.jpg?_wi=3"
|
||||
logoText="Dutchman Contracting"
|
||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Projects", href: "/projects" }] }, { title: "Company", items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }, { label: "Privacy", href: "#" }] }]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user