Skip to content

Commit b0a034c

Browse files
committed
cleanup: remove unused assets and update landing page mission text
1 parent 4ca60ad commit b0a034c

9 files changed

Lines changed: 3 additions & 8 deletions

File tree

web/public/file.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/public/globe.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/public/icon.png

-554 KB
Binary file not shown.

web/public/logo.png

-14.7 KB
Binary file not shown.

web/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/public/window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const metadata: Metadata = {
2929
siteName: "Sai Leela Rahasya",
3030
images: [
3131
{
32-
url: "/icon.png",
32+
url: "/icon-512.png",
3333
width: 512,
3434
height: 512,
3535
},
@@ -49,7 +49,7 @@ export const metadata: Metadata = {
4949
card: "summary_large_image",
5050
title: "Sai Leela Rahasya",
5151
description: "Digital study guide for Krishnaji's teachings.",
52-
images: ["/icon.png"],
52+
images: ["/icon-512.png"],
5353
},
5454
icons: {
5555
icon: "/icon-192.png",

web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Home() {
2626

2727
<p className="text-gray-500 text-base md:text-lg leading-relaxed max-w-lg mx-auto px-6 md:px-0">
2828
We have believed Sai for years, now let&apos;s learn something. <br />
29-
<span className="text-ochre font-semibold block mt-1 tracking-wide">It&apos;s not our application, Sai, it&apos;s your choice.</span>
29+
<span className="text-ochre font-semibold block mt-1 tracking-wide">It&apos;s not our will, Baba... it&apos;s your choice</span>
3030
</p>
3131
</div>
3232

0 commit comments

Comments
 (0)