diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 29d991c..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" -. "$(dirname "$0")/common.sh" - -yarn commitlint --edit $1 diff --git a/.husky/common.sh b/.husky/common.sh deleted file mode 100644 index 7bf8076..0000000 --- a/.husky/common.sh +++ /dev/null @@ -1,8 +0,0 @@ -command_exists () { - command -v "$1" >/dev/null 2>&1 -} - -# Workaround for Windows 10, Git Bash and Yarn -if command_exists winpty && test -t 1; then - exec < /dev/tty -fi diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index eb6e8c1..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" -. "$(dirname "$0")/common.sh" - -yarn lint-staged diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9821a77..ae561f7 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -33,112 +33,145 @@ const animations = [ ]; export default function Home() { return ( -
- - TypeScript starter for Next.js - - - + <> +
+ + TypeScript starter for Next.js + + + -
-

- Welcome to Next.js! -

+
+

+ Nikat +

+

Customer Engagement and beyond

+{/* +

+ Get started by editing{` `} + pages/index.js +

-

- Get started by editing{` `} - pages/index.js -

+

+ This is not an official starter! +

-

- This is not an official starter! -

+
+ +

Documentation →

+

Find in-depth information about Next.js features and API.

+
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. -

-
-
+ Animations Examples +

*/} -

- Animations Examples -

+
+ {animations.map((animation) => ( +
+

{animation}

+ {`
`}
+
+ ))} +
+
-
- {animations.map((animation) => ( -
-

{animation}

- {`
`}
-
- ))} +
+
+ +

Hyper Personalised Marketing

+

+ Create personalized campaigns for your customers using our robust + camapign creating tool +

+
+
+ +

Proximity Solutions

+

+ Use our customised GPS and Bluetooth Low Energy hardware solutions to give proximity based alerts to your customers +

+
+
+ +

IoT Based Hardware Solutions

+

+ Use our proprietary Bluetooth & IoT based hardware solutions to monitor & manage your store and customers +

+
-
- -
+ +
+ ); } diff --git a/src/styles/global.css b/src/styles/global.css index e5e2dcc..e4928f7 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -14,3 +14,15 @@ a { * { box-sizing: border-box; } + +.flex{ + display: flex; +} + +.text-center{ + text-align: center; +} + +.features-desc{ + margin: 2px 24px 32px 24px; +}