From 3b9cc5914289c52485cb10f8ea27510f665281c8 Mon Sep 17 00:00:00 2001 From: David Leuliette Date: Thu, 2 Mar 2023 23:31:02 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20iterating=20on=20the=20h?= =?UTF-8?q?ompage=20punchline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/weshipit/pages/index.tsx | 81 ++++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 34 deletions(-) diff --git a/apps/weshipit/pages/index.tsx b/apps/weshipit/pages/index.tsx index f1618011..3d6b1f3c 100644 --- a/apps/weshipit/pages/index.tsx +++ b/apps/weshipit/pages/index.tsx @@ -1,4 +1,10 @@ -import { ClientsListHomepage, Button, Hero, Text } from '@weshipit/ui'; +import { + ClientsListHomepage, + Button, + Hero, + Text, + Hyperlink, +} from '@weshipit/ui'; import Link from 'next/link'; import { getAllClients } from './api/client'; import Layout from '../components/layout'; @@ -33,43 +39,50 @@ export default function IndexPage({ clients }: clientsPageProps) { ogImageTitle="React Native Experts" > -

+

- Building React Native apps + A tiny studio,
- in months days. + making delightful React Native apps, +
+ brought to you by + + @flexbox + + & + + @MatthysDev +

-

- We are software developer, product makers, growth hackers, with a - focus on engineering community best practices. -

+
-
- -
- } - > - Book a consultation - -
+
@@ -79,7 +92,7 @@ export default function IndexPage({ clients }: clientsPageProps) { - + View our client list