diff --git a/src/app/gettingstarted/page.tsx b/src/app/gettingstarted/page.tsx index 2a30b0f..836f3bd 100644 --- a/src/app/gettingstarted/page.tsx +++ b/src/app/gettingstarted/page.tsx @@ -1,206 +1,229 @@ - import { Button } from "@/components/ui/button"; import type { Metadata } from "next"; import Header from "@/components/shared/Header"; import ScrollToTopButton from "@/components/shared/ScrollUp"; export const metadata: Metadata = { - title: "Blox AI | Geeting Started", + title: "Blox AI | Getting Started", description: "Let's get you started with Blox AI.", }; -const page = () => { +const Page = () => { return ( <>
-
-
-

Welcome to BloxAI

-

- Craft stunning flowcharts, diagrams, and visuals effortlessly. -

- +
+
+
+

Welcome to BloxAI

+

+ Craft stunning flowcharts, diagrams, and visuals effortlessly. +

+ +
-
-
-

- Powerful Features -

+ + +
+

+ Features +

-
-

+
+

Real-time Collaboration -

-

+

+

Work together with your team in real-time, allowing seamless collaboration on diagrams and flowcharts.

-
-

Intuitive Editor

-

+

+

Intuitive Editor

+

Our intuitive editor makes it easy to create stunning visuals, with a wide range of tools and features at your fingertips.

-
-

Secure Sharing

-

+

+

Secure Sharing

+

Share your creations with peace of mind, thanks to our secure sharing options and access controls.

-
-
-

How to Use

-
-
-
- - 1 - -

- Open the Excalidraw canvas -

-
-
- - 2 - -

- Start drawing your diagrams -

-
-
- - 3 - -

- Collaborate with your team in real-time -

+
+
+
+
+
+

+ How to Use +

+
+
+ + 1 + +

+ Open the Excalidraw canvas +

+
+
+ + 2 + +

+ Start drawing your diagrams +

+
+
+ + 3 + +

+ Collaborate with your team in real-time +

+
-
-
-
-

- Frequently Asked Questions -

-
-
-

What is BloxAI?

-

- BloxAI is a powerful diagramming tool that allows you to create - stunning visuals, flowcharts, and diagrams effortlessly. -

-
-
-

- Can I collaborate with my team? -

-

- Yes, BloxAI supports real-time collaboration, allowing you and - your team members to work on the same diagram simultaneously. -

-
-
-

- Is BloxAI secure and private? -

-

- Absolutely! We prioritize security and privacy, ensuring that - your data is safe and secure at all times. -

-
-
-

- Can I export my diagrams? -

-

- Yes, you can export your diagrams in various formats, including - PNG, SVG, and PDF, making it easy to share or print your work. -

+
+

+ Frequently Asked Questions +

+
+
+

What is BloxAI?

+

+ BloxAI is a powerful diagramming tool that allows you to + create stunning visuals, flowcharts, and diagrams + effortlessly. +

+
+
+

+ Can I collaborate with my team? +

+

+ Yes, BloxAI supports real-time collaboration, allowing you + and your team members to work on the same diagram + simultaneously. +

+
+
+

+ Is BloxAI secure and private? +

+

+ Absolutely! We prioritize security and privacy, ensuring + that your data is safe and secure at all times. +

+
+
+

+ Can I export my diagrams? +

+

+ Yes, you can export your diagrams in various formats, + including PNG, SVG, and PDF, making it easy to share or + print your work. +

+
+
-
- -
-

- What Our Users Say -

-
-
-

+ +


+
+
+
+

+ What Our Users Say +

+

"BloxAI has been a game-changer for our team. The real-time collaboration features have streamlined our workflow, and the intuitive editor makes creating diagrams a breeze."

-

- John Doe, Project Manager

+

+ - John Doe, Project Manager +

-
-

+

+

"The secure sharing options and access controls give us peace of mind when sharing our work. We highly recommend BloxAI to any team that needs a powerful diagramming tool."

-

- Jane Smith, Team Lead

+

- Jane Smith, Team Lead

-
-

+

+

"BloxAI's real-time collaboration and intuitive editor have made our diagramming process much more efficient. It's a must-have tool for any team."

-

- Bob Johnson, Product Manager

+

+ - Bob Johnson, Product Manager +

-
+
-
-

Get in Touch

-
-
-

- Have any questions or need assistance? Feel free to reach out to - us. -

-

- Email: subha9.5@gmail.com -

-

- Phone: +91 86373 73116 -

-
-
-

- You can also visit our office or send us a letter: -

-

- Address: 123 Main Street, City, State 12345 -

+
+
+

+ Get in Touch +

+
+
+

+ Have any questions or need assistance? Feel free to reach out + to us. +

+

+ Email: subha9.5@gmail.com +

+

+ Phone: +91 86373 73116 +

+
+
+

+ You can also visit our office or send us a letter: +

+

+ Address: 123 Main Street, City, State 12345 +

+
-
-
-

© 2024 BloxAI. All rights reserved.

-

- - Privacy Policy - {" "} - |{" "} - - Terms of Service - -

-
+ + +
+
+

+ © 2024 BloxAI. All rights reserved. +

+

+ + Privacy Policy + {" "} + |{" "} + + Terms of Service + +

+
+
); }; -export default page; +export default Page;