diff --git a/src/_data/demos.js b/src/_data/demos.js index 2f1824f..5171a6c 100644 --- a/src/_data/demos.js +++ b/src/_data/demos.js @@ -46,7 +46,7 @@ const DEMOS = [         "category": "e-commerce",         "problemStatement": "To help a small, family-owned and operated business with deep roots in community involvement and public service expand their reach to customers who may prefer shopping online.",         "solutionSummary": "This front end site is built to emulate a seamless online shopping experience that captures the fictional brand's community-focused story. The design prioritizes accessibility, visual harmony, and usability, while the data-driven functionality allows for a scalable and easily updatable web application.", - "isLive": false + "isLive": true     } ] diff --git a/src/demos.njk b/src/demos.njk index d2c9de5..d1e3b01 100644 --- a/src/demos.njk +++ b/src/demos.njk @@ -6,7 +6,7 @@ stylesheet: /styles/demos.css isLandingPage: false --- -

A Preview of What's Coming!

+

Solutions I've Built

{% for demo in demos.DEMOS %}
diff --git a/src/images/_demo-thumbs/bloom-valley-nursery-demo.jpg b/src/images/_demo-thumbs/bloom-valley-nursery-demo.jpg index 879d543..d13491f 100644 Binary files a/src/images/_demo-thumbs/bloom-valley-nursery-demo.jpg and b/src/images/_demo-thumbs/bloom-valley-nursery-demo.jpg differ