Skip to content

Commit

Permalink
home case studies clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 7, 2024
1 parent 57f1a3e commit 66c01f1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/Pages/Home/Renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const Renderer: React.FC<HomeProps> = ({ pageInfo }) => {
{caseStudies.map((caseStudy: any, i: number) => (
<div
key={i}
className={`align-center prose w-full min-w-full items-center justify-center gap-8 px-4 lg:flex lg:min-h-[75vh] lg:flex-row lg:px-12
className={`align-center prose w-full min-w-full items-center justify-center gap-8 px-4 lg:flex lg:min-h-[50vh] lg:flex-row lg:px-12
${i % 2 === 1 ? "bg-theme-canvas-100/25" : ""}
`}
>
Expand Down
47 changes: 39 additions & 8 deletions public/content/page/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,57 @@ sections:
collection of additional resources to explore.](/resources "Resources")
- title: Case Study - 1 - Image
body: |
![](</uploads/Farmers Market Drone Shot.jpg>)
![](</uploads/Potatoes and Tomatoes Display.jpg>)
- title: Case Study - 1 - Text
body: >
#### CASE STUDY
### Understanding the grocery landscape across different states and places
in the US
### Mapping the Corporate Hold on U.S. Grocery Markets
[Read More](/post/landscape)
By comparing market dominance across states over two decades, starting in
2000 and ending in 2023, it becomes clear that on average, a small number
of corporations have captured over half of the market share in food
retail.
[Read More](/posts/market-dominance)
- title: Case Study - 2 - Text
body: |
body: >
#### CASE STUDY
### Where, and who, does poor food access impact the most?
[Read More](/posts/where-and-who)
### Exploring Correlations of Corporate Concentration & Food Access in
Rural Nebraska
A view from the ground of how different people and places are impacted
differently by grocery market conditions.
Title image "Emerson City Limit Sign" by Jimmy Emerson via Flickr, CC.
[Read More](/posts/emerson)
- title: Case Study - 2 - Image
body: |
![](</uploads/Person Holding Orange Fruits.jpg>)
![](</uploads/Emerson City Limit Sign.jpg>)
- title: Case Study - 3 - Image
body: |
![](</uploads/Vintage Kroger Sign Lynchburg.jpg>)
- title: Case Study - 3 - Text
body: >
#### CASE STUDY
### Understanding the Impact of the Proposed Kroger-Albertsons Merger in
the Grocery Market Competition in the Northwest
Title image by Kipp Teague via Flickr, Creative Commons.
[Read More](/posts/kroger-albertsons-merger)
---

0 comments on commit 66c01f1

Please sign in to comment.