From b2ed91936c0d19bfc9abedc8a1fe6ed48a9a74f1 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 15 Oct 2025 15:20:38 +0200 Subject: [PATCH] docs: update project documentation and add download page --- README.md | 2 +- src/components/Hero.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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() {