@@ -4,6 +4,7 @@ import '~/styles/home.css';
4
4
5
5
import Footer from '~/components/HomePage/Footer' ;
6
6
import Header from '~/components/HomePage/Header' ;
7
+ import Video from '~/components/HomePage/Video' ;
7
8
8
9
export const HomePage = ( ) => {
9
10
return (
@@ -15,7 +16,7 @@ export const HomePage = () => {
15
16
{ /* Hero content */ }
16
17
< div className = "pb-12 pt-32 md:pb-20 md:pt-40" >
17
18
{ /* Section header */ }
18
- < div className = "pb-12 text-center md:pb-16 " >
19
+ < div className = "pb-12 text-center md:pb-6 " >
19
20
< h1 className = "leading-tighter mb-4 text-5xl font-extrabold tracking-tighter md:text-6xl" >
20
21
Welcome to
21
22
< br />
@@ -25,6 +26,65 @@ export const HomePage = () => {
25
26
</ h1 >
26
27
</ div >
27
28
</ div >
29
+ < div className = "my-10" >
30
+ < h2 className = "text-3xl font-semibold text-gray-700" >
31
+ How to access Review Pulse App
32
+ </ h2 >
33
+ < div className = "mt-2 text-xl" >
34
+ < p className = "pb-2 text-gray-600" >
35
+ Navigate to Products/View/Actions/ildecimo Review Pulse
36
+ </ p >
37
+ < div className = "overflow-hidden rounded-xl shadow-xl" >
38
+ < Video src = "/videos/open-app.mp4" />
39
+ </ div >
40
+ </ div >
41
+
42
+ < h2 className = "mt-12 text-3xl font-semibold text-gray-700" >
43
+ How to view AI suggestions
44
+ </ h2 >
45
+ < div className = "mt-2 text-xl" >
46
+ < p className = "pb-2 text-gray-600" > Navigate to AI Explore</ p >
47
+ < div className = "overflow-hidden rounded-xl shadow-xl" >
48
+ < Video src = "/videos/view-ai-suggestions.mp4" />
49
+ </ div >
50
+ </ div >
51
+
52
+ < h2 className = "mt-12 text-3xl font-semibold text-gray-700" >
53
+ Change the Review Status
54
+ </ h2 >
55
+ < div className = "mt-2 text-xl" >
56
+ < p className = "pb-2 text-gray-600" >
57
+ Use the Approve / Disapprove / Set Pending buttons
58
+ </ p >
59
+ < div className = "overflow-hidden rounded-xl shadow-xl" >
60
+ < Video src = "/videos/status-reviews.mp4" />
61
+ </ div >
62
+ </ div >
63
+
64
+ < h2 className = "mt-12 text-3xl font-semibold text-gray-700" >
65
+ Generate e-mails with AI
66
+ </ h2 >
67
+ < div className = "mt-2 text-xl" >
68
+ < p className = "pb-2 text-gray-600" >
69
+ Use the Follow Up and Thank You buttons
70
+ </ p >
71
+ < div className = "overflow-hidden rounded-xl shadow-xl" >
72
+ < Video src = "/videos/generate-emails.mp4" />
73
+ </ div >
74
+ </ div >
75
+
76
+ < h2 className = "mt-12 text-3xl font-semibold text-gray-700" >
77
+ Navigate to all products
78
+ </ h2 >
79
+ < div className = "mt-2 text-xl" >
80
+ < p className = "pb-2 text-gray-600" >
81
+ Use the top breadcrumb to navigate to all products
82
+ </ p >
83
+ < div className = "overflow-hidden rounded-xl shadow-xl" >
84
+ < Video src = "/videos/navigate-products.mp4" />
85
+ </ div >
86
+ </ div >
87
+ </ div >
28
88
</ div >
29
89
</ section >
30
90
</ main >
0 commit comments