Skip to content

Commit cb767a6

Browse files
refactor(cal): Modularize booking page components
Decompose the booking page into smaller, reusable components for improved code organization and readability. Split the existing monolithic component into separate Header, BookingButton, and FAQ sections, making the code more maintainable and easier to understand.
1 parent 4e627d3 commit cb767a6

File tree

4 files changed

+1201
-682
lines changed

4 files changed

+1201
-682
lines changed

apps/web/src/components/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Header() {
7272
Get Started
7373
</Link>
7474
<Link
75-
to="/downloads"
75+
to="/download"
7676
className="px-4 h-8 flex items-center text-sm bg-linear-to-t from-stone-600 to-stone-500 text-white rounded-full shadow-md hover:shadow-lg hover:scale-[102%] active:scale-[98%] transition-all"
7777
>
7878
Download

0 commit comments

Comments
 (0)