diff --git a/components/portfolioEntries.json b/components/portfolioEntries.json index 96b5a34..00a1c7a 100644 --- a/components/portfolioEntries.json +++ b/components/portfolioEntries.json @@ -1,10 +1,16 @@ [ { "title": "Showme Rebates", - "description": "Property rebates in Utah", + "description": "Showmerebates curates agents' rebates/cashback on properties in Utah, Texas, Florida, and Kansas states", "url": "https://showmerebates.com/", "image": "/images/showmerebates.jpg" }, + { + "title": "Summit Lending", + "description": "Summit Lending is a mortgage broker offering competitive rates for home loans of all sorts", + "url": "https://summitlending.com", + "image": "/images/summit-lending.jpg" + }, { "title": "Datasquirel", "description": "Datasquirel is a fast and efficient cloud-based SQL data management system", @@ -16,11 +22,5 @@ "description": "Real Estate Investing Made Easy", "url": "https://homeruntoken.vercel.app/", "image": "/images/Homeruntoken-graphic.jpg" - }, - { - "title": "Next 7 Web Engine", - "description": "Next 7 is an all-in-one web engine featuring a web page builder and a content management system", - "url": "https://next7.io", - "image": "/images/next-7-graphic-min.jpg" } ] diff --git a/public/images/summit-lending.jpg b/public/images/summit-lending.jpg new file mode 100644 index 0000000..94cfef2 Binary files /dev/null and b/public/images/summit-lending.jpg differ