Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -50,11 +50,11 @@ export default function LandingPage() {
|
||||
{ text: "See Our Work", href: "#services" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg", imageAlt: "Arbro Excavating on site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg", imageAlt: "Excavator machinery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg", imageAlt: "Site preparation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg", imageAlt: "Bulk delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg", imageAlt: "Land clearing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg?_wi=1", imageAlt: "Arbro Excavating on site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg?_wi=2", imageAlt: "Excavator machinery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg?_wi=3", imageAlt: "Site preparation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg?_wi=4", imageAlt: "Bulk delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5193.jpg?_wi=5", imageAlt: "Land clearing service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,12 +96,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "p1", name: "Topsoil", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg" },
|
||||
{ id: "p2", name: "Gravel", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060673.jpg" },
|
||||
{ id: "p1", name: "Topsoil", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Gravel", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060673.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Mulch", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756558.jpg" },
|
||||
{ id: "p4", name: "Fill Dirt", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg" },
|
||||
{ id: "p5", name: "Landscape Stone", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060673.jpg" },
|
||||
{ id: "p6", name: "Sand", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg" },
|
||||
{ id: "p4", name: "Fill Dirt", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg?_wi=2" },
|
||||
{ id: "p5", name: "Landscape Stone", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060673.jpg?_wi=2" },
|
||||
{ id: "p6", name: "Sand", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13264.jpg?_wi=3" },
|
||||
]}
|
||||
title="Bulk Material Selection"
|
||||
description="Premium supplies for every landscaping need."
|
||||
|
||||
Reference in New Issue
Block a user