diff --git a/apps/web/app/[language]/(home)/page.tsx b/apps/web/app/[language]/(home)/page.tsx index cff8e36cf..4203b0b8d 100644 --- a/apps/web/app/[language]/(home)/page.tsx +++ b/apps/web/app/[language]/(home)/page.tsx @@ -16,18 +16,21 @@ import { cache } from '@/lib/cache'; import { getAlternateUrls } from '@/lib/url'; import { PageView } from '@/components/PageView/PageView'; import type { PageProps } from '@/lib/next'; +import { Snow } from '../festival/wintersday/snow'; async function HomePage({ params }: PageProps) { const { language } = await params; return ( - -
-
gw2treasures.com
-
+ +
+
+
gw2treasures.com
+
+
-
+ )} > diff --git a/apps/web/components/Layout/Header/Navigation.tsx b/apps/web/components/Layout/Header/Navigation.tsx index 7de64a8eb..4fed9d76f 100644 --- a/apps/web/components/Layout/Header/Navigation.tsx +++ b/apps/web/components/Layout/Header/Navigation.tsx @@ -1,4 +1,4 @@ -import type { FC, ReactNode } from 'react'; +import type { CSSProperties, FC, ReactNode } from 'react'; import { LinkButton } from '@gw2treasures/ui/components/Form/Button'; import { Trans } from '../../I18n/Trans'; import styles from './Navigation.module.css'; @@ -16,6 +16,7 @@ const Navigation: FC = ({ language }) => { return ( }> + @@ -38,6 +39,7 @@ interface NavigationItemProps { children: ReactNode; href: string; icon: IconProp; + style?: CSSProperties; } export const NavigationItem: FC = (props) => { diff --git a/packages/icons/icons/gift.svg b/packages/icons/icons/gift.svg new file mode 100644 index 000000000..671ec1fc2 --- /dev/null +++ b/packages/icons/icons/gift.svg @@ -0,0 +1 @@ +