diff --git a/Dockerfile b/Dockerfile
index 9954dcc..3af27e3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22-alpine AS builder
+FROM golang:1.23-alpine AS builder
WORKDIR /app
diff --git a/internal/templates/About.templ b/internal/templates/About.templ
deleted file mode 100644
index 2bcb57a..0000000
--- a/internal/templates/About.templ
+++ /dev/null
@@ -1,12 +0,0 @@
-package templates
-
-templ about() {
-
-}
diff --git a/internal/templates/About_templ.go b/internal/templates/About_templ.go
deleted file mode 100644
index 51ca414..0000000
--- a/internal/templates/About_templ.go
+++ /dev/null
@@ -1,37 +0,0 @@
-// Code generated by templ - DO NOT EDIT.
-
-// templ: version: v0.2.771
-package templates
-
-//lint:file-ignore SA4006 This context is only used if a nested component is present.
-
-import "github.com/a-h/templ"
-import templruntime "github.com/a-h/templ/runtime"
-
-func about() templ.Component {
- return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
- templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
- templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W)
- if !templ_7745c5c3_IsBuffer {
- defer func() {
- templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer)
- if templ_7745c5c3_Err == nil {
- templ_7745c5c3_Err = templ_7745c5c3_BufErr
- }
- }()
- }
- ctx = templ.InitializeContext(ctx)
- templ_7745c5c3_Var1 := templ.GetChildren(ctx)
- if templ_7745c5c3_Var1 == nil {
- templ_7745c5c3_Var1 = templ.NopComponent
- }
- ctx = templ.ClearChildren(ctx)
- _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("")
- if templ_7745c5c3_Err != nil {
- return templ_7745c5c3_Err
- }
- return templ_7745c5c3_Err
- })
-}
-
-var _ = templruntime.GeneratedTemplate
diff --git a/internal/templates/Layout.templ b/internal/templates/Layout.templ
index 8799e35..8201d24 100644
--- a/internal/templates/Layout.templ
+++ b/internal/templates/Layout.templ
@@ -8,9 +8,12 @@ import (
templ head(title string) {
{title}
-
+
-
+
+ >
-
+