diff --git a/src/components/Card.astro b/src/components/Card.astro
deleted file mode 100644
index 4924058..0000000
--- a/src/components/Card.astro
+++ /dev/null
@@ -1,61 +0,0 @@
----
-interface Props {
- title: string;
- body: string;
- href: string;
-}
-
-const { href, title, body } = Astro.props;
----
-
-
-
-
- {title}
- →
-
-
- {body}
-
-
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 438f05c..5bde07d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,39 +1,9 @@
---
import Layout from "../layouts/Layout.astro";
-import Card from "../components/Card.astro";
-import { VideoPlayer } from "../components/VideoPlayer";
---
-
Cruise CONTROL