diff --git a/public/video/boilerplate-mkt-ad.mp4 b/public/video/boilerplate-mkt-ad.mp4
new file mode 100644
index 000000000..e15060034
Binary files /dev/null and b/public/video/boilerplate-mkt-ad.mp4 differ
diff --git a/public/video/php-boilerplate.mp4 b/public/video/php-boilerplate.mp4
new file mode 100644
index 000000000..5b01d6963
Binary files /dev/null and b/public/video/php-boilerplate.mp4 differ
diff --git a/src/app/(landing-routes)/(home)/page.tsx b/src/app/(landing-routes)/(home)/page.tsx
index fa4ca95bd..b3c6f6520 100644
--- a/src/app/(landing-routes)/(home)/page.tsx
+++ b/src/app/(landing-routes)/(home)/page.tsx
@@ -1,16 +1,20 @@
import Hero from "~/components/layouts/homepage/Hero";
import HowItWorks from "~/components/layouts/homepage/HowItWorks";
+import MarketingAd from "~/components/layouts/homepage/MarketingAd";
import PerfectFit from "~/components/layouts/homepage/PerfectFit";
import Testimonials from "~/components/layouts/homepage/Testimonials";
import UserSection from "~/components/layouts/homepage/UserSection";
+import Video from "~/components/layouts/homepage/Video";
export default function Home() {
return (
<>
+
+
>
);
diff --git a/src/app/dashboard/(admin)/admin/(settings)/settings/account/_component.tsx/password.tsx b/src/app/dashboard/(admin)/admin/(settings)/settings/account/_component.tsx/password.tsx
index 4b5a99a26..ae6a8f408 100644
--- a/src/app/dashboard/(admin)/admin/(settings)/settings/account/_component.tsx/password.tsx
+++ b/src/app/dashboard/(admin)/admin/(settings)/settings/account/_component.tsx/password.tsx
@@ -60,7 +60,7 @@ const Password = () => {
};
return (
-
+
Password Settings
diff --git a/src/components/layouts/homepage/MarketingAd.tsx b/src/components/layouts/homepage/MarketingAd.tsx
new file mode 100644
index 000000000..66f6ce2b5
--- /dev/null
+++ b/src/components/layouts/homepage/MarketingAd.tsx
@@ -0,0 +1,12 @@
+const MarketingAd = () => {
+ return (
+
+
+
+ );
+};
+
+export default MarketingAd;
diff --git a/src/components/layouts/homepage/Video.tsx b/src/components/layouts/homepage/Video.tsx
new file mode 100644
index 000000000..4769f273b
--- /dev/null
+++ b/src/components/layouts/homepage/Video.tsx
@@ -0,0 +1,12 @@
+const Video = () => {
+ return (
+
+
+
+ );
+};
+
+export default Video;