From 5c3ffb68cdf9ccc9a63e583d68d6f8bf19650dad Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 31 May 2026 21:14:38 +0200 Subject: [PATCH] center hero --- src/pages/index.tsx | 17 ++++++++++++++--- src/styles.css | 17 +++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a7f5bf2..e5f9ffe 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,9 +1,13 @@ import { Link } from "@tanstack/react-router"; +import { Image } from "@unpic/react"; import Feature from "#/components/Feature.tsx"; import Section from "#/components/Section.tsx"; +import examplePdf1 from "@/assets/images/examplepdf1.webp?url"; +import examplePdf2 from "@/assets/images/examplepdf2.webp?url"; + const Home = () => ( -
+
( Get Started -
-

example pdfs

+
+ Example PDF 2 + Example PDF 1