mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
feat(client): add product hunt announcement banner
This commit is contained in:
@ -8,6 +8,7 @@ import { Trans, useTranslation } from 'next-i18next';
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations';
|
||||
|
||||
import Testimony from '@/components/landing/Testimony';
|
||||
import Announcement from '@/components/shared/Announcement';
|
||||
import Footer from '@/components/shared/Footer';
|
||||
import LanguageSwitcher from '@/components/shared/LanguageSwitcher';
|
||||
import Logo from '@/components/shared/Logo';
|
||||
@ -44,6 +45,8 @@ const Home: NextPage = () => {
|
||||
|
||||
return (
|
||||
<main className={styles.container}>
|
||||
<Announcement />
|
||||
|
||||
<div className={styles.header}>
|
||||
<div className={styles.logo}>
|
||||
<Logo size={256} />
|
||||
|
||||
Reference in New Issue
Block a user