diff --git a/public/videos/generate-emails.mp4 b/public/videos/generate-emails.mp4 new file mode 100644 index 0000000..c6796e5 Binary files /dev/null and b/public/videos/generate-emails.mp4 differ diff --git a/public/videos/navigate-products.mp4 b/public/videos/navigate-products.mp4 new file mode 100644 index 0000000..68cbfa7 Binary files /dev/null and b/public/videos/navigate-products.mp4 differ diff --git a/public/videos/open-app.mp4 b/public/videos/open-app.mp4 new file mode 100644 index 0000000..ec9b921 Binary files /dev/null and b/public/videos/open-app.mp4 differ diff --git a/public/videos/status-reviews.mp4 b/public/videos/status-reviews.mp4 new file mode 100644 index 0000000..57e0167 Binary files /dev/null and b/public/videos/status-reviews.mp4 differ diff --git a/public/videos/view-ai-suggestions.mp4 b/public/videos/view-ai-suggestions.mp4 new file mode 100644 index 0000000..58f9fd2 Binary files /dev/null and b/public/videos/view-ai-suggestions.mp4 differ diff --git a/src/components/HomePage.tsx b/src/components/HomePage.tsx index e512596..5d4cd89 100644 --- a/src/components/HomePage.tsx +++ b/src/components/HomePage.tsx @@ -4,6 +4,7 @@ import '~/styles/home.css'; import Footer from '~/components/HomePage/Footer'; import Header from '~/components/HomePage/Header'; +import Video from '~/components/HomePage/Video'; export const HomePage = () => { return ( @@ -15,7 +16,7 @@ export const HomePage = () => { {/* Hero content */}
{/* Section header */} -
+

Welcome to
@@ -25,6 +26,65 @@ export const HomePage = () => {

+
+

+ How to access Review Pulse App +

+
+

+ Navigate to Products/View/Actions/ildecimo Review Pulse +

+
+
+
+ +

+ How to view AI suggestions +

+
+

Navigate to AI Explore

+
+
+
+ +

+ Change the Review Status +

+
+

+ Use the Approve / Disapprove / Set Pending buttons +

+
+
+
+ +

+ Generate e-mails with AI +

+
+

+ Use the Follow Up and Thank You buttons +

+
+
+
+ +

+ Navigate to all products +

+
+

+ Use the top breadcrumb to navigate to all products +

+
+
+
+
diff --git a/src/components/HomePage/Header.tsx b/src/components/HomePage/Header.tsx index f20652e..fc3b7be 100644 --- a/src/components/HomePage/Header.tsx +++ b/src/components/HomePage/Header.tsx @@ -38,7 +38,7 @@ export default function Header() {