+ >
+ );
+};
+
+export default Tagline;
\ No newline at end of file
diff --git a/src/pages/index-testing.tsx b/src/pages/index-testing.tsx
new file mode 100644
index 0000000..d82c36b
--- /dev/null
+++ b/src/pages/index-testing.tsx
@@ -0,0 +1,31 @@
+import classNames from "classnames";
+import { Playfair_Display, Fraunces } from "next/font/google"
+import Tagline from "../components/Tagline";
+
+const playfair = Playfair_Display({ weight: "500",subsets: ["latin"] })
+const fraunces = Fraunces({ subsets: ["latin"] })
+
+export default function Home() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ );
+}
\ No newline at end of file
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5775d75..3eec785 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,28 +1,33 @@
import InfoCard from '../components/InfoCard';
+import Tagline from "../components/Tagline";
export default function Home() {
return (
<>
-
-
- Healthcare that's truly affordable
-
+
+
Self-funding gives you the flexibility to design a plan that is best suited to meet your company's needs. And unlike traditional insurance plans that charge a fixed annual rate for claims, self-funded plans are billed monthly, and only for the services used. This saves you from the extra cost of paying for something your company might not use and lets you continuously evaluate your company’s plan, maximizing flexibility and mitigating risk to your company's bottom line.