feat: add typewriter-style love letter section with torn paper effect

- Added new love letter section below hero with custom typewriter font styling
- Integrated torn paper visual effect using new booktear.png images
- Added JMH Typewriter font and configured it in layout and Tailwind
- Created new UI component Booktear.jsx for reusable torn paper effect
- Added paper texture background and love-red color theme
- Included stylized message with custom typography and spacing
- Removed background color
This commit is contained in:
2025-10-24 04:47:57 +02:00
parent 0d5d8f9d8a
commit 1030e0150a
10 changed files with 90 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ module.exports = {
fontFamily: {
sans: ['Montserrat', 'sans-serif'],
display: ['Montserrat', 'sans-serif'],
typewriter: 'var(--font-jmh-typewriter)',
},
maxWidth: {
'2xl': '40rem',
@@ -50,6 +51,7 @@ module.exports = {
900: '#1F2937',
200: '#E4E7EB',
},
'love-red': '#bc0a0f',
creme: {
900: '#e3dfda',
600: '#f6f1eb',