diff --git a/public/capturing-the-build.jpg b/public/capturing-the-build.jpg new file mode 100644 index 0000000..7b46662 Binary files /dev/null and b/public/capturing-the-build.jpg differ diff --git a/public/leadership-meeting.jpg b/public/leadership-meeting.jpg new file mode 100644 index 0000000..40ba306 Binary files /dev/null and b/public/leadership-meeting.jpg differ diff --git a/public/teamwork-in-motion.jpg b/public/teamwork-in-motion.jpg new file mode 100644 index 0000000..cc31214 Binary files /dev/null and b/public/teamwork-in-motion.jpg differ diff --git a/src/components/blocks/Agroponics.astro b/src/components/blocks/Agroponics.astro index 6808ee3..7e1c7a1 100644 --- a/src/components/blocks/Agroponics.astro +++ b/src/components/blocks/Agroponics.astro @@ -1,17 +1,21 @@ -
+
Agroponics combines IoT automation, structural engineering, and plant research to build optimized hydroponic environments. Through smart monitoring and controlled nutrient delivery, the team reduces the amount diff --git a/src/components/blocks/BehindTheBuild.astro b/src/components/blocks/BehindTheBuild.astro index 26a7ea7..22607bd 100644 --- a/src/components/blocks/BehindTheBuild.astro +++ b/src/components/blocks/BehindTheBuild.astro @@ -1,52 +1,58 @@ -
+
Every breakthrough happens through collaboration and curiosity.
Every component serves a mission.
+
Every component serves a mission.
+
Every moment of creation with the joy of making something real.
- {quote} -
- - +"{quote}"
+- {author}
+
From design to deployment. Here's what life inside Agrobot looks like.
- -
Agrobot is an autonomous agricultural robot designed to perform precise weeding and collect crop data in real time. With automation and machine @@ -19,8 +16,12 @@
Agrobot is just the first step. Introducing the next piece of our autonomous agriculture system.
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 36a7880..3ed0c2d 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -1,18 +1,48 @@ --- import Layout from "../layouts/Layout.astro"; import AgrobotHero from "../components/blocks/AgrobotHero.astro"; +import ProjectsAgrobot from "../components/blocks/ProjectsAgrobot.astro"; +import ProjectCloserLook from "../components/blocks/ProjectCloserLook.astro"; +import WhatsNextForAgrobot from "../components/blocks/WhatsNextForAgrobot.astro"; +import Agroponics from "../components/blocks/Agroponics.astro"; +import BehindTheBuild from "../components/blocks/BehindTheBuild.astro"; +import PeoplePoweringProjects from "../components/blocks/PeoplePoweringProjects.astro"; +import GetInvolvedWithAgrobot from "../components/blocks/GetInvolvedWithAgrobot.astro"; ---