diff --git a/apps/website/package.json b/apps/website/package.json index a08aeed687..5d49e6281a 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@midday/tsconfig": "workspace:*", "@types/node": "^22.9.0", - "@types/react": "npm:types-react@19.0.0-alpha.3", + "@types/react": "18.3.12", "@types/react-dom": "npm:types-react-dom@19.0.0-alpha.3" }, "overrides": { diff --git a/apps/website/src/components/section-four.tsx b/apps/website/src/components/section-four.tsx index c490200dbd..afba703335 100644 --- a/apps/website/src/components/section-four.tsx +++ b/apps/website/src/components/section-four.tsx @@ -1,57 +1,57 @@ import Image from "next/image"; import inbox from "public/inbox.png"; import invoicing from "public/invoicing.png"; -import { CopyInput } from "./copy-input"; +import { CtaLink } from "./cta-link"; export function SectionFour() { return ( -
-
- - Coming soon - -

Invoicing

-

- We’re working hard to give you the best invoice solution. It will - feature web based invoices, live collaboration and project sync. -

- - Invoice -
- +
-

Magic inbox

+

Invoicing

- Automatic matching of incoming invoices or receipts to the right - transaction. + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum + eu porta neque. Duis sit amet erat nec ligula pretium ultricies in + ac urna. Quisque id pharetra lorem, sit amet cursus enim. Mauris a + dui volutpat, vehicula est pretium, lacinia felis. Sed nec ante + efficitur nunc sagittis sollicitudin quis ac augue.

-
    -
  • - Use your personalized email address for your invoices and - receipts. -
  • -
  • - The invoice arrives in the inbox, with our AI solution the invoice - automatically matches with the right transaction. -
  • -
  • - Your transaction now have the right basis/attachments for you to - export. -
  • -
+
+
+ + + + Live time tracking +
+
+ + + + Share with your clients +
- +
+ +
+
@@ -63,6 +63,24 @@ export function SectionFour() { />
+ +
+ + Coming soon + +

Magic inbox

+

+ We’re working hard to give you the best invoice solution. It will + feature web based invoices, live collaboration and project sync. +

+ + Invoice +
); } diff --git a/apps/website/src/components/section-three.tsx b/apps/website/src/components/section-three.tsx index 37a957ef09..8967b453a7 100644 --- a/apps/website/src/components/section-three.tsx +++ b/apps/website/src/components/section-three.tsx @@ -25,33 +25,35 @@ export function SectionThree() { efficiency and success.

-
- - - - Live time tracking -
-
- - - - Share with your clients +
+
+ + + + Live time tracking +
+
+ + + + Share with your clients +
diff --git a/bun.lockb b/bun.lockb index 0307f90acf..d710a834e0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fda8542555..a62bcdbd0b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@biomejs/biome": "1.9.4", "@manypkg/cli": "^0.22.0", - "turbo": "2.2.3", + "turbo": "2.3.0", "typescript": "^5.6.3" }, "packageManager": "bun@1.1.27",