diff --git a/src/app/pages/landing-page.tsx b/src/app/pages/landing-page.tsx
index 1de81ee..186ffba 100644
--- a/src/app/pages/landing-page.tsx
+++ b/src/app/pages/landing-page.tsx
@@ -1,6 +1,7 @@
'use client';
import styled from 'styled-components';
+import { v4 as uuidv4 } from 'uuid';
const styles = {
container: styled.div`
@@ -201,7 +202,7 @@ export function LandingPage() {
) : (
-
+
),
)}