forked from veda/www_veda_2025
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user