diff --git a/frontend/pages/_document.tsx b/frontend/pages/_document.tsx index cd32b8bf..5b8dc70e 100644 --- a/frontend/pages/_document.tsx +++ b/frontend/pages/_document.tsx @@ -3,22 +3,23 @@ import { Head, Html, Main, NextScript } from 'next/document'; export default function Document() { const PUBLIC_URL = process.env.NEXT_PUBLIC_BASE_CLIENT_URL; + const wesiteDescription = + 'Giving Coupons aims to increase the fundraising ROI on charitable donations and raise awareness about charities that the donor wishes to support by giving out donation coupons. Recipients of the coupon get to decide which charity receives the money specified and can choose to top it up with their own money. The end goal of Giving Coupons is to encourage more Singaporeans to donate.'; + return ( + - +