+ <>
+ {/*
@@ -35,7 +35,27 @@ const Tagline: React.FC = (
+
*/}
+
+
+>
);
};
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 00f9be3..bf9c053 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -1,24 +1,21 @@
import '../styles/globals.css';
import type { AppProps } from 'next/app';
-import { Playfair_Display, Fraunces } from 'next/font/google'
+import { Fraunces } from 'next/font/google'
import Navbar from '../components/Navbar';
import Footer from '../components/Footer';
import classNames from 'classnames';
-// const font = Playfair_Display({ weight: '500',subsets: ['latin'] })
const font = Fraunces({ subsets: ['latin'] })
function MyApp({ Component, pageProps }: AppProps) {
-
-
return (
- <>
-
-
-
-
-
- >
+
+
+
+
+
+
+
);
}
diff --git a/src/pages/index-services.tsx b/src/pages/index-services.tsx
index 1bbd8e8..ea4889a 100644
--- a/src/pages/index-services.tsx
+++ b/src/pages/index-services.tsx
@@ -21,7 +21,7 @@ export default function Home() {
While there are still fixed costs with self-funded plans, such as administrative fees, stop-loss premiums and any other set fees charged per employee, your employee premiums are billed on a per-claim basis.
-
+
While there are still fixed costs with
self-funded plans, such as administrative fees, stop-loss premiums and any other set fees charged per employee, your employee premiums are billed on a per-claim basis.
-
+
employee benefits more affordable for you and your employees. As a third-party administrator, we negotiate with leading PPOs and other organizations to help you find the best program for your employees without sacrificing the bottom line. This creates a major cost savings that you can pass on to your employees.
-
-
-
-
-
-
-
-
-
-
-
-
- {/*
*/}
>
);
}
\ No newline at end of file