You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: revamp landing page to showcase real-time data and enhance user experience
Updated the landing page to display genuine daily data, including Bikram Sambat dates, festivals, and various rates, replacing the previous static feature list. Enhanced the CSS for improved layout and responsiveness, introducing a new board format for presenting information clearly. This update aims to provide users with a more interactive and informative experience.
Copy file name to clipboardExpand all lines: apps/landing/index.html
+92-38Lines changed: 92 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -181,47 +181,101 @@ <h2>See it in action</h2>
181
181
<divclass="wrap">
182
182
<divclass="section-head">
183
183
<h2>Everything Nepal checks in a day</h2>
184
-
<pclass="section-sub">Nine modules, one compact popover. Toggle what you need in Settings.</p>
184
+
<pclass="section-sub">A real day, exactly as the app shows it. Every number below is genuine, not a mockup.</p>
185
185
</div>
186
186
187
-
<divclass="feature-list">
188
-
<articleclass="feature-item">
189
-
<h3>Bikram Sambat calendar</h3>
190
-
<p>AD conversion, tithi, festivals, and public holidays. Fully offline.</p>
191
-
</article>
192
-
<articleclass="feature-item">
193
-
<h3>News</h3>
194
-
<p>Headlines from ten Nepali newsrooms, in Nepali and English, all day.</p>
195
-
</article>
196
-
<articleclass="feature-item">
197
-
<h3>Bazar & NEPSE</h3>
198
-
<p>Gold, silver, fuel, Kalimati vegetables, and a NEPSE watchlist.</p>
199
-
</article>
200
-
<articleclass="feature-item">
201
-
<h3>Rashifal</h3>
202
-
<p>Daily rashifal for all twelve rashis, with a quick sign finder.</p>
203
-
</article>
204
-
<articleclass="feature-item">
205
-
<h3>Day plans & Keeper</h3>
206
-
<p>Notes on any BS date, plus renewals and bills tracked by due date.</p>
207
-
</article>
208
-
<articleclass="feature-item">
209
-
<h3>Weather & forex</h3>
210
-
<p>Kathmandu weather and air quality, plus Nepal Rastra Bank rates.</p>
211
-
</article>
212
-
<articleclass="feature-item">
213
-
<h3>World clocks & radio</h3>
214
-
<p>Pin cities beside Nepal time and stream Nepali FM stations in-app.</p>
215
-
</article>
216
-
<articleclass="feature-item">
217
-
<h3>Nepali unit tools</h3>
218
-
<p>Land, weight, VAT, and simple-interest conversions in Nepali units.</p>
219
-
</article>
220
-
<articleclass="feature-item">
221
-
<h3>Nepali or English</h3>
222
-
<p>The full interface in either language, with Devanagari or English numerals.</p>
223
-
</article>
187
+
<!--
188
+
The date, the tithi, the festivals and every rate below are read out of
189
+
apps/showcase/src/data/scenes.json — the recording the panels above run
190
+
on, produced by apps/showcase-data from the real engine and the real
191
+
parsers. They describe the same day the carousel does. Refresh them
192
+
together: `cd apps/showcase && bun run data && bun run build`.
193
+
-->
194
+
<divclass="day">
195
+
<divclass="day-date">
196
+
<pclass="day-bs" lang="ne">१० भदौ २०८३</p>
197
+
<pclass="day-ad">Wednesday, 26 August 2026 <spanclass="day-tithi" lang="ne">त्रयोदशी</span></p>
198
+
<pclass="day-note">Dates, festivals and public holidays work fully offline, every year from 2066 to 2083 — and you can jot a note on any day.</p>
0 commit comments