Initial commits

This commit is contained in:
Harivansh Rathi 2024-11-25 15:46:59 -05:00
commit a2f90d042a
85 changed files with 11700 additions and 0 deletions

54
src/data/blog-posts.ts Normal file
View file

@ -0,0 +1,54 @@
export const blogPosts = {
charlotte: [
{
id: '1',
title: 'The Pragmatic Path to Marriage',
author: 'Charlotte Lucas',
authorImage: 'https://images.unsplash.com/photo-1551434678-e076c223a692?w=800&dpr=2&q=80',
date: '1813-01-15',
content: [
'My dear readers, I must confess that happiness in marriage is entirely a matter of chance. There will always be vexation and grief, and it is better to know as little as possible of the defects of the person with whom you are to pass your life.',
'I am not romantic, you know. I never was. I ask only a comfortable home; and considering Mr. Collins\'s character, connections, and situation in life, I am convinced that my chance of happiness with him is as fair as most people can boast on entering the marriage state.',
'Let us be practical in our pursuit of matrimony. A woman must secure her future while she has the power to do so. Youth and beauty fade, but a stable position in society endures.'
]
},
{
id: '2',
title: 'On the Management of Expectations',
author: 'Charlotte Lucas',
authorImage: 'https://images.unsplash.com/photo-1551434678-e076c223a692?w=800&dpr=2&q=80',
date: '1813-02-01',
content: [
'Marriage, my dear readers, is a business arrangement first and foremost. Let us not delude ourselves with notions of passionate love that novels so often promote.',
'I have observed that those who enter marriage with the highest expectations often find themselves the most disappointed. Better to approach it with clear eyes and practical goals.',
'Consider your position, your prospects, and your future security. These are the foundations upon which a lasting marriage is built.'
]
}
],
marianne: [
{
id: '3',
title: 'The Heart Must Lead',
author: 'Marianne Dashwood',
authorImage: 'https://images.unsplash.com/photo-1551431009-a802eeec77b1?w=800&dpr=2&q=80',
date: '1813-03-15',
content: [
'To love is to burn, to be on fire! How can one possibly consider marriage without the deepest feelings of love and devotion?',
'I could not be happy with a man whose taste did not in every point coincide with my own. He must enter into all my feelings; the same books, the same music must charm us both.',
'Let others speak of prudence and practicality, but I shall never sacrifice the dictates of my heart to the opinions of the world.'
]
},
{
id: '4',
title: 'Reflections on Love and Second Attachments',
author: 'Marianne Dashwood',
authorImage: 'https://images.unsplash.com/photo-1551431009-a802eeec77b1?w=800&dpr=2&q=80',
date: '1813-04-01',
content: [
'I once believed that second attachments were impossible, that the heart could love truly only once. How wrong I was!',
'Love, I have learned, can grow quietly, steadily, like a garden tended with care and patience. It need not always burst forth like a sudden flame.',
'To my dear readers, I say: keep your hearts open to the possibility of finding love in unexpected places and unexpected ways.'
]
}
]
};

26
src/data/dear-jane.ts Normal file
View file

@ -0,0 +1,26 @@
export const dearJaneLetters = [
{
id: '1',
from: 'Hopelessly Romantic',
subject: 'Should I Wait for True Love?',
question: 'Dear Jane, I am twenty-seven and have received a proposal from a respectable gentleman. He is kind and well-situated, but I feel no passionate attachment. Should I accept for security\'s sake, or wait for true love?',
answer: [
'My dear Hopelessly Romantic,',
'While the heart must not be entirely silent in matters of marriage, neither should it be the only voice in the conversation. Consider that happiness in marriage is not merely a matter of passionate beginnings, but of compatible temperaments and mutual respect.',
'However, do not mistake mere security for contentment. A marriage without any affection is as imprudent as one based solely on passionate feelings. The ideal lies somewhere between Charlotte Lucas\'s pragmatism and Marianne Dashwood\'s romanticism.',
'Examine your feelings carefully. Is your lack of passion truly indifference, or merely the absence of drama that so many mistake for love? Sometimes the steadiest attachments grow from the most modest beginnings.'
]
},
{
id: '2',
from: 'Concerned Sister',
subject: 'My Sister\'s Imprudent Attachment',
question: 'Dear Jane, My younger sister has formed an attachment to a gentleman of questionable character. How can I guide her toward prudence without seeming to interfere?',
answer: [
'My dear Concerned Sister,',
'Ah, the delicate art of sisterly guidance! One must tread carefully when matters of the heart are concerned, particularly when dealing with a younger sister who may mistake experience for interference.',
'Remember how our dear Elizabeth Bennet handled her sister Lydia\'s situation. Direct opposition often strengthens such attachments. Instead, guide your sister to examine the gentleman\'s character through his actions rather than his words.',
'Perhaps arrange situations where his true nature might reveal itself naturally. The best advice is often that which allows the recipient to believe they have arrived at the conclusion independently.'
]
}
];

66
src/data/quiz.ts Normal file
View file

@ -0,0 +1,66 @@
export interface QuizQuestion {
question: string;
options: {
value: string;
label: string;
}[];
}
export interface QuizResult {
character: string;
quote: string;
description: string;
}
export const quizQuestions: QuizQuestion[] = [
{
question: "How do you view marriage?",
options: [
{ value: "elizabeth", label: "A union of equals based on mutual respect and affection" },
{ value: "charlotte", label: "A practical arrangement for security and social position" },
{ value: "marianne", label: "A passionate connection between kindred spirits" },
{ value: "emma", label: "An opportunity to guide and improve one another" }
]
},
{
question: "What quality do you value most in a potential partner?",
options: [
{ value: "elizabeth", label: "Intelligence and wit" },
{ value: "charlotte", label: "Stability and good prospects" },
{ value: "marianne", label: "Passion and romantic sensibility" },
{ value: "emma", label: "Social standing and influence" }
]
},
{
question: "How do you handle social expectations?",
options: [
{ value: "elizabeth", label: "Challenge them with wit and independence" },
{ value: "charlotte", label: "Accept them as necessary realities" },
{ value: "marianne", label: "Follow your heart regardless" },
{ value: "emma", label: "Set them for others" }
]
}
];
export const quizResults: Record<string, QuizResult> = {
elizabeth: {
character: "Elizabeth Bennet",
quote: "Till this moment I never knew myself.",
description: "Like Elizabeth Bennet, you value intelligence, wit, and the courage to challenge societal norms. You seek a partnership based on mutual respect and understanding, and aren't afraid to grow from your experiences."
},
charlotte: {
character: "Charlotte Lucas",
quote: "I am not romantic, you know; I never was.",
description: "Practical and clear-eyed like Charlotte Lucas, you understand that marriage is as much about security and companionship as it is about love. You make decisions with your head while maintaining realistic expectations."
},
marianne: {
character: "Marianne Dashwood",
quote: "To love is to burn - to be on fire!",
description: "You share Marianne Dashwood's passionate nature and romantic sensibility. You believe in the transformative power of love and seek a deep emotional connection with your partner."
},
emma: {
character: "Emma Woodhouse",
quote: "I seem to have been doomed to blindness.",
description: "Like Emma Woodhouse, you're confident and socially adept, though sometimes too quick to make judgments. You value personal growth and learning from your mistakes in relationships."
}
};

View file

@ -0,0 +1,34 @@
export const successStories = [
{
id: '1',
couple: 'Elizabeth & Darcy',
novel: 'Pride and Prejudice',
image: 'https://images.unsplash.com/photo-1469571486292-0ba58a3f068b?w=800&dpr=2&q=80',
quote: "In vain have I struggled. It will not do. My feelings will not be repressed. You must allow me to tell you how ardently I admire and love you.",
story: "Their journey from mutual prejudice to profound understanding exemplifies how true love can overcome pride and first impressions. Through challenges and misunderstandings, they discovered that real connection grows from honest self-reflection and the courage to change."
},
{
id: '2',
couple: 'Emma & Mr. Knightley',
novel: 'Emma',
image: 'https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?w=800&dpr=2&q=80',
quote: "If I loved you less, I might be able to talk about it more.",
story: "A tale of friendship blossoming into love, their story shows how the best partnerships are built on mutual respect and the ability to help each other grow. Through Emma's journey of self-discovery, she learns the value of Mr. Knightley's honest guidance."
},
{
id: '3',
couple: 'Anne & Captain Wentworth',
novel: 'Persuasion',
image: 'https://images.unsplash.com/photo-1591604466107-ec97de577aff?w=800&dpr=2&q=80',
quote: "You pierce my soul. I am half agony, half hope.",
story: "Their reunion after eight years proves that true love can withstand time and circumstance. Despite past regrets and the interference of family, their constancy and growth as individuals led them back to each other."
},
{
id: '4',
couple: 'Marianne & Colonel Brandon',
novel: 'Sense and Sensibility',
image: 'https://images.unsplash.com/photo-1595732301236-4a39e6a35b4a?w=800&dpr=2&q=80',
quote: "The more I know of the world, the more I am convinced that I shall never see a man whom I can really love.",
story: "Their story demonstrates how love can grow from initial indifference to deep appreciation. Marianne's journey from romantic idealism to finding happiness with the steadfast Colonel Brandon shows how real love often differs from youthful fantasies."
}
];