@titas_mallick/wedding-site-gen 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/README.md +70 -184
  2. package/app/api/email-reminders/route.ts +240 -0
  3. package/app/couple/page.tsx +4 -4
  4. package/app/game/page.tsx +298 -0
  5. package/app/guestbook/page.tsx +270 -152
  6. package/app/invitation/[slug]/layout.tsx +4 -2
  7. package/app/invitation/[slug]/page.tsx +303 -84
  8. package/app/invitation/actions.ts +49 -0
  9. package/app/invitation/maker/auth.js +1 -1
  10. package/app/invitation/maker/guestAdder.js +4 -0
  11. package/app/invitation/maker/guestShower.js +39 -8
  12. package/app/invitation/maker/layout.tsx +1 -1
  13. package/app/invitation/maker/page.js +9 -7
  14. package/app/invitation/maker/rsvpViewer.js +90 -8
  15. package/app/layout.tsx +40 -14
  16. package/app/mark-the-dates/page.tsx +8 -2
  17. package/app/page.tsx +7 -1
  18. package/app/providers.tsx +1 -1
  19. package/app/sagun/page.tsx +224 -76
  20. package/app/song-requests/page.tsx +242 -105
  21. package/app/sukanya/page.tsx +9 -13
  22. package/app/titas/page.tsx +8 -24
  23. package/app/travel-guide/page.tsx +361 -120
  24. package/app/updates/maker/page.js +2 -2
  25. package/app/updates/overlay/page.tsx +65 -30
  26. package/app/updates/page.js +3 -3
  27. package/cli.mjs +26 -15
  28. package/components/AdminAuth.tsx +145 -0
  29. package/components/AdminLinks.tsx +120 -0
  30. package/components/ConciergeBot.tsx +104 -44
  31. package/components/CountdownTimer.tsx +37 -15
  32. package/components/Gallery.tsx +1 -1
  33. package/components/LiveVideos.tsx +27 -15
  34. package/components/OurStory.tsx +1 -1
  35. package/components/SchemaMarkup.tsx +74 -0
  36. package/components/certificate.jsx +287 -300
  37. package/components/footer.tsx +2 -0
  38. package/components/hero.tsx +47 -4
  39. package/components/icons.tsx +45 -0
  40. package/components/importantNews.js +168 -168
  41. package/components/navbar.tsx +113 -18
  42. package/components/updates.tsx +36 -26
  43. package/config/firebase-admin.js +14 -17
  44. package/config/firebase.ts +4 -2
  45. package/config/site.ts +10 -2
  46. package/firestore.rules +6 -1
  47. package/next-sitemap.config.js +21 -0
  48. package/package.json +4 -3
  49. package/public/corner1-01.svg +0 -0
  50. package/public/love-birds.png +0 -0
  51. package/public/next.svg +0 -0
  52. package/public/pubqr.png +0 -0
  53. package/public/pw/sample.jpg +0 -0
  54. package/public/qr.png +0 -0
  55. package/public/sample.jpg +0 -0
  56. package/public/vercel.svg +0 -0
  57. package/vercel.json +1 -0
  58. package/.recover +0 -9
  59. package/next-env.d.ts +0 -6
  60. package/public/DCV.gif +0 -0
  61. package/public/DCV2.gif +0 -0
  62. package/public/DCV3.gif +0 -0
  63. package/public/Images/1.jpg +0 -0
  64. package/public/Images/11.jpg +0 -0
  65. package/public/Images/12.jpg +0 -0
  66. package/public/Images/13.jpg +0 -0
  67. package/public/Images/14.jpg +0 -0
  68. package/public/Images/15.jpg +0 -0
  69. package/public/Images/16.jpg +0 -0
  70. package/public/Images/17.jpg +0 -0
  71. package/public/Images/18.jpg +0 -0
  72. package/public/Images/19.jpg +0 -0
  73. package/public/Images/2.jpg +0 -0
  74. package/public/Images/21.jpg +0 -0
  75. package/public/Images/22.jpg +0 -0
  76. package/public/Images/3.jpg +0 -0
  77. package/public/Images/4.jpg +0 -0
  78. package/public/Images/5.jpg +0 -0
  79. package/public/Images/6.jpg +0 -0
  80. package/public/Images/7.jpg +0 -0
  81. package/public/Images/8.jpg +0 -0
  82. package/public/Images/9.jpg +0 -0
  83. package/public/Images/9b.jpg +0 -0
  84. package/public/Images/Patipatra.jpeg +0 -0
  85. package/public/audio (1).mp3 +0 -0
  86. package/public/audio (2).mp3 +0 -0
  87. package/public/bride.jpg +0 -0
  88. package/public/groom.jpg +0 -0
  89. package/public/invite.png +0 -0
  90. package/public/pw/001.jpg +0 -0
  91. package/public/pw/002.jpg +0 -0
  92. package/public/pw/003.jpg +0 -0
  93. package/public/pw/004.jpg +0 -0
  94. package/public/pw/005.jpg +0 -0
  95. package/public/pw/006.jpg +0 -0
  96. package/public/pw/007.jpg +0 -0
  97. package/public/pw/008.jpg +0 -0
  98. package/public/pw/009.jpg +0 -0
  99. package/public/pw/010.jpg +0 -0
  100. package/public/pw/011.jpg +0 -0
  101. package/public/pw/012.jpg +0 -0
  102. package/public/pw/013.jpg +0 -0
  103. package/public/pw/014.jpg +0 -0
  104. package/public/pw/015.jpg +0 -0
  105. package/public/pw/016.jpg +0 -0
  106. package/public/pw/017.jpg +0 -0
  107. package/public/pw/018.jpg +0 -0
  108. package/public/pw/019.jpg +0 -0
  109. package/public/pw/020.jpg +0 -0
  110. package/public/pw/021.jpg +0 -0
  111. package/public/pw/022.jpg +0 -0
  112. package/public/pw/023.jpg +0 -0
  113. package/public/pw/024.jpg +0 -0
  114. package/public/pw/025.jpg +0 -0
  115. package/public/pw/026.jpg +0 -0
  116. package/public/pw/027.jpg +0 -0
  117. package/public/pw/028.jpg +0 -0
  118. package/public/pw/029.jpg +0 -0
  119. package/public/pw/030.jpg +0 -0
  120. package/public/pw/031.jpg +0 -0
  121. package/public/pw/032.jpg +0 -0
  122. package/tsconfig.tsbuildinfo +0 -1
  123. /package/public/Images/{20.jpg → sample.jpg} +0 -0
@@ -17,7 +17,7 @@ export default function TitasPage() {
17
17
  <div className="relative w-72 h-72 md:w-96 md:h-96">
18
18
  <div className="absolute inset-0 bg-wedding-gold-200 dark:bg-wedding-gold-800 rounded-full blur-2xl opacity-50 transform translate-x-4 translate-y-4" />
19
19
  <Image
20
- alt="Titas Mallick"
20
+ alt="Groom"
21
21
  className="rounded-full object-cover w-full h-full border-4 border-white dark:border-default-100 shadow-2xl z-10"
22
22
  src="/groom.jpg"
23
23
  />
@@ -29,7 +29,7 @@ export default function TitasPage() {
29
29
  <h1
30
30
  className={`${fontCursive.className} text-6xl md:text-7xl text-wedding-gold-600 dark:text-wedding-gold-400`}
31
31
  >
32
- Titas Mallick
32
+ Groom Name
33
33
  </h1>
34
34
  <p
35
35
  className={`${fontMono.className} text-xl md:text-2xl text-default-600 dark:text-white font-medium`}
@@ -61,18 +61,10 @@ export default function TitasPage() {
61
61
  <div className="md:col-span-8 space-y-4 text-default-700 dark:text-white text-lg leading-relaxed">
62
62
  <p>
63
63
  With over a decade of experience, I have dedicated my life to
64
- nurturing young minds. From my roots at{" "}
65
- <strong>Konnagar High School</strong> to achieving a state rank at{" "}
66
- <strong>Raja Peary Mohan College</strong>
67
- and mastering Microbiology at the{" "}
68
- <strong>University of Calcutta</strong>, my academic path has been
69
- driven by curiosity.
64
+ nurturing young minds. From my roots at a reputable high school to achieving a state rank at college and mastering Microbiology at a leading university, my academic path has been driven by curiosity.
70
65
  </p>
71
66
  <p>
72
- Today, I serve at <strong>Pearls Of God School</strong> and
73
- founded <strong>EugenicsErudite</strong>, where I mentor students
74
- to look beyond textbooks and understand the beautiful complexity
75
- of life.
67
+ Today, I serve at an educational institution and founded a learning platform, where I mentor students to look beyond textbooks and understand the beautiful complexity of life.
76
68
  </p>
77
69
  </div>
78
70
  </div>
@@ -108,15 +100,7 @@ export default function TitasPage() {
108
100
  <div className="md:col-span-8 space-y-4 text-default-700 dark:text-white text-lg leading-relaxed">
109
101
  <p>
110
102
  My mind wanders through philosophy, literature, and the quiet
111
- wisdom of nature. I am developing{" "}
112
- <Link
113
- className="text-wedding-gold-600 font-bold hover:underline"
114
- href="/Neo-Lucentism"
115
- >
116
- Neo-Lucentism
117
- </Link>
118
- , a belief system blending humanism, secular spirituality, and
119
- optimistic nihilism.
103
+ wisdom of nature. I am developing a belief system blending humanism, secular spirituality, and optimistic nihilism.
120
104
  </p>
121
105
  <p>
122
106
  You&apos;ll often find me exploring heritage landscapes, writing
@@ -153,7 +137,7 @@ export default function TitasPage() {
153
137
  My Partner
154
138
  </h3>
155
139
  <p className="text-default-600 dark:text-white text-sm mb-4">
156
- I found that resonance in Sukanya—graceful, strong, and my
140
+ I found that resonance in the Bride—graceful, strong, and my
157
141
  companion in every adventure.
158
142
  </p>
159
143
  <Button
@@ -162,7 +146,7 @@ export default function TitasPage() {
162
146
  href="/sukanya"
163
147
  size="sm"
164
148
  >
165
- Meet Sukanya
149
+ Meet Bride
166
150
  </Button>
167
151
  </div>
168
152
  </CardBody>
@@ -172,4 +156,4 @@ export default function TitasPage() {
172
156
  </section>
173
157
  </div>
174
158
  );
175
- }
159
+ }