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
This commit is contained in:
parent
d78c67c9e0
commit
446a7c7af7
|
|
@ -30,9 +30,9 @@ export function HeroSection() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="py-16 text-center" style={{ backgroundColor: "#d7b8d6" }}>
|
||||
<div className="py-16 text-center bg-purple">
|
||||
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<p className="text-2xl md:text-3xl font-normal text-gray-900">
|
||||
<p className="text-2xl md:text-3xl font-normal text-white">
|
||||
Online pilates classes to help you feel stronger and more connected to your body and breath
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue