diff --git a/frontend/components/global/ToastContainer/ToastBox.vue b/frontend/components/global/ToastContainer/ToastBox.vue
index 04c2fac..4791189 100644
--- a/frontend/components/global/ToastContainer/ToastBox.vue
+++ b/frontend/components/global/ToastContainer/ToastBox.vue
@@ -39,27 +39,27 @@ const statusIcon = computed(() => {
switch (status) {
case "success":
return {
- name: "duo-icons:check-circle",
+ name: "ci:check-circle",
class: "**:fill-success-500 [filter:drop-shadow(0_0_20px_var(--color-success-500))]",
};
case "error":
return {
- name: "duo-icons:alert-triangle",
+ name: "ci:circle-exclamation",
class: "**:fill-danger-500 [filter:drop-shadow(0_0_20px_var(--color-danger-500))]",
};
case "info":
return {
- name: "duo-icons:info",
+ name: "ci:circle-info",
class: "**:fill-cyan-500 [filter:drop-shadow(0_0_20px_var(--color-cyan-500))]",
};
case "warning":
return {
- name: "duo-icons:alert-octagon",
+ name: "ci:octagon-exclamation",
class: "**:fill-warning-500 [filter:drop-shadow(0_0_10px_var(--color-warning-500))]",
};
default:
return {
- name: "duo-icons:info",
+ name: "ci:circle-info",
class: "**:fill-slate-500 [filter:drop-shadow(0_0_10px_var(--color-slate-500))]",
};
}
diff --git a/frontend/components/product/ChatBox/ChatButton.vue b/frontend/components/product/ChatBox/ChatButton.vue
index 547e658..a71dc3a 100644
--- a/frontend/components/product/ChatBox/ChatButton.vue
+++ b/frontend/components/product/ChatBox/ChatButton.vue
@@ -44,7 +44,7 @@ watch([isMobile, isOpen], ([isMobile, isOpen]) => {
class="cursor-pointer z-50 fixed shadow-xl shadow-black/30 right-8 bottom-8 bg-blue-500 size-[70px] flex justify-center items-center rounded-full"
>
diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue
index af185b1..5dbba65 100644
--- a/frontend/pages/index.vue
+++ b/frontend/pages/index.vue
@@ -11,6 +11,10 @@ const { data: homeData, suspense } = useHomeData();
const response = await suspense();
+console.log(response.error)
+console.log("----- END ERROR ------")
+console.log(response)
+
if (response.isError) {
throw createError({
statusCode: 500,
diff --git a/frontend/public/icons/circle-exclamation.svg b/frontend/public/icons/circle-exclamation.svg
new file mode 100644
index 0000000..ce5628e
--- /dev/null
+++ b/frontend/public/icons/circle-exclamation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/circle-info.svg b/frontend/public/icons/circle-info.svg
new file mode 100644
index 0000000..d55c8e7
--- /dev/null
+++ b/frontend/public/icons/circle-info.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/octagon-exclamation.svg b/frontend/public/icons/octagon-exclamation.svg
new file mode 100644
index 0000000..08d1c8b
--- /dev/null
+++ b/frontend/public/icons/octagon-exclamation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/icons/streamline-artificial-intelligence-spark.svg b/frontend/public/icons/streamline-artificial-intelligence-spark.svg
new file mode 100644
index 0000000..4804f2c
--- /dev/null
+++ b/frontend/public/icons/streamline-artificial-intelligence-spark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/video/curtain-red.webm b/frontend/public/video/curtain-red.webm
index f1b054e..d062882 100644
Binary files a/frontend/public/video/curtain-red.webm and b/frontend/public/video/curtain-red.webm differ