diff --git a/src/components/pages/home/section/getting-started.tsx b/src/components/pages/home/section/getting-started.tsx
index 31917d31..57c2ced4 100644
--- a/src/components/pages/home/section/getting-started.tsx
+++ b/src/components/pages/home/section/getting-started.tsx
@@ -30,7 +30,7 @@ type LinkButtonProps = {
const LinkButton = ({ url, logo: Logo }: LinkButtonProps) => (
@@ -39,11 +39,11 @@ const LinkButton = ({ url, logo: Logo }: LinkButtonProps) => (
const GettingStarted = () => {
return (
<>
-
+
Get Started Using:
-
+
{list.map(({ url, name, logo }) => (
-
diff --git a/src/components/pages/home/section/opening-section.tsx b/src/components/pages/home/section/opening-section.tsx
index 00003f19..2ec10147 100644
--- a/src/components/pages/home/section/opening-section.tsx
+++ b/src/components/pages/home/section/opening-section.tsx
@@ -8,42 +8,28 @@ import GettingStarted from './getting-started';
const OpeningSection = () => {
const ref = createRef();
- const scrollToNextSection = () => {
- const element = ref.current.getBoundingClientRect();
- window.scrollTo({ top: element.height, behavior: 'smooth' });
- };
-
return (
-
+
-
+
GameCI
-
-
+
+
-
+
The fastest and easiest way to automatically test and build your game
projects
-