diff --git a/public/meta/img1.png b/public/meta/img1.png new file mode 100644 index 0000000..cb0a38b Binary files /dev/null and b/public/meta/img1.png differ diff --git a/public/meta/img2.png b/public/meta/img2.png new file mode 100644 index 0000000..3f7a828 Binary files /dev/null and b/public/meta/img2.png differ diff --git a/public/meta/img3.png b/public/meta/img3.png new file mode 100644 index 0000000..76ebfc2 Binary files /dev/null and b/public/meta/img3.png differ diff --git a/public/meta/img4.png b/public/meta/img4.png new file mode 100644 index 0000000..0a66559 Binary files /dev/null and b/public/meta/img4.png differ diff --git a/public/meta/img5.png b/public/meta/img5.png new file mode 100644 index 0000000..0fe6f97 Binary files /dev/null and b/public/meta/img5.png differ diff --git a/public/meta/img6.png b/public/meta/img6.png new file mode 100644 index 0000000..06c8109 Binary files /dev/null and b/public/meta/img6.png differ diff --git a/src/components/Meta.jsx b/src/components/Meta.jsx new file mode 100644 index 0000000..bb72678 --- /dev/null +++ b/src/components/Meta.jsx @@ -0,0 +1,18 @@ +export default function Meta({ title, description, image, url = "https://fluttershub.com" }) { + return ( + <> + {title} + + + + + + + + + + + + + ); +} diff --git a/src/components/ogp.jsx b/src/components/ogp.jsx new file mode 100644 index 0000000..e69de29 diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 02c25fb..96ce9a0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,16 +1,19 @@ --- +import Meta from "../layouts/Meta.astro"; import CenteredImage from "../components/CenteredImage.jsx"; import ButtonGrid from "../components/ButtonGrid.jsx"; import TypewriterLoader from "../components/TypewriterLoader.jsx"; import Greeting from "../components/Greeting.jsx"; import ConsoleArt from '../components/Console.jsx'; + + --- - Landing Page + {title} + + + + + + + + + + + + +