improved all pages and changed content to match syllabus

This commit is contained in:
Harivansh Rathi 2024-11-29 13:05:39 -05:00
parent 43bd803759
commit b9eb7cf738
32 changed files with 1290 additions and 300 deletions

View file

@ -35,6 +35,16 @@ const Home = () => {
</div>
</Link>
{/* Success Stories */}
<Link to="/success-stories" className="feature-card">
<div className="bg-rose-100 p-6 rounded-lg hover:shadow-lg transition">
<h2 className="font-cormorant text-2xl text-sage-900 mb-3">Success Stories</h2>
<p className="text-sage-700">
Real tales of romance from our beloved characters
</p>
</div>
</Link>
{/* Dear Jane */}
<Link to="/advice" className="feature-card">
<div className="bg-cream-100 p-6 rounded-lg hover:shadow-lg transition">
@ -55,16 +65,6 @@ const Home = () => {
</div>
</Link>
{/* Success Stories */}
<Link to="/stories" className="feature-card">
<div className="bg-rose-100 p-6 rounded-lg hover:shadow-lg transition">
<h2 className="font-cormorant text-2xl text-sage-900 mb-3">Success Stories</h2>
<p className="text-sage-700">
Real tales of romance from our beloved characters
</p>
</div>
</Link>
{/* Featured Article */}
<div className="bg-cream-50 p-6 rounded-lg">
<h2 className="font-cormorant text-2xl text-sage-900 mb-3">Latest from Charlotte</h2>