diff --git a/app/page.tsx b/app/page.tsx index 846fcb5..ebddaad 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,8 +6,10 @@ import Button from '@/components/objects/Button' import Link from '@/components/objects/Link' import LastPlayed from '@/components/widgets/LastPlayed' import Image from 'next/image' -import { Mail } from 'lucide-react' +import { CreditCard, Mail, PillBottle, Scale } from 'lucide-react' +import { FaHandcuffs } from "react-icons/fa6" import { useTranslation } from 'react-i18next' +import { SiGithubsponsors } from 'react-icons/si' export default function Home() { const { t } = useTranslation() @@ -27,24 +29,26 @@ export default function Home() { return (
-
-
-
- My Profile Picture -

{t('home.profile.name')}

-

{t('home.profile.description')}

+
+
+ My Profile Picture +

{t('home.profile.name')}

+

{t('home.profile.description')}

+
+ +
+
+
- - {mainSections.map((section, secIndex) => ( -
+

{section}

{mainStrings[secIndex].map((text: string, index: number) => (

@@ -62,7 +66,7 @@ export default function Home() {

))} -
+

{t('home.contact.title')}

{t('home.contact.description')}

+ +
+

{t('home.donation.title')}

+

{t('home.donation.description')}

+ +

{t('home.donation.charities.title')}

+
+
+ +

{t('home.donation.donate.title')}

+
+
+