Skip to content

Commit

Permalink
Landing
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 4, 2023
1 parent 609cf65 commit db82199
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@midday/tsconfig": "workspace:*",
"@t3-oss/env-nextjs": "^0.7.1",
"@types/node": "20.10.2",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@midday/tsconfig": "workspace:*",
"@types/node": "20.10.2",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17"
}
Expand Down
6 changes: 6 additions & 0 deletions apps/website/src/components/startpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export function StartPage() {

<Image
quality={100}
loading="eager"
src={search}
alt="Midday | Search"
width={638}
Expand All @@ -242,6 +243,7 @@ export function StartPage() {

<Image
quality={100}
loading="eager"
src={tracking}
alt="Midday | Tracking"
width={360}
Expand All @@ -251,6 +253,7 @@ export function StartPage() {

<Image
quality={100}
loading="eager"
className="absolute right-0 bottom-0 hidden dark:md:block"
src={transactions}
alt="Midday | Transactions"
Expand Down Expand Up @@ -289,6 +292,7 @@ export function StartPage() {
<Image
quality={100}
src={searchLight}
loading="eager"
alt="Midday | Search"
width={638}
height={260}
Expand All @@ -298,6 +302,7 @@ export function StartPage() {
<Image
quality={100}
src={trackingLight}
loading="eager"
alt="Midday | Tracking"
width={360}
height={268}
Expand All @@ -306,6 +311,7 @@ export function StartPage() {

<Image
quality={100}
loading="eager"
className="absolute right-0 bottom-0 hidden md:block dark:hidden"
src={transactionsLight}
alt="Midday | Transactions"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"typescript": "^5.3.2"
},
"devDependencies": {
"vercel": "^32.6.1"
"vercel": "32.6.0"
}
}

0 comments on commit db82199

Please sign in to comment.