diff --git a/README.md b/README.md index eded3e4..599b281 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ This project follows a modular, component-based architecture. Pages are assemble ### Homepage Structure -The homepage (`src/app/(main)/page.tsx`) is composed of the following components: +The homepage (`src/app/(main)/page.tsx`) is composed of the following components, wrapped in ``: - `Hero` - `About` diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 66de473..bdd243c 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -4,6 +4,7 @@ import clsx from 'clsx' import { DownloadLink } from '@/components/DownloadLink' import { Button } from '@/components/Button' +import phoneFrame from '@/images/phoneframe.png' import { Container } from '@/components/Container' import logoBbc from '@/images/logos/bbc.svg' import logoCbs from '@/images/logos/cbs.svg' @@ -129,7 +130,7 @@ export function Hero() {