diff --git a/public/hero-section-temp.jpg b/public/hero-section-temp.jpg new file mode 100644 index 0000000..157197b Binary files /dev/null and b/public/hero-section-temp.jpg differ diff --git a/src/components/blocks/AgrobotHero.astro b/src/components/blocks/AgrobotHero.astro new file mode 100644 index 0000000..6112eea --- /dev/null +++ b/src/components/blocks/AgrobotHero.astro @@ -0,0 +1,20 @@ + +
+ +
+ Agrbot Hero Section +
+ + +
+

+ Technology that powers the future of agriculture +

+ +

Modern tools for modern farms

+
+
diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..36a7880 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,18 @@ +--- +import Layout from "../layouts/Layout.astro"; +import AgrobotHero from "../components/blocks/AgrobotHero.astro"; +--- + + +
+ +
+ +
+ + +
+
+