From b48b16736ec8cfb925010ecca05e32d0defc1380 Mon Sep 17 00:00:00 2001 From: Colin Brooks Date: Wed, 27 Nov 2024 14:03:26 -0500 Subject: [PATCH] feat: add explore more links to the bottom of all nav pages --- src/pages/Publications.tsx | 6 ++++++ src/pages/Quotes.tsx | 5 +++++ src/pages/Reviews.tsx | 6 ++++++ src/pages/Statements.tsx | 5 +++++ src/pages/Timeline.tsx | 7 ++++--- src/pages/Videos.tsx | 7 ++++++- 6 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/pages/Publications.tsx b/src/pages/Publications.tsx index 3ec8b9d..b0e1b4a 100644 --- a/src/pages/Publications.tsx +++ b/src/pages/Publications.tsx @@ -7,6 +7,7 @@ import { wami2024Img, theMonheganWildlands2024Img, } from 'assets/pages/publications'; +import { Link, Url } from 'router'; import { Page, Row, @@ -72,6 +73,11 @@ export const Publications = () => ( year="1995" coverImg={monhegan1995Img} /> + + + See more artwork on the{' '} + collection page. + ); diff --git a/src/pages/Quotes.tsx b/src/pages/Quotes.tsx index 6c7c400..346bc33 100644 --- a/src/pages/Quotes.tsx +++ b/src/pages/Quotes.tsx @@ -2,6 +2,7 @@ import { changingLightMonheganIcePondImg, altosTwilightImg, } from 'assets/artwork'; +import { Link, Url } from 'router'; import { styled, Page, Divider, H1, H2, Paragraph, Artwork } from './shared'; export const Quotes = () => ( @@ -78,6 +79,10 @@ export const Quotes = () => ( - The Observer Patriot (1990) + + + Watch more on the videos page. + ); diff --git a/src/pages/Reviews.tsx b/src/pages/Reviews.tsx index 130ff50..fb80b49 100644 --- a/src/pages/Reviews.tsx +++ b/src/pages/Reviews.tsx @@ -5,6 +5,7 @@ import { germinationImg, changingLightMonheganIcePondImg, } from 'assets/artwork'; +import { Link, Url } from 'router'; import { styled, Page, @@ -103,6 +104,11 @@ export const Reviews = () => ( colorful foliage." - Carl Little (July 2024) + + + See more artwork on the{' '} + collection page. + ); diff --git a/src/pages/Statements.tsx b/src/pages/Statements.tsx index cc8ca07..873d9a2 100644 --- a/src/pages/Statements.tsx +++ b/src/pages/Statements.tsx @@ -1,3 +1,4 @@ +import { Link, Url } from 'router'; import { Page, H1, H2, Paragraph, Divider } from './shared'; export const Statements = () => ( @@ -118,5 +119,9 @@ export const Statements = () => ( a life of their own and often dictate new patterns that expand meaning and the boundaries of personal experience." + + + Read more on the quotes page. + ); diff --git a/src/pages/Timeline.tsx b/src/pages/Timeline.tsx index 173d249..5c9093c 100644 --- a/src/pages/Timeline.tsx +++ b/src/pages/Timeline.tsx @@ -519,9 +519,10 @@ export const Timeline = () => ( - - See more artwork on the{' '} - collection page. + + + Learn more on the statements page + . diff --git a/src/pages/Videos.tsx b/src/pages/Videos.tsx index 2cff469..e25c01c 100644 --- a/src/pages/Videos.tsx +++ b/src/pages/Videos.tsx @@ -1,4 +1,4 @@ -import { ExternalLink } from 'router'; +import { ExternalLink, Link, Url } from 'router'; import { styled, Page, @@ -52,6 +52,11 @@ export const Videos = () => ( src="https://www.youtube.com/embed/OuqiylLBRRA" /> + + + See more artwork on the{' '} + collection page. +