File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
src/components/LandingPage Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,27 @@ export default function HeroSection() {
6
6
< h1 className = 'text-accent-600 text-lg sm:text-xl font-semibold' > React ChatBotify</ h1 >
7
7
< h2 className = 'text-accent-900 font-bold text-3xl sm:text-5xl' > Theme Gallery</ h2 >
8
8
< h3 className = 'text-accent-600 sm:text-base text-sm text-center w-[250px]' >
9
- Browse, rate and share themes for your chatbot today!
9
+ Browse, rate and share themes for your chatbot today and more !
10
10
</ h3 >
11
- < Link className = 'mt-6' to = { "/themes" } >
12
- < button className = 'bg-accent-900 hover:bg-gradient-to-r hover:from-secondary-900 hover:to-primary-600 transition-colors duration-300 hover:text-accent-900 px-4 py-2 text-lg rounded-lg' >
13
- Explore themes
11
+ < div className = "flex mt-6 flex-col items-center sm:flex-row gap-2" >
12
+
13
+
14
+ < Link to = { "/themes" } >
15
+ < button className = 'bg-accent-900 hover:bg-gradient-to-r hover:from-secondary-900 px-2 py-1 text-[14px] hover:to-primary-600 transition-colors duration-300 hover:text-accent-900 sm:px-4 sm:py-2 sm:text-lg rounded-lg' >
16
+ Themes
17
+ </ button >
18
+ </ Link >
19
+ < Link to = { "/plugins" } >
20
+ < button className = 'bg-accent-900 hover:bg-gradient-to-r hover:from-secondary-900 px-2 py-1 text-[14px] hover:to-primary-600 transition-colors duration-300 hover:text-accent-900 sm:px-4 sm:py-2 sm:text-lg rounded-lg' >
21
+ Plugins
22
+ </ button >
23
+ </ Link >
24
+ < Link to = { "https://react-chatbotify.com" } >
25
+ < button className = 'bg-accent-900 hover:bg-gradient-to-r hover:from-secondary-900 px-2 py-1 text-[14px] hover:to-primary-600 transition-colors duration-300 hover:text-accent-900 sm:px-4 sm:py-2 sm:text-lg rounded-lg' >
26
+ Documentation
14
27
</ button >
15
28
</ Link >
29
+ </ div >
16
30
</ div >
17
31
)
18
32
}
You can’t perform that action at this time.
0 commit comments