From 900be9b73cc74155df09685c528a3920d4a0fa7e Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:57:22 -0400 Subject: [PATCH] Add Marketing Sections --- apps/landing/src/app/page.tsx | 125 ++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) diff --git a/apps/landing/src/app/page.tsx b/apps/landing/src/app/page.tsx index 425e77401..3f218df89 100644 --- a/apps/landing/src/app/page.tsx +++ b/apps/landing/src/app/page.tsx @@ -1,4 +1,5 @@ import { ArrowUp } from '@phosphor-icons/react/dist/ssr'; +import { Github } from '@sd/assets/svgs/brands'; import Image from 'next/image'; import CyclingImage from '~/components/CyclingImage'; import { toTitleCase } from '~/utils/util'; @@ -119,6 +120,130 @@ export default async function Page() { {/* */} {/*
*/}
+ {/* Explorer Section */} +
+
+

+ Explorer. Browse and manage your data like never before. +

+
+ {/* Bento Box 1 */} +
+ l +
+
+

Seamless Sync & Access

+
+
+ Whether online or offline, instantly access your data anytime, + anywhere. Keeping everything updated and available across your + devices. +
+
+ {/* Bento Box 2 */} +
+ l +
+
+

Privacy & Control

+
+
+ Your data is yours. With Spacedrive’s top-notch security, only you + can access your information — no third parties, no exceptions. +
+
+ {/* Bento Box 3 */} +
+ l +
+
+

Effortless Organization

+
+
+ Keep your digital life organized with automatic categorization and + smart structuring, making it easy to find what you need instantly. +
+
+
+
+
+ {/* 4 Corners Section */} +
+
+

TODO 4 Corners Section

+
+
+ {/* Search Section */} +
+
+

+ Search. Find what you’re looking for with ease using advanced filters. +

+ l +
+
+ {/* Assistant Section */} +
+
+
+

+ COMING NEXT YEAR +

+
+

+ Assistant. Mighty-powerful AI — no cloud needed. +

+

+ Details to be revealed soon... +

+
+
+ {/* Github Section */} +
+
+

Free and open-source. See for yourself.

+

+ When we promise strong privacy and encryption, we mean it. Our app’s source + code is entirely open-source and available on GitHub, so if you’re wondering + what Spacedrive does with your data or have an improvement to share, you’re + welcome to do so — we welcome and appreciate contributions! +

+ + + +
+
); }