Skip to content

Commit a5d98dc

Browse files
updates
1 parent 76e91e9 commit a5d98dc

5 files changed

Lines changed: 12 additions & 108 deletions

File tree

src/components/Logo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33

4-
<p class="odyssey-logo">Odyssey</p>
4+
<p class="odyssey-logo">Hybrid Solutions</p>
55

66
<style>
77
.odyssey-logo {

src/components/core/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Icon } from 'astro-icon/components';
33
import Container from '../core/Container.astro';
44
import Plug from './Plug.astro';
55
6-
const { footerSocials, footerLists, copyrightName, background, color, showPlug: showPlug = true } =
6+
const { footerSocials, footerLists, copyrightName, background, color, showPlug: showPlug = false } =
77
Astro.props;
88
---
99

src/config/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export default {
44
url: `https://www.hybridsolutions.cloud`, // No trailing slash!
55
name: `Hybrid Solutions`, // The short name of the business or brand name. Used for things like the copyright in the footer.
66
enableThemeSwitcher: true,
7-
showPlug: true, // Disable this if you want to remove the plug from the footer. (╯°□°)╯︵ ┻━┻
7+
showPlug: false, // Disable this if you want to remove the plug from the footer. (╯°□°)╯︵ ┻━┻
88
};

src/pages/404.astro

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ import { Button, Container, TextCardSection } from '@components/odyssey-theme';
33
import Layout from '../layouts/Page.astro';
44
55
const seo = {
6-
title: 'Get Started using the Astro Odyssey Theme',
7-
description: 'Get started on how to setup and use this Astro theme.',
6+
title: 'Lost in the Cloud | Hybrid Cloud Solutions, LLC',
7+
description: 'Oops — this hybrid workload went offline.',
88
};
99
---
1010

1111
<Layout {seo}>
1212
<Container>
1313
<TextCardSection>
14-
<h1>404</h1>
15-
<h2>Page Not Found 👀</h2>
14+
<h1>404 – Resource Not Found</h1>
15+
<h2>This page must’ve failed over to the wrong node. 🔁</h2>
16+
<p>
17+
Just like a misconfigured Arc policy or a DNS record that wandered off, this page doesn’t seem to exist.
18+
But don’t worry — we’ve got high availability in spirit (if not in routing).
19+
</p>
1620
<div class="cta-buttons__container">
1721
<Button href="/">Return Home</Button>
22+
<Button href="/company/contact" outlined>Report This Glitch</Button>
1823
</div>
1924
</TextCardSection>
2025
</Container>
@@ -29,13 +34,4 @@ const seo = {
2934
margin-right: 1rem;
3035
margin-bottom: 1rem;
3136
}
32-
.code-buttons__container {
33-
margin: 1rem auto;
34-
display: flex;
35-
flex-wrap: wrap;
36-
}
37-
.code-buttons__container > a {
38-
margin-right: 1rem;
39-
margin-bottom: 1rem;
40-
}
4137
</style>

src/pages/index_old

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)