From 446a7c7af78d93977a7f98ecc9243adbc8e09d9a Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 14:53:06 +0000 Subject: [PATCH] Update the color scheme of the main welcome section for visual consistency Updates the hero section's background color to purple and text to white, and upgrades @replit/vite-plugin-cartographer from 0.1.2 to 0.2.7. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/682fdb05-3d2a-4eba-b931-7383ef5fe2a3.jpg --- client/src/components/home/hero-section.tsx | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/components/home/hero-section.tsx b/client/src/components/home/hero-section.tsx index 07e1a30..d8703c9 100644 --- a/client/src/components/home/hero-section.tsx +++ b/client/src/components/home/hero-section.tsx @@ -30,9 +30,9 @@ export function HeroSection() { -
+
-

+

Online pilates classes to help you feel stronger and more connected to your body and breath

diff --git a/package-lock.json b/package-lock.json index 035c9a5..9b6f2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "zod-validation-error": "^3.4.0" }, "devDependencies": { - "@replit/vite-plugin-cartographer": "^0.1.2", + "@replit/vite-plugin-cartographer": "^0.2.7", "@replit/vite-plugin-runtime-error-modal": "^0.0.3", "@tailwindcss/typography": "^0.5.15", "@types/connect-pg-simple": "^7.0.3", @@ -2703,9 +2703,9 @@ "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==" }, "node_modules/@replit/vite-plugin-cartographer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@replit/vite-plugin-cartographer/-/vite-plugin-cartographer-0.1.2.tgz", - "integrity": "sha512-7Ru5jhkcmh95YUMCCYg924GzzQLdjza9mJvEtMJnU/vl2Ut1ABmBSROzpsXUMNjzmH7rpNZOpGtqRRvK++/2cQ==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/@replit/vite-plugin-cartographer/-/vite-plugin-cartographer-0.2.7.tgz", + "integrity": "sha512-EkHYIRXKizytI+d1ljrD6yyG3I/uA5NdFWX+Ytx0cCTIZigjiictMBLnLOLH5ndAmWfWAD83cmXeWsFld7gdEA==", "dev": true, "dependencies": { "@babel/parser": "^7.26.9", diff --git a/package.json b/package.json index 6c83117..28c107c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "zod-validation-error": "^3.4.0" }, "devDependencies": { - "@replit/vite-plugin-cartographer": "^0.1.2", + "@replit/vite-plugin-cartographer": "^0.2.7", "@replit/vite-plugin-runtime-error-modal": "^0.0.3", "@tailwindcss/typography": "^0.5.15", "@types/connect-pg-simple": "^7.0.3",