chore: store the image locally

This commit is contained in:
Oliver Davies 2022-09-09 18:00:00 +01:00
parent be60fe1712
commit 6d7993bbaa
2 changed files with 1 additions and 3 deletions

View file

@ -6,9 +6,7 @@ export default function Home() {
<div className="flex flex-col justify-center p-24 min-h-screen bg-white dark:bg-[#111111]"> <div className="flex flex-col justify-center p-24 min-h-screen bg-white dark:bg-[#111111]">
<ImageAndText <ImageAndText
buttonText={"Explore this event"} buttonText={"Explore this event"}
imageUrl={ imageUrl={"/image.jpeg"}
"https://inviqa.com/sites/default/files/styles/pullout/public/2020-08/XD-1.jpeg?h=f75d236a&itok=PBoXPDmW"
}
title={"CXcon: Experience Transformation"} title={"CXcon: Experience Transformation"}
> >
<p> <p>

BIN
public/image.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB