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 ( + <> +