diff --git a/handlers/pages/home.templ b/handlers/pages/home.templ index 9e22b8d..a1b0dda 100644 --- a/handlers/pages/home.templ +++ b/handlers/pages/home.templ @@ -21,7 +21,9 @@ func (p *Home) ServeHTTP(w http.ResponseWriter, r *http.Request) { } templ (p *Home) page() { - @layouts.Page() { + @layouts.Page(layouts.PageInfo{ + BodyClasses: "scroll-smooth snap-normal snap-y snap-mandatory", + }) {

-
+