From 8e8d41eab4f41e8a2f9c9d8c40a3e2975cef2a62 Mon Sep 17 00:00:00 2001 From: rathi Date: Wed, 4 Dec 2024 14:46:58 -0500 Subject: [PATCH] updated homepage --- src/pages/Home.tsx | 195 ++++++++++++++++++++++++++++++++------------- 1 file changed, 141 insertions(+), 54 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 33e1f9d..772c6bd 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,77 +1,164 @@ import { Link } from 'react-router-dom'; +import { ArrowRight, BookOpen, Users, Heart, PenTool, Calendar, BookMarked } from 'lucide-react'; const Home = () => { return ( -
+
{/* Hero Section */} -
-

- Welcome to Austen's Wedding Guide -

-

- Your modern guide to matrimonial bliss, as Jane Austen would have imagined it -

+
+
+

+ Austen's Wedding Guide +

+

+ A modern exploration of matrimony through Jane Austen's timeless lens. + Discover wedding wisdom, social commentary, and romantic insights from literature's most beloved matchmaker. +

+
+
+

Interactive Timeline

+

+ Journey through Austen's literary universe chronologically, exploring the evolution of romantic relationships and social dynamics across her works. +

+ + Explore Timeline + +
+
+

Character Network

+

+ Visualize the intricate web of relationships, social connections, and matrimonial prospects between Austen's memorable characters. +

+ + View Network + +
+
+
+ + Explore Analysis + + + + Take the Quiz + + +
+
- {/* Featured Sections */} -
- {/* Literary Analysis */} - -
-

Literary Analysis

-

- Explore themes, characters, and social commentary in Austen's timeless works + {/* Main Features Section */} +

+

+ Discover Our Features +

+
+
+ +

Literary Analysis

+

+ Deep dive into Austen's works, exploring themes of marriage, social class, and romance through academic lens.

+ + Learn More +
- - {/* Character Blogs */} - -
-

Character Blogs

-

- Wisdom and wit from Charlotte Lucas's practical advice to Marianne Dashwood's romantic musings +

+ +

Character Insights

+

+ Meet Austen's memorable characters through their blogs, sharing timeless advice on love and marriage.

+ + Read Blogs +
- - {/* Bride Quiz */} - -
-

Which Austen Bride Are You?

-

- Discover your literary matrimonial counterpart through our delightful quiz +

+ +

Success Stories

+

+ Explore romantic tales and matrimonial journeys inspired by Austen's iconic love stories.

+ + View Stories +
- +
+
- {/* Success Stories */} - -
-

Success Stories

-

- Real tales of romance from our beloved characters -

+ {/* Interactive Features Section */} +
+
+

+ Interactive Experience +

+
+
+
+
+ +
+

Character Quiz

+

Discover which Austen bride matches your personality and romantic outlook.

+
+
+
+ +
+

Timeline Exploration

+

Navigate through the chronological development of Austen's romantic narratives.

+
+
+
+ +
+

Comparative Analysis

+

Compare themes and character arcs across different novels and their modern adaptations.

+
+
+
+
+
+

Why Austen's Guide?

+
+

+ Jane Austen's works offer timeless insights into love, marriage, and social dynamics that remain relevant today. +

+

+ Our platform bridges classical literature with modern relationship wisdom, providing: +

+
    +
  • Academic analysis of romantic themes
  • +
  • Character-driven relationship advice
  • +
  • Modern interpretations of classic scenarios
  • +
  • Interactive tools for personal insight
  • +
+
+
- - - {/* Vendor Directory */} - -
-

Vendor Directory

-

- From Pemberley Estate venues to Mrs. Bennet's matchmaking services -

-
- -
+
+
{/* Quote Section */} -
-
- "It is a truth universally acknowledged, that a single person in possession of a good fortune, must be in want of a spouse." +
+
+ "It isn't what we say or think that defines us, but what we do."
-

- Adapted from Pride and Prejudice

+

- Jane Austen, Sense and Sensibility

);