diff --git a/config.toml b/config.toml index 19eeb18..8119a2d 100644 --- a/config.toml +++ b/config.toml @@ -42,13 +42,13 @@ link = "plugins/google-map/map.js" ################### English Navigation ######################## [[Languages.en.menu.main]] -name = "about" +name = "About" pre = "#" url = "about" weight = 1 [[Languages.en.menu.main]] -name = "services" +name = "Services" pre = "#" url = "services" weight = 2 @@ -71,14 +71,14 @@ weight = 2 # url = "pricing" # weight = 5 -[[Languages.en.menu.main]] -name = "blog" -pre = "#" -url = "blog" -weight = 6 +# [[Languages.en.menu.main]] +# name = "blog" +# pre = "#" +# url = "blog" +# weight = 6 [[Languages.en.menu.main]] -name = "contact" +name = "Contact" pre = "#" url = "contact" weight = 7 diff --git a/data/en/banner.yml b/data/en/banner.yml index 292523f..6599467 100644 --- a/data/en/banner.yml +++ b/data/en/banner.yml @@ -4,8 +4,8 @@ banner: bg_image_webp : "images/backgrounds/hero-area.webp" bg_image : "images/backgrounds/hero-area.jpg" icon : "" # themify icon pack : https://themify.me/themify-icons - title : "Ensuring your future" - content : "Datacenter, network, web and security consulting." + title : "Aperture Computer Technologies" + content : "Datacenter, Network, Web and Security Consulting" button: enable : true label : "Explore Us" diff --git a/static/images/backgrounds/hero-area.jpg b/static/images/backgrounds/hero-area.jpg index 384b48c..a1e5858 100644 Binary files a/static/images/backgrounds/hero-area.jpg and b/static/images/backgrounds/hero-area.jpg differ diff --git a/static/images/backgrounds/hero-area.webp b/static/images/backgrounds/hero-area.webp index 8d59d07..0ca4cb6 100644 Binary files a/static/images/backgrounds/hero-area.webp and b/static/images/backgrounds/hero-area.webp differ