diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7cbca40..82b7d7e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -35,10 +35,7 @@ export async function getStaticProps(): Promise< }; } -const Home: NextPage = ({ - tagline, - buttons, -}: IndexProps) => { +const Home: NextPage = ({ tagline, buttons }: IndexProps) => { return ( <> @@ -62,16 +59,16 @@ const Home: NextPage = ({ ))} -
-

- Xevion +
+

+ Xevion

-
-
+
+
{tagline} +
-
);