diff --git a/app/components/site-footer.tsx b/app/components/site-footer.tsx index 4fe310f..9cc8052 100644 --- a/app/components/site-footer.tsx +++ b/app/components/site-footer.tsx @@ -2,7 +2,7 @@ const SiteFooter = () => { return ( ) diff --git a/app/root.tsx b/app/root.tsx index 57c0fac..b618587 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -69,10 +69,10 @@ export const links: LinksFunction = () => { export const meta: MetaFunction = ({ data }) => { return [ - { title: data ? 'lucasb.dev' : 'Error | lucasb.dev' }, + { title: data ? 'lucasb.dev | home' : 'Error | lucasb.dev' }, { name: 'description', - content: `Personal website for software engineer lucas byerley`, + content: `Personal website for software engineer lucas b`, }, ] } @@ -234,7 +234,7 @@ function App() { - Lucas Byerley + Lucas B diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index b4f78e3..e835cf4 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -7,10 +7,10 @@ const HeroOne = () => { - Lucas Byerley + Lucas B - Senior Software Engineer | Sports & Web3 Enthusiast + Senior Software Engineer | Sports fan & Web3 enthusiast I create clean, modern, and responsive web applications that @@ -29,10 +29,10 @@ export const HeroTwo = () => { - Lucas Byerley + Lucas B - Senior Software Engineer | Sports & Web3 Enthusiast + Senior Software Engineer | Sports Fan & Web3 Enthusiast I create clean, modern, and responsive web applications that @@ -40,7 +40,7 @@ export const HeroTwo = () => { { rel="noreferrer noopener" > - lsbyerley + lucasb { // TODO: screenshot differs in pipeline // await expect(page).toHaveScreenshot({ fullPage: true }); - // await expect(page.getByText(/Lucas Byerley/i)).toBeVisible() }) \ No newline at end of file
- Senior Software Engineer | Sports & Web3 Enthusiast + Senior Software Engineer | Sports fan & Web3 enthusiast
I create clean, modern, and responsive web applications that @@ -29,10 +29,10 @@ export const HeroTwo = () => {
I create clean, modern, and responsive web applications that @@ -40,7 +40,7 @@ export const HeroTwo = () => {