+ );
}
diff --git a/docs/src/components/Homepage/features.js b/docs/src/components/Homepage/features.js
deleted file mode 100644
index b04aa1c94..000000000
--- a/docs/src/components/Homepage/features.js
+++ /dev/null
@@ -1,78 +0,0 @@
-import React from "react";
-import {
- ArrowPathIcon,
- CloudArrowUpIcon,
- LockClosedIcon,
-} from "@heroicons/react/20/solid";
-
-const features = [
- {
- name: "Powerful models",
- description:
- "Commodo nec sagittis tortor mauris sed. Turpis tortor quis scelerisque diam id accumsan nullam tempus. Pulvinar etiam lacus volutpat eu. Phasellus praesent ligula sit faucibus.",
- href: "#",
- icon: CloudArrowUpIcon,
- },
- {
- name: "AI that you control",
- description:
- "Pellentesque enim a commodo malesuada turpis eleifend risus. Facilisis donec placerat sapien consequat tempor fermentum nibh.",
- href: "#",
- icon: LockClosedIcon,
- },
- {
- name: "Unlimited use",
- description:
- "Pellentesque sit elit congue ante nec amet. Dolor aenean curabitur viverra suspendisse iaculis eget. Nec mollis placerat ultricies euismod ut condimentum.",
- href: "#",
- icon: ArrowPathIcon,
- },
-];
-
-export default function HomepageFeatures() {
- return (
-
-
-
-
- Deploy faster
-
-
- Why Jan
-
-
- Quis tellus eget adipiscing convallis sit sit eget aliquet quis.
- Suspendisse eget egestas a elementum pulvinar et feugiat blandit at.
- In mi viverra elit nunc.
-
- );
-}
diff --git a/docs/src/components/Homepage/hero.js b/docs/src/components/Homepage/hero.js
index 4c2d8aa91..b85f1964e 100644
--- a/docs/src/components/Homepage/hero.js
+++ b/docs/src/components/Homepage/hero.js
@@ -56,7 +56,7 @@ export default function HomepageHero() {
diff --git a/docs/src/components/Homepage/index.js b/docs/src/components/Homepage/index.js
index b349aaaa7..31a7550c5 100644
--- a/docs/src/components/Homepage/index.js
+++ b/docs/src/components/Homepage/index.js
@@ -1,5 +1,6 @@
export { default as HomepageBanner } from "./banner";
-export { default as HomepageFeatures } from "./features";
export { default as HomepageHero } from "./hero";
-export { default as HomepageUseCases } from "./usecases";
+export { default as HomepageSectionOne } from "./sectionOne";
+export { default as HomepageSectionTwo } from "./sectionTwo";
+export { default as HomepageSectionThree } from "./sectionThree";
export { default as HomepageDownloads } from "./downloads";
diff --git a/docs/src/components/Homepage/sectionOne.js b/docs/src/components/Homepage/sectionOne.js
new file mode 100644
index 000000000..122eeb373
--- /dev/null
+++ b/docs/src/components/Homepage/sectionOne.js
@@ -0,0 +1,77 @@
+import React from "react";
+import {
+ CircleStackIcon,
+ CloudArrowUpIcon,
+ CursorArrowRaysIcon,
+ HomeIcon,
+ LockClosedIcon,
+ RocketLaunchIcon,
+ ServerIcon,
+} from "@heroicons/react/20/solid";
+
+const features = [
+ {
+ name: "1 Click Installs.",
+ description:
+ "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily uploads your own models.",
+ icon: CursorArrowRaysIcon,
+ },
+ {
+ name: "Model management.",
+ description:
+ "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware compatibility.",
+ icon: HomeIcon,
+ },
+ {
+ name: "Cloud AI Compatible.",
+ description:
+ "Connect via API to ChatGPT, Claude which are also still supported. Also declare your own remote server endpoint on any GPU cloud and share it.",
+ icon: CloudArrowUpIcon,
+ },
+];
+
+export default function HomepageSectionOne() {
+ return (
+
+
+
+
+
+
+ Jan supports
+
+
+ Powerful Foundational Models
+
+
+ Open source foundational models are supported.
+