Update packages + Fix landing page (responsive issue)

This commit is contained in:
Michael
2021-09-21 21:20:36 +02:00
parent 0c820a1a12
commit 8d90947cf4
3 changed files with 235 additions and 758 deletions

View File

@@ -7,12 +7,12 @@ import supabaseImage from 'public/landing/supabase.svg';
const Landing = (): JSX.Element => ( const Landing = (): JSX.Element => (
<div className="mt-10 mb-20 text-base-content w-full"> <div className="mt-10 mb-20 text-base-content w-full">
<div className="flex max-w-6xl m-auto justify-around"> <div className="flex max-w-6xl m-auto justify-around flex-wrap">
<div className="max-w-sm mr-16 my-auto"> <div className="max-w-sm mr-16 my-auto">
<h2 className="text-4xl font-bold font-title text-left leading-normal"> <h2 className="text-4xl font-bold font-title text-center lg:text-left leading-normal">
Build your <span className="text-primary">SaaS</span> in the blink of an eye! Build your <span className="text-primary">SaaS</span> in the blink of an eye!
</h2> </h2>
<p> <p className="text-center lg:text-left">
SupaNexTail got your back, and takes care of the initial setup, sometimes time consuming, SupaNexTail got your back, and takes care of the initial setup, sometimes time consuming,
but essential to your success. but essential to your success.
</p> </p>

960
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,11 +13,10 @@
"dependencies": { "dependencies": {
"@headlessui/react": "^1.4.1", "@headlessui/react": "^1.4.1",
"@sendgrid/mail": "^7.4.6", "@sendgrid/mail": "^7.4.6",
"@stripe/stripe-js": "^1.17.1", "@stripe/stripe-js": "^1.18.0",
"@supabase/grid": "1.16.0", "@supabase/supabase-js": "^1.22.6",
"@supabase/supabase-js": "^1.22.5", "@types/node": "^16.9.6",
"@types/node": "^16.7.13", "@types/react": "^17.0.24",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"axios": "^0.21.4", "axios": "^0.21.4",
"cors": "^2.8.5", "cors": "^2.8.5",
@@ -25,37 +24,37 @@
"express-rate-limit": "^5.3.0", "express-rate-limit": "^5.3.0",
"micro": "^9.3.4", "micro": "^9.3.4",
"next": ">=11.1.2", "next": ">=11.1.2",
"next-seo": "^4.26.0", "next-seo": "^4.28.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"react-toastify": "^8.0.2", "react-toastify": "^8.0.2",
"stripe": "^8.174.0", "stripe": "^8.176.0",
"typescript": "^4.4.2" "typescript": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^11.1.2", "@next/eslint-plugin-next": "^11.1.2",
"@types/cors": "^2.8.12", "@types/cors": "^2.8.12",
"@types/express-rate-limit": "^5.1.3", "@types/express-rate-limit": "^5.1.3",
"@types/micro": "^7.3.6", "@types/micro": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/eslint-plugin": "^4.31.2",
"autoprefixer": "^10.3.4", "autoprefixer": "^10.3.4",
"cypress": "^8.3.1", "cypress": "^8.4.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.1.2", "eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.11.3", "eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.24.2", "eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1", "eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"prettier": "^2.3.2", "prettier": "^2.4.1",
"tailwindcss": "^2.2.11" "tailwindcss": "^2.2.15"
} }
} }