Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54f303ff8d | |||
| 4032159a18 | |||
| a77ce319b3 | |||
| e512731c23 | |||
| 9fbeeaadf7 | |||
| b0a5cfbb2b |
@@ -40,6 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="American Lawn & Garden"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Mastering the Art of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", alt: "Garden detail" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg", alt: "Company Logo" },
|
||||
{ type: "text", content: " Landscaping" },
|
||||
]}
|
||||
/>
|
||||
@@ -80,6 +81,11 @@ export default function LandingPage() {
|
||||
{ id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg" },
|
||||
{ id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg" },
|
||||
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg" },
|
||||
{ id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/tree-pruning_1359-1110.jpg" },
|
||||
{ id: "s5", title: "Fencing and Repair", tags: ["Construction"], imageSrc: "http://img.b2bpic.net/free-photo/wood-fence-garden_1359-1110.jpg" },
|
||||
{ id: "s6", title: "Masonry Installation", tags: ["Hardscape"], imageSrc: "http://img.b2bpic.net/free-photo/stone-masonry_1359-1110.jpg" },
|
||||
{ id: "s7", title: "Sprinkler Repair", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/irrigation-sprinkler_1359-1110.jpg" },
|
||||
{ id: "s8", title: "Aeration & Composting", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/garden-aeration_1359-1110.jpg" }
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive landscape solutions tailored to your unique property requirements. We are available Monday through Friday, 7am - 5pm."
|
||||
@@ -159,6 +165,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Company", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user