diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 3ebff6d..8de4996 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -22,10 +22,10 @@ export default function RootLayout({
-
+
- {children}
+
{children}
diff --git a/src/components/molecules/theme.controller.tsx b/src/components/molecules/theme.controller.tsx
index 7ccfe9e..2ace3e8 100644
--- a/src/components/molecules/theme.controller.tsx
+++ b/src/components/molecules/theme.controller.tsx
@@ -11,7 +11,7 @@ const ThemeController: React.FC = () => {
return (
diff --git a/src/components/templates/home.template.tsx b/src/components/templates/home.template.tsx
index ced67bb..ab086da 100644
--- a/src/components/templates/home.template.tsx
+++ b/src/components/templates/home.template.tsx
@@ -1,10 +1,10 @@
import Image from 'next/image';
import Link from 'next/link';
import React from 'react';
+import { FiArrowRightCircle } from 'react-icons/fi';
import IntroImage from 'public/svg/intro.svg';
import { ButtonVariant } from 'src/enums/button.variant.enum';
import { Button } from '../atoms';
-
const HomeTemplate: React.FC = () => {
return (
@@ -29,12 +29,14 @@ const HomeTemplate: React.FC = () => {
campaign in moments. Simple to support and easy to manage.
-
-
-
+
+
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 4c237fe..b2101c1 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -5,7 +5,7 @@ module.exports = {
"./src/components/**/*.{js,ts,jsx,tsx}",
],
daisyui: {
- themes: ["pastel", "dark"],
+ themes: ["winter", "dark"],
darkTheme: "dark", // name of one of the included themes for dark mode
base: true, // applies background color and foreground color for root element by default
styled: true, // include daisyUI colors and design decisions for all components