diff --git a/backend/views/core/other/index.py b/backend/views/core/other/index.py index 859696fc7..e3b45f23a 100644 --- a/backend/views/core/other/index.py +++ b/backend/views/core/other/index.py @@ -3,7 +3,6 @@ from login_required import login_not_required -@login_not_required def index(request: HttpRequest): return render(request, "pages/landing/index.html") diff --git a/frontend/templates/pages/landing/index.html b/frontend/templates/pages/landing/index.html index cf8ea3b43..0639866c5 100644 --- a/frontend/templates/pages/landing/index.html +++ b/frontend/templates/pages/landing/index.html @@ -24,34 +24,101 @@

-
-

Why Choose My Finances?

-
-
- -

Automated Invoicing

-

Send recurring invoices effortlessly and get paid on time.

+
+

+ Track customer invoices +

+
+
+
+ + +
+

Invoices

+ +
+
+
+ + + + + + + + + + + + + {% include 'components/table/skeleton_rows.html' with rows=1 cols=6 %} + + + + + + + + + {% include 'components/table/skeleton_rows.html' with rows=2 cols=6 %} + + + + + + + + + {% include 'components/table/skeleton_rows.html' with rows=1 cols=6 %} + +
IDDue DateClient NameAmountStatusActions
0205/09/2024John Doe£234 + Overdue + + +
0509/09/2024Bob Smith£499 + Pending + + +
+
+
+
+
+ +
+
+ + Never forget to create an invoice with our recurring invoice feature
-
- -

Customer Onboarding

-

Streamline bookings, form submissions, and approvals.

+
+ + Get alerted when your customer exceeds deadlines
-
- -

Receipt & File Storage

-

Store important documents securely and access them anywhere.

+
+ + View monthly reports to see how well you are progressing
-
- -

Monthly Reports

-

Get insights into your business performance with detailed reports.

+
-
+

@@ -98,7 +165,7 @@

Community Centers

-
+