diff --git a/public/banner.svg b/public/banner.svg new file mode 100644 index 0000000..5c8a6a0 --- /dev/null +++ b/public/banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/banner2.svg b/public/banner2.svg new file mode 100644 index 0000000..4015adf --- /dev/null +++ b/public/banner2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Home/Banner.astro b/src/components/Home/Banner.astro new file mode 100644 index 0000000..0384c7e --- /dev/null +++ b/src/components/Home/Banner.astro @@ -0,0 +1,558 @@ +--- +--- + + + +
{mainHeroText}
diff --git a/src/pages/details/tools-and-services.md b/src/pages/details/tools-and-services.md
index 8ef3bc0..41fb7bb 100644
--- a/src/pages/details/tools-and-services.md
+++ b/src/pages/details/tools-and-services.md
@@ -12,7 +12,7 @@ tags: ["tools", "services", "community"]
[Back home]({{Internal_Home}})
-Here is some placeholder content in Markdown format for testing purposes. It includes various Markdown elements to ensure that your styling covers a wide range of formatting options.
+Here is some placeholder annotation table content in Markdown format for testing purposes. It includes various Markdown elements to ensure that your styling covers a wide range of formatting options.
---
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 5d682be..94ceb61 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,4 +1,5 @@
---
+import Banner from '../components/Home/Banner.astro';
import Layout from '../layouts/BaseLayout.astro';
import CommunityCards from '../components/Home/CommunityCards.astro';
import HeroText from '../components/Home/HeroText.astro';
@@ -8,10 +9,8 @@ import DeveloperCards from '../components/Home/DeveloperCards.astro';