Skip to content

Commit

Permalink
Merge pull request #241 from gita/add-donate-page
Browse files Browse the repository at this point in the history
update donate page
  • Loading branch information
samanyougarg authored Jan 20, 2024
2 parents 2ea46da + efc47e1 commit 3575927
Showing 1 changed file with 21 additions and 26 deletions.
47 changes: 21 additions & 26 deletions src/app/donate/[[...locale]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,20 @@ export default async function Donate(props: ParamsWithLocale) {
Your generous support enables the Ved Vyas Foundation to offer a
suite of spiritual resources entirely free of charge and devoid of
distractions. By donating, you help us maintain and expand our
offerings, such as the ad-free Bhagavad Gita website and mobile
app and Bhagavad Gita AI, ensuring that the essence of Sanatana
Dharma reaches the hands and hearts of seekers around the world
without any barriers.
offerings, such as the ad-free{" "}
<a className="text-blue-600 hover:underline" href="/">
Bhagavad Gita website
</a>
,{" "}
<a className="text-blue-600 hover:underline" href="/app">
mobile apps
</a>{" "}
and{" "}
<a className="text-blue-600 hover:underline" href="/gitagpt">
GitaGPT AI chatbot
</a>
, ensuring that the essence of Sanatana Dharma reaches the hands
and hearts of seekers around the world without any barriers.
</p>
<p className="mb-6 text-center text-lg">
Our dedication is to the digitization and modern presentation of
Expand All @@ -86,30 +96,15 @@ export default async function Donate(props: ParamsWithLocale) {
height={300}
/>
</div>
<p className="mt-4 text-center font-bold">
Scan the QR code with any UPI app to make your donation.
</p>
<p className="mt-4 text-center">
Scan the QR code with any UPI app to make your donation. We are
grateful for your partnership in creating a compassionate and
harmonious world through the wisdom of Sanatana Dharma.
<span className="font-bold">UPI ID:</span>{" "}
<span className="font-bold text-my-orange">
vedvyasfoundation@icici
</span>
</p>
<div className="mt-8 text-center">
<a
href="https://play.google.com/store/apps/details?id=com.gitainitiative.bhagavadgita"
className="text-blue-600 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
Download our Bhagavad Gita Mobile App
</a>
<br />
<a
href="https://bhagavadgita.io/gitagpt"
className="text-blue-600 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
Try Bhagavad Gita AI
</a>
</div>
</div>
</div>
)}
Expand Down

1 comment on commit 3575927

@vercel
Copy link

@vercel vercel bot commented on 3575927 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bg-frontend – ./

bg-frontend-lac.vercel.app
bg-frontend-gita-v2.vercel.app
bg-frontend-git-main-gita-v2.vercel.app

Please sign in to comment.