Update HomePage news

hey it's been a while! lol

I replaced the friendly long-time Feedback Xwee with a cute chef Kiko, to mix things up a bit and help people notice that the box changed!
This commit is contained in:
Emi Matchu 2022-08-17 16:22:46 -07:00
parent 5bf037b193
commit 92ade4a513
3 changed files with 10 additions and 10 deletions

View file

@ -47,7 +47,7 @@ import SquareItemCard, {
import WIPCallout from "./components/WIPCallout"; import WIPCallout from "./components/WIPCallout";
import HomepageSplashImg from "./images/homepage-splash.png"; import HomepageSplashImg from "./images/homepage-splash.png";
import FeedbackXweeImg from "./images/feedback-xwee.png"; import FeedbackKikoImg from "./images/feedback-kiko.png";
function HomePage() { function HomePage() {
usePageTitle(null); usePageTitle(null);
@ -116,8 +116,8 @@ function HomePage() {
<Box height="16" /> <Box height="16" />
<FeedbackFormSection /> <FeedbackFormSection />
<Box height="16" /> <Box height="16" />
<WIPCallout details="We started building this last year, but, well… what a year 😅 Anyway, this will eventually become the main site, at impress.openneo.net!"> <WIPCallout details="We started building this in 2020, but, well… sheesh, what a time 😅 This will eventually become the main site, at impress.openneo.net!">
Maybe we'll rename it to Impress 2021 or maybe not! 🤔 Maybe we'll rename it to Impress 2022 or maybe not! 🤔
</WIPCallout> </WIPCallout>
<TestErrorSender /> <TestErrorSender />
</Flex> </Flex>
@ -640,8 +640,8 @@ function FeedbackFormSection() {
marginTop="4" marginTop="4"
> >
<Image <Image
src={FeedbackXweeImg} src={FeedbackKikoImg}
alt="Smiling green Xweetok" alt="Smiling purple Kiko chef, holding a spoon"
width={90} width={90}
height={90} height={90}
layout="fixed" layout="fixed"
@ -694,11 +694,11 @@ function FeedbackFormPitch() {
flex={{ base: "0 0 auto", sm: "0 1 50%" }} flex={{ base: "0 0 auto", sm: "0 1 50%" }}
> >
<Box as="h3" fontWeight="600"> <Box as="h3" fontWeight="600">
New updates (Sep 30) New updates (Aug 17)
</Box> </Box>
<UnorderedList> <UnorderedList>
<ListItem>Search bar on item page</ListItem> <ListItem>Copy and delete outfits</ListItem>
<ListItem>Remove items from lists</ListItem> <ListItem>~/Owls values for items</ListItem>
<ListItem> <ListItem>
<ChakraLink <ChakraLink
href="https://twitter.com/NeopetsDTI" href="https://twitter.com/NeopetsDTI"
@ -720,8 +720,8 @@ function FeedbackFormPitch() {
Coming soon Coming soon
</Box> </Box>
<UnorderedList> <UnorderedList>
<ListItem>Better outfit editing on large screens</ListItem> <ListItem>Better login system</ListItem>
<ListItem>Item list editing</ListItem> <ListItem>Making sure we're ready for the long-term</ListItem>
<ListItem> <ListItem>
a lot of little things{" "} a lot of little things{" "}
<span role="img" aria-label="Sweat smile emoji"> <span role="img" aria-label="Sweat smile emoji">

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB