diff --git a/wwwapp/templates/home.html b/wwwapp/templates/home.html index baf4300..5c72cda 100644 --- a/wwwapp/templates/home.html +++ b/wwwapp/templates/home.html @@ -211,7 +211,7 @@
-
Personal HealthRader
+
HealthRader

Personal and group health care tools for everyday activities

@@ -470,8 +470,8 @@
The smarter way to work
-

Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis - vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit +

+ HealthRader is a comprehensive platform designed to revolutionize how you connect to your health care. With full access to all features, HealthRader offers a more thoughtful way to manage your health-related tasks and responsibilities. From providing connected care to offering valuable insights, HealthRader is dedicated to making healthcare more efficient and accessible.

@@ -481,29 +481,26 @@
-
Full access to all features
+
Features include
- - What's possible? + + learn more
diff --git a/wwwapp/urls.py b/wwwapp/urls.py index e64588a..2f79e31 100644 --- a/wwwapp/urls.py +++ b/wwwapp/urls.py @@ -7,6 +7,7 @@ urlpatterns = [ path('about/', views.home_page), path('terms/', views.home_page), path('privacy/', views.home_page), + path('healthrader',views.home_page), path('', views.home_page), path('blog/', views.blog_page) ]