diff --git a/public/group-of-people-smiling.jpg b/public/group-of-people-smiling.jpg
new file mode 100644
index 0000000..d4af6d0
Binary files /dev/null and b/public/group-of-people-smiling.jpg differ
diff --git a/src/components/landing/PlantFuture.astro b/src/components/landing/PlantFuture.astro
new file mode 100644
index 0000000..881fbc5
--- /dev/null
+++ b/src/components/landing/PlantFuture.astro
@@ -0,0 +1,26 @@
+---
+// src/components/landing/PlantFuture.astro
+---
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index bb4f662..7e725f3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -5,6 +5,7 @@ import LandingHero from "../components/content/LandingHero.astro";
import MeetLeads from "../components/content/MeetLeads.astro";
import RootsSection from "../components/landing/RootsSection.astro";
import WhatWeBuild from "../components/landing/WhatWeBuild.astro";
+import PlantFutureSection from "../components/landing/PlantFuture.astro";
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
@@ -15,6 +16,7 @@ import WhatWeBuild from "../components/landing/WhatWeBuild.astro";
+