diff --git a/app/views/landing/about.html.erb b/app/views/landing/about.html.erb
index a967cf51..b6825cc2 100644
--- a/app/views/landing/about.html.erb
+++ b/app/views/landing/about.html.erb
@@ -1,5 +1,5 @@
<% content_for(:title,"About us") %>
-<% content_for(:description,"ARC brings entrepreneurs, developers, Designers, open source contributors") %>
+<% content_for(:description,"ARC brings entrepreneurs, developers, Designers, open source contributors together") %>
<%= image_tag('workshop.jpg', alt:"ARC Workshop", class: "pt-20 w-fit h-fit", style: "filter: brightness(40%);") %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 2b9519eb..d074c1bf 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -28,7 +28,7 @@
- <%= link_to 'Home', root_path %>
- - <%= link_to 'About', landing_about_path %>
+ - <%= link_to 'About ARC', landing_about_path %>
<% if FeatureFlag.find_by(name: 'events').try(:enabled) %>
- Events
diff --git a/config/routes.rb b/config/routes.rb
index 672bb2af..bbd3e3d7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -13,6 +13,6 @@
# Defines the root path route ("/")
root 'landing#index'
- get 'about', to: 'landing#about', as: :landing_about
+ get 'about_us', to: 'landing#about', as: :landing_about
get 'learn', to: 'landing#learn', as: :landing_learn
end
diff --git a/config/sitemap.rb b/config/sitemap.rb
index 8be8cda7..2b997675 100644
--- a/config/sitemap.rb
+++ b/config/sitemap.rb
@@ -26,7 +26,7 @@
# add article_path(article), :lastmod => article.updated_at
# end
- add '/about',
+ add '/about_us',
changefreq: 'monthly',
priority: 0.9
add '/learn',
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 84ab9b1d..8941d500 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -1 +1 @@
-https://rubycommunity.africa2023-05-27T10:44:44+03:00weekly1.0https://rubycommunity.africa/about2023-05-27T10:44:44+03:00monthly0.9https://rubycommunity.africa/learn2023-05-27T10:44:44+03:00monthly0.9https://rubycommunity.africa/chapters2023-05-27T10:44:44+03:00monthly0.9
\ No newline at end of file
+https://rubycommunity.africa2023-10-14T14:11:33+03:00weekly1.0https://rubycommunity.africa/about_us2023-10-14T14:11:33+03:00monthly0.9https://rubycommunity.africa/learn2023-10-14T14:11:33+03:00monthly0.9https://rubycommunity.africa/chapters2023-10-14T14:11:33+03:00monthly0.9https://rubycommunity.africa/users/sign_up2023-10-14T14:11:33+03:00monthly0.8https://rubycommunity.africa/users/sign_in2023-10-14T14:11:33+03:00monthly0.8
\ No newline at end of file