diff --git a/apps/jsonthing-web/CHANGELOG.md b/apps/jsonthing-web/CHANGELOG.md
index 4f48e80..039a83b 100644
--- a/apps/jsonthing-web/CHANGELOG.md
+++ b/apps/jsonthing-web/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.5.5](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.4...jsonthing-web@0.5.5) (2024-11-14)
+
+
+### Bug Fixes
+
+* **web:** landing page style ([eaf8bca](https://github.com/lharti/jsonthing/commit/eaf8bca1705f5451c3647fd728f5890e7013475a))
+
+
+
+
+
## [0.5.4](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.3...jsonthing-web@0.5.4) (2024-11-13)
diff --git a/apps/jsonthing-web/package.json b/apps/jsonthing-web/package.json
index 0b143fb..4d20ad2 100644
--- a/apps/jsonthing-web/package.json
+++ b/apps/jsonthing-web/package.json
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
- "version": "0.5.4",
+ "version": "0.5.5",
"private": true,
"scripts": {
"dev": "next dev --turbo",
diff --git a/apps/jsonthing-web/src/components/pages/LandingPage/LandingPage.spec.tsx b/apps/jsonthing-web/src/components/pages/LandingPage/LandingPage.spec.tsx
index 926d056..6f5345f 100644
--- a/apps/jsonthing-web/src/components/pages/LandingPage/LandingPage.spec.tsx
+++ b/apps/jsonthing-web/src/components/pages/LandingPage/LandingPage.spec.tsx
@@ -1,15 +1,32 @@
+import { LandingPageHero } from '@/components/pages/LandingPage/LandingPageHero'
import { render } from '@testing-library/react'
import React from 'react'
-import { LandingPage } from './LandingPage'
+import { LandingPage } from '.'
-jest.mock('@/components/CreateNewDocButton')
+jest.mock('./LandingPageHero')
describe('
- {`Edit, - and access your JSON documents with automatically generated API endpoints.`} -
- -+ {`Edit, and access your JSON documents with automatically generated API endpoints.`} +
+ ++ Edit, and access your JSON documents with automatically generated API endpoints. +
+ +- Edit, - and access your JSON documents with automatically generated API endpoints. -
-