@@ -105,7 +105,7 @@ export default function PriceCard({
{product && (
diff --git a/Frontend/components/Utilities/Background.tsx b/Frontend/components/Utilities/Background.tsx
index 0be81c1..14da941 100644
--- a/Frontend/components/Utilities/Background.tsx
+++ b/Frontend/components/Utilities/Background.tsx
@@ -2,7 +2,7 @@
import colors, { hexToRgb } from "@/utils/colors";
import { useTheme } from "next-themes";
-import React, { ReactNode, useEffect, useMemo, useState } from "react";
+import React, { ReactNode, useEffect, useState } from "react";
const Background = ({ children }: { children: ReactNode }) => {
const { theme } = useTheme();
@@ -25,7 +25,7 @@ const Background = ({ children }: { children: ReactNode }) => {
{children}
diff --git a/Frontend/constants/index.ts b/Frontend/constants/index.ts
index 009fddf..54fc3b1 100644
--- a/Frontend/constants/index.ts
+++ b/Frontend/constants/index.ts
@@ -4,4 +4,6 @@ export const companySizeList = [
"30-70 employees",
"70-100 employees",
"100+ employees"
-]
\ No newline at end of file
+]
+
+export const title = "FastPocket"
\ No newline at end of file
diff --git a/Frontend/images/icon.svg b/Frontend/images/icon.svg
index 878cfd4..0ab689c 100644
--- a/Frontend/images/icon.svg
+++ b/Frontend/images/icon.svg
@@ -1,4 +1,4 @@
-