+ );
+}
diff --git a/components/FrontPage/Combined/WriteOnceAccessAnywhere.jsx b/components/FrontPage/Combined/WriteOnceAccessAnywhere.jsx
new file mode 100644
index 00000000..21d40d5c
--- /dev/null
+++ b/components/FrontPage/Combined/WriteOnceAccessAnywhere.jsx
@@ -0,0 +1,37 @@
+import React from "react";
+import Button from "@/components/ui/Button";
+import Image from "next/image";
+
+// This is the 2nd to last section with the "write, once access anywhere" catchphrase
+
+export default function WriteOnceAccessAnywhere() {
+ return (
+
+
+ {/* TODO: Figure out what to do abou these percentage values */}
+
+
+ write once, access anywhere
+
+
+ writedown lets you export your notes to PDF, Markdown, HTML and
+ Text. Print, share or read. writedown gives you the ultimate
+ control.
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/components/FrontPage/Combined/finalSection.jsx b/components/FrontPage/Combined/finalSection.jsx
new file mode 100644
index 00000000..b5d9ca4a
--- /dev/null
+++ b/components/FrontPage/Combined/finalSection.jsx
@@ -0,0 +1,12 @@
+import React from "react";
+import Button from "@/components/ui/Button";
+export default function FinalSection() {
+ return (
+
+
+
Still not convinced?
+
+
+
+ );
+}
diff --git a/components/FrontPage/Combined/frontImage.jsx b/components/FrontPage/Combined/frontImage.jsx
new file mode 100644
index 00000000..d57ce273
--- /dev/null
+++ b/components/FrontPage/Combined/frontImage.jsx
@@ -0,0 +1,41 @@
+import React from "react";
+import Image from "next/image";
+
+export default function FrontImage() {
+ return (
+
+ {/* Desktop light */}
+
+ {/* Mobile light */}
+
+ {/* Desktop dark */}
+
+ {/* Mobile dark */}
+
+
+ );
+}
diff --git a/components/FrontPage/Combined/showcaseImages.jsx b/components/FrontPage/Combined/showcaseImages.jsx
new file mode 100644
index 00000000..15a62e01
--- /dev/null
+++ b/components/FrontPage/Combined/showcaseImages.jsx
@@ -0,0 +1,57 @@
+import React from "react";
+import Image from "next/image";
+import Button from "@/components/ui/Button";
+export default function ShowcaseImages() {
+ return (
+
+
+ {/* Showcase Image 1 */}
+
+
+
Easy to use, easy to write
+
+ With writedown it becomes easier to jot down your thoughts quickly
+ and in an efficient manner.
+
+
+
+
+
+
+
+
+
+
+ {/* Showcase Image 2 */}
+
+
+
Easy to use, easy to write
+
+ With writedown it becomes easier to jot down your thoughts quickly
+ and in an efficient manner.
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/components/FrontPage/Combined/textFields.jsx b/components/FrontPage/Combined/textFields.jsx
new file mode 100644
index 00000000..f49e3436
--- /dev/null
+++ b/components/FrontPage/Combined/textFields.jsx
@@ -0,0 +1,25 @@
+import React from "react";
+
+export function CathPhrase1() {
+ return (
+
diff --git a/pages/index.tsx b/pages/index.tsx
index 7c49a915..ac66c6c1 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,23 +1,55 @@
-import HeroSection from "@/components/home/HeroSection";
-import HeadTags from "@/components/common/HeadTags";
-import Features from "@/components/home/Features";
-import Navbar from "@/components/home/Navbar";
-import Footer from "@/components/home/Footer";
+// import HeroSection from "@/components/home/HeroSection";
+// import Features from "@/components/home/Features";
+// import Navbar from "@/components/home/Navbar";
+// import Footer from "@/components/home/Footer";
import type { NextPage } from "next";
+import TopBar from "@/components/frontPage/Topbar";
+import Button from "@/components/ui/Button";
+import FrontImage from "@/components/frontPage/Combined/FrontImage";
+import {
+ MainTitle,
+ CathPhrase1,
+} from "@/components/frontPage/Combined/TextFields";
+import ShowcaseImages from "@/components/frontPage/Combined/ShowcaseImages";
+import { FeatureBoxGrid } from "@/components/frontPage/FeatureBox";
+import WriteOnceAccessAnywhere from "@/components/frontPage/Combined/WriteOnceAccessAnywhere";
+import UsedTechnologies from "@/components/frontPage/Combined/UsedTechnologies";
+import FinalSection from "@/components/frontPage/Combined/FinalSection";
+import Footer from "@/components/frontPage/CustomFooter";
+import HeadTags from "@/components/common/HeadTags";
const Home: NextPage = () => {
return (
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {/* No, I am not gonna fix the typo -presi300 */}
+
+
+