diff --git a/src/components/Features.astro b/src/components/Features.astro new file mode 100644 index 0000000..c590d98 --- /dev/null +++ b/src/components/Features.astro @@ -0,0 +1,95 @@ +
+
+
+ + + + +
+

+ End-to-End Encryption +

+ + + Ensure your conversations are secure and private with + end-to-end encryption. + + +
+
+
+ + + + +
+

Group Chats

+ + + Easily create and manage group chats to collaborate with + friends, family, or colleagues. + + +
+
+
+ + + + +
+

+ Cross-Platform Compatibility +

+ + + Access your messages from any device, whether it's a + smartphone, tablet, or computer. + + +
+
+
+ + + + +
+

+ Customizable Themes +

+ + + Personalize your messaging experience with a wide range of + customizable themes and color options. + + +
+
+
+
+ +
+
\ No newline at end of file diff --git a/src/components/Hero.astro b/src/components/Hero.astro new file mode 100644 index 0000000..454aa7c --- /dev/null +++ b/src/components/Hero.astro @@ -0,0 +1,25 @@ +
+

Welcome To Purple Bubble!

+ + + A Free and OpenSource Project Created and Maintained By The + Community + + +
+ + Help Contribute + + +
+
\ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 451343f..fe62fb8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,8 @@ --- import EmailForm from "../components/Email-Form.astro"; import Layout from "../layouts/Layout.astro"; +import Hero from "../components/Hero.astro"; +import Features from "../components/Features.astro"; import Notification from "../components/Notification.astro"; import Footer from "../components/Footer.astro"; import "../styles/index.css"; @@ -15,129 +17,11 @@ import "../styles/index.css"; >
-
-

Welcome To Purple Bubble!

- - - A Free and OpenSource Project Created and Maintained By The - Community - - -
- - Help Contribute - - -
-
+
-
-
-
- - - - -
-

- End-to-End Encryption -

- - - Ensure your conversations are secure and private with - end-to-end encryption. - - -
-
-
- - - - -
-

Group Chats

- - - Easily create and manage group chats to collaborate with - friends, family, or colleagues. - - -
-
-
- - - - -
-

- Cross-Platform Compatibility -

- - - Access your messages from any device, whether it's a - smartphone, tablet, or computer. - - -
-
-
- - - - -
-

- Customizable Themes -

- - - Personalize your messaging experience with a wide range of - customizable themes and color options. - - -
-
-
-
- -
-
+