From c6667f852c855bc562043000c8dddd68d27d150d Mon Sep 17 00:00:00 2001 From: Parna Roy Chowdhury <123104247+ParnaRoyChowdhury777@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:25:46 +0530 Subject: [PATCH] Update page.tsx --- src/app/gettingstarted/page.tsx | 322 +++++++++++++++++++++----------- 1 file changed, 213 insertions(+), 109 deletions(-) diff --git a/src/app/gettingstarted/page.tsx b/src/app/gettingstarted/page.tsx index 836f3bd..c941a77 100644 --- a/src/app/gettingstarted/page.tsx +++ b/src/app/gettingstarted/page.tsx @@ -2,6 +2,10 @@ import { Button } from "@/components/ui/button"; import type { Metadata } from "next"; import Header from "@/components/shared/Header"; import ScrollToTopButton from "@/components/shared/ScrollUp"; +import Footer from "@/components/shared/Footer"; +import { IconContainer } from "@/components/shared/IconContainer"; +import { Radar } from "@/components/shared/Radar"; +import { Bot, Brain, File, Fingerprint, Images, Users } from "lucide-react"; export const metadata: Metadata = { title: "Blox AI | Getting Started", @@ -9,6 +13,129 @@ export const metadata: Metadata = { }; const Page = () => { + const features = [ + { + icon: ( + + + + ), + title: "Fast Refresh", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + { + icon: ( + + + + ), + title: "Analytics", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + { + icon: ( + + + + ), + title: "Datacenter security", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + { + icon: ( + + + + ), + title: "Build on your terms", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + { + icon: ( + + + + ), + title: "Safe to use", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + { + icon: ( + + + + ), + title: "Flexible", + desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue, nisl eget molestie varius.", + }, + ]; + return ( <>
@@ -27,33 +154,43 @@ const Page = () => { -
-

- Features -

-
-
-

- Real-time Collaboration -

-

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

-
-
-

Intuitive Editor

-

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

+
+
+
+
+

+ Features +

+

+ BloxAI comes with a range of powerful features to help you + create stunning visuals and diagrams with ease. +

+
+
-
-

Secure Sharing

-

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

+
+
    + {features.map((item, idx) => ( +
  • +
    +
    + {item.icon} +
    +
    +

    {item.title}

    +

    {item.desc}

    +
  • + ))} +
@@ -98,7 +235,7 @@ const Page = () => {

What is BloxAI?

-

+

BloxAI is a powerful diagramming tool that allows you to create stunning visuals, flowcharts, and diagrams effortlessly. @@ -108,7 +245,7 @@ const Page = () => {

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. @@ -118,7 +255,7 @@ const Page = () => {

Is BloxAI secure and private?

-

+

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

@@ -127,7 +264,7 @@ const Page = () => {

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. @@ -138,89 +275,56 @@ const Page = () => {


-
-
-
-

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

-
-
-

- "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

-
-
-

- "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 -

-
+
+
+
+
+ + } + /> + } + />
-
- -
-
-

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

-
-
+
+
+
+ } + /> + } + delay={0.8} + />
-
- -
-
-

- © 2024 BloxAI. All rights reserved. -

-

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

+
+
+
+ } + /> + } + />
-
+ + + +
+