@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.
- package/README.md +70 -184
- package/app/api/email-reminders/route.ts +240 -0
- package/app/couple/page.tsx +4 -4
- package/app/game/page.tsx +298 -0
- package/app/guestbook/page.tsx +270 -152
- package/app/invitation/[slug]/layout.tsx +4 -2
- package/app/invitation/[slug]/page.tsx +303 -84
- package/app/invitation/actions.ts +49 -0
- package/app/invitation/maker/auth.js +1 -1
- package/app/invitation/maker/guestAdder.js +4 -0
- package/app/invitation/maker/guestShower.js +39 -8
- package/app/invitation/maker/layout.tsx +1 -1
- package/app/invitation/maker/page.js +9 -7
- package/app/invitation/maker/rsvpViewer.js +90 -8
- package/app/layout.tsx +40 -14
- package/app/mark-the-dates/page.tsx +8 -2
- package/app/page.tsx +7 -1
- package/app/providers.tsx +1 -1
- package/app/sagun/page.tsx +224 -76
- package/app/song-requests/page.tsx +242 -105
- package/app/sukanya/page.tsx +9 -13
- package/app/titas/page.tsx +8 -24
- package/app/travel-guide/page.tsx +361 -120
- package/app/updates/maker/page.js +2 -2
- package/app/updates/overlay/page.tsx +65 -30
- package/app/updates/page.js +3 -3
- package/cli.mjs +26 -15
- package/components/AdminAuth.tsx +145 -0
- package/components/AdminLinks.tsx +120 -0
- package/components/ConciergeBot.tsx +104 -44
- package/components/CountdownTimer.tsx +37 -15
- package/components/Gallery.tsx +1 -1
- package/components/LiveVideos.tsx +27 -15
- package/components/OurStory.tsx +1 -1
- package/components/SchemaMarkup.tsx +74 -0
- package/components/certificate.jsx +287 -300
- package/components/footer.tsx +2 -0
- package/components/hero.tsx +47 -4
- package/components/icons.tsx +45 -0
- package/components/importantNews.js +168 -168
- package/components/navbar.tsx +113 -18
- package/components/updates.tsx +36 -26
- package/config/firebase-admin.js +14 -17
- package/config/firebase.ts +4 -2
- package/config/site.ts +10 -2
- package/firestore.rules +6 -1
- package/next-sitemap.config.js +21 -0
- package/package.json +4 -3
- package/public/corner1-01.svg +0 -0
- package/public/love-birds.png +0 -0
- package/public/next.svg +0 -0
- package/public/pubqr.png +0 -0
- package/public/pw/sample.jpg +0 -0
- package/public/qr.png +0 -0
- package/public/sample.jpg +0 -0
- package/public/vercel.svg +0 -0
- package/vercel.json +1 -0
- package/.recover +0 -9
- package/next-env.d.ts +0 -6
- package/public/DCV.gif +0 -0
- package/public/DCV2.gif +0 -0
- package/public/DCV3.gif +0 -0
- package/public/Images/1.jpg +0 -0
- package/public/Images/11.jpg +0 -0
- package/public/Images/12.jpg +0 -0
- package/public/Images/13.jpg +0 -0
- package/public/Images/14.jpg +0 -0
- package/public/Images/15.jpg +0 -0
- package/public/Images/16.jpg +0 -0
- package/public/Images/17.jpg +0 -0
- package/public/Images/18.jpg +0 -0
- package/public/Images/19.jpg +0 -0
- package/public/Images/2.jpg +0 -0
- package/public/Images/21.jpg +0 -0
- package/public/Images/22.jpg +0 -0
- package/public/Images/3.jpg +0 -0
- package/public/Images/4.jpg +0 -0
- package/public/Images/5.jpg +0 -0
- package/public/Images/6.jpg +0 -0
- package/public/Images/7.jpg +0 -0
- package/public/Images/8.jpg +0 -0
- package/public/Images/9.jpg +0 -0
- package/public/Images/9b.jpg +0 -0
- package/public/Images/Patipatra.jpeg +0 -0
- package/public/audio (1).mp3 +0 -0
- package/public/audio (2).mp3 +0 -0
- package/public/bride.jpg +0 -0
- package/public/groom.jpg +0 -0
- package/public/invite.png +0 -0
- package/public/pw/001.jpg +0 -0
- package/public/pw/002.jpg +0 -0
- package/public/pw/003.jpg +0 -0
- package/public/pw/004.jpg +0 -0
- package/public/pw/005.jpg +0 -0
- package/public/pw/006.jpg +0 -0
- package/public/pw/007.jpg +0 -0
- package/public/pw/008.jpg +0 -0
- package/public/pw/009.jpg +0 -0
- package/public/pw/010.jpg +0 -0
- package/public/pw/011.jpg +0 -0
- package/public/pw/012.jpg +0 -0
- package/public/pw/013.jpg +0 -0
- package/public/pw/014.jpg +0 -0
- package/public/pw/015.jpg +0 -0
- package/public/pw/016.jpg +0 -0
- package/public/pw/017.jpg +0 -0
- package/public/pw/018.jpg +0 -0
- package/public/pw/019.jpg +0 -0
- package/public/pw/020.jpg +0 -0
- package/public/pw/021.jpg +0 -0
- package/public/pw/022.jpg +0 -0
- package/public/pw/023.jpg +0 -0
- package/public/pw/024.jpg +0 -0
- package/public/pw/025.jpg +0 -0
- package/public/pw/026.jpg +0 -0
- package/public/pw/027.jpg +0 -0
- package/public/pw/028.jpg +0 -0
- package/public/pw/029.jpg +0 -0
- package/public/pw/030.jpg +0 -0
- package/public/pw/031.jpg +0 -0
- package/public/pw/032.jpg +0 -0
- package/tsconfig.tsbuildinfo +0 -1
- /package/public/Images/{20.jpg → sample.jpg} +0 -0
package/app/titas/page.tsx
CHANGED
|
@@ -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="
|
|
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
|
-
|
|
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
|
|
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'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
|
|
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
|
|
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
|
+
}
|