From fd17cd5af2b09614b1c5eb53198bd1219a585401 Mon Sep 17 00:00:00 2001 From: Demo Seed Date: Mon, 6 Jul 2026 10:33:57 -0400 Subject: [PATCH 1/2] Add a free shipping promo highlight AB#1639 --- src/Web/HomeContent.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Web/HomeContent.cs b/src/Web/HomeContent.cs index 0c3fdd6..4ddc2ab 100644 --- a/src/Web/HomeContent.cs +++ b/src/Web/HomeContent.cs @@ -12,8 +12,10 @@ public static class HomeContent // User Story: "Add a 'What's New' highlights section to the home page". public static readonly IReadOnlyList Highlights = new[] { + "Free shipping on orders over 50", "Migrated from Azure DevOps to GitHub with full history and pull requests", "AI-assisted code review on every pull request", "Automated CI/CD to Azure App Service across Dev, QA and Prod", }; } + From dd2347823cba8b2bf4c4535375aa8358acf0a249 Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Tue, 7 Jul 2026 14:56:57 -0400 Subject: [PATCH 2/2] Update highlights for home page promotions --- src/Web/HomeContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/HomeContent.cs b/src/Web/HomeContent.cs index 6401419..81d2099 100644 --- a/src/Web/HomeContent.cs +++ b/src/Web/HomeContent.cs @@ -12,7 +12,7 @@ public static class HomeContent // User Story: "Add a 'What's New' highlights section to the home page". public static readonly IReadOnlyList Highlights = new[] { - "Free shipping on orders over 50", + "Free shipping on orders over 100", "See the latest updates in the What is New section", "Migrated from Azure DevOps to GitHub with full history and pull requests", "AI-assisted code review on every pull request",