diff --git a/app/page.tsx b/app/page.tsx
index 5515793..ed978ce 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,103 +1,12 @@
import { Button, buttonVariants } from "@/components/ui/button";
-import {
- Card,
- CardDescription,
- CardFooter,
- CardHeader,
- CardTitle,
-} from "@/components/ui/card";
-import {
- Popover,
- PopoverContent,
- PopoverTrigger,
-} from "@/components/ui/popover";
+
import { cn } from "@/lib/utils";
-import { HelpCircle, Search } from "lucide-react";
+import { Search } from "lucide-react";
import Link from "next/link";
-const EXAMPLES = [
- {
- uni: "UC Irvine",
- ge: "GE IV - Arts and Humanities",
- courses: 75,
- link: "/search?uni=University%20of%20California%2C%20Irvine&ge=GE%20IV",
- },
- {
- uni: "UC Santa Barbara",
- ge: "GE E - Culture and Thought",
- courses: 75,
- link: "/search?uni=University%20of%20California%2C%20Santa%20Barbara&ge=GE%20E",
- },
- {
- uni: "UC Irvine",
- ge: "GE VII - Multicultural Studies",
- courses: 50,
- link: "/search?uni=University%20of%20California%2C%20Irvine&ge=GE%20VII",
- },
-];
-
-const ArticulableDefinition = () => {
- return (
-
-
-
-
-
-
- "An articulated course is a course... that can be used
- to satisfy... general education requirements at another
- college or university." -
-
-
- San Diego Mesa College
-
-
-
+
);
diff --git a/components/hero/ArticulableDefinition.tsx b/components/hero/ArticulableDefinition.tsx
new file mode 100644
index 0000000..f552462
--- /dev/null
+++ b/components/hero/ArticulableDefinition.tsx
@@ -0,0 +1,38 @@
+import {
+ Popover,
+ PopoverContent,
+ PopoverTrigger,
+} from "@/components/ui/popover";
+import { HelpCircle } from "lucide-react";
+
+import Link from "next/link";
+
+const ArticulableDefinition = () => {
+ return (
+
+
+
+
+
+
+ "An articulated course is a course... that can be used
+ to satisfy... general education requirements at another
+ college or university." -
+
+
+ San Diego Mesa College
+
+
+