import { Link } from 'react-router-dom'; const Home = () => { return (
{/* Hero Section */}

Welcome to Austen's Wedding Guide

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

{/* Featured Sections */}
{/* Literary Analysis */}

Literary Analysis

Explore themes, characters, and social commentary in Austen's timeless works

{/* Character Blogs */}

Character Blogs

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

{/* Bride Quiz */}

Which Austen Bride Are You?

Discover your literary matrimonial counterpart through our delightful quiz

{/* Success Stories */}

Success Stories

Real tales of romance from our beloved characters

{/* 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."

- Adapted from Pride and Prejudice

); }; export default Home;