-
+
{title}
@@ -203,7 +203,6 @@ const WaitingListWithImageHero = () => {
)}
-
);
};
diff --git a/Frontend/sections/IconsSections/SolidBackgrondIcon.tsx b/Frontend/sections/IconsSections/SolidBackgrondIcon.tsx
deleted file mode 100644
index 9093bdf..0000000
--- a/Frontend/sections/IconsSections/SolidBackgrondIcon.tsx
+++ /dev/null
@@ -1,116 +0,0 @@
-import React from "react";
-
-function SolidBackgrondIcon() {
- return (
- <>
- {/* Icon Blocks */}
-
- {/* End Icon Blocks */}
- >
- );
-}
-
-export default SolidBackgrondIcon;
diff --git a/Frontend/tailwind.config.ts b/Frontend/tailwind.config.ts
index 4e3e8dc..62af2ad 100644
--- a/Frontend/tailwind.config.ts
+++ b/Frontend/tailwind.config.ts
@@ -71,13 +71,13 @@ const config: Config = {
light: {
primary: "#FD5469",
"primary-content": "#fff",
- secondary: "#ff7400",
+ secondary: "#7082FF",
"secondary-content": "#000",
accent: "#fd0000",
neutral: "#28282e",
- "base-100": "#fefffd",
- "base-200": "#fcfeff",
- "base-300": "#fefaff",
+ "base-100": "#FBFAFA",
+ "base-200": "#F9F8F8",
+ "base-300": "#F4F3F4",
"base-content": "#000",
info: "#00f5ff",
success: "#00ff8b",
@@ -87,7 +87,7 @@ const config: Config = {
dark: {
primary: "#FD5469",
"primary-content": "#fff",
- secondary: "#FD40FF",
+ secondary: "#7082FF",
"secondary-content": "#fff",
accent: "#006cff",
neutral: "#060206",