mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-18 18:03:43 +00:00
improved all pages and changed content to match syllabus
This commit is contained in:
parent
43bd803759
commit
b9eb7cf738
32 changed files with 1290 additions and 300 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue