@@ -32,22 +32,22 @@ export const Footer = () => {
3232 </ p >
3333 < ul className = "flex flex-col gap-1 text-slate-700 dark:text-neutral-300" >
3434 < li >
35- < a href = "# " className = "hover:underline" >
35+ < a href = "https://mindsdb.com/contact " className = "hover:underline" >
3636 Contact us
3737 </ a >
3838 </ li >
3939 < li >
40- < a href = "# " className = "hover:underline" >
40+ < a href = "https://mindsdb.com/book-a-demo " className = "hover:underline" >
4141 Book a demo
4242 </ a >
4343 </ li >
4444 < li >
45- < a href = "# " className = "hover:underline" >
45+ < a href = "https://mindsdb.com/newsletter " className = "hover:underline" >
4646 Newsletter
4747 </ a >
4848 </ li >
4949 < li >
50- < a href = "# " className = "hover:underline" >
50+ < a href = "https://mindsdb.com/joincommunity " className = "hover:underline" >
5151 Slack
5252 </ a >
5353 </ li >
@@ -57,22 +57,25 @@ export const Footer = () => {
5757 < p className = "mb-2 font-semibold text-slate-600 dark:text-neutral-200" > Resources</ p >
5858 < ul className = "flex flex-col gap-1 text-slate-700 dark:text-neutral-300" >
5959 < li >
60- < a href = "# " className = "hover:underline" >
60+ < a href = "https://mindsdb.com/rewards " className = "hover:underline" >
6161 Community
6262 </ a >
6363 </ li >
6464 < li >
65- < a href = "#" className = "hover:underline" >
65+ < a
66+ href = "https://mindsdb.com/machine-learning-use-cases"
67+ className = "hover:underline"
68+ >
6669 Use Cases
6770 </ a >
6871 </ li >
6972 < li >
70- < a href = "# " className = "hover:underline" >
73+ < a href = "https://github.com/mindsdb/mindsdb " className = "hover:underline" >
7174 Source Code
7275 </ a >
7376 </ li >
7477 < li >
75- < a href = "# " className = "hover:underline" >
78+ < a href = "https://mindsdb.com/blog " className = "hover:underline" >
7679 Blog
7780 </ a >
7881 </ li >
@@ -82,22 +85,25 @@ export const Footer = () => {
8285 < p className = "mb-2 font-semibold text-slate-600 dark:text-neutral-200" > Product</ p >
8386 < ul className = "flex flex-col gap-1 text-slate-700 dark:text-neutral-300" >
8487 < li >
85- < a href = "# " className = "hover:underline" >
88+ < a href = "https://mindsdb.com/pricing " className = "hover:underline" >
8689 Pricing
8790 </ a >
8891 </ li >
8992 < li >
90- < a href = "# " className = "hover:underline" >
93+ < a href = "https://docs.mindsdb.com/ " className = "hover:underline" >
9194 Documentation
9295 </ a >
9396 </ li >
9497 < li >
95- < a href = "# " className = "hover:underline" >
98+ < a href = "https://mindsdb.com/integrations " className = "hover:underline" >
9699 Integrations
97100 </ a >
98101 </ li >
99102 < li >
100- < a href = "#" className = "hover:underline" >
103+ < a
104+ href = "https://github.com/mindsdb/mindsdb/discussions/"
105+ className = "hover:underline"
106+ >
101107 Support
102108 </ a >
103109 </ li >
@@ -107,22 +113,22 @@ export const Footer = () => {
107113 < p className = "mb-2 font-semibold text-slate-600 dark:text-neutral-200" > Other links</ p >
108114 < ul className = "flex flex-col gap-1 text-slate-700 dark:text-neutral-300" >
109115 < li >
110- < a href = "# " className = "hover:underline" >
116+ < a href = "https://mindsdb.com/events " className = "hover:underline" >
111117 Events
112118 </ a >
113119 </ li >
114120 < li >
115- < a href = "# " className = "hover:underline" >
121+ < a href = "https://mindsdb.com/careers " className = "hover:underline" >
116122 Careers
117123 </ a >
118124 </ li >
119125 < li >
120- < a href = "# " className = "hover:underline" >
126+ < a href = "https://mindsdb.com/newsroom " className = "hover:underline" >
121127 Newsroom
122128 </ a >
123129 </ li >
124130 < li >
125- < a href = "# " className = "hover:underline" >
131+ < a href = "https://mindsdb.com/about " className = "hover:underline" >
126132 About us
127133 </ a >
128134 </ li >
@@ -133,11 +139,11 @@ export const Footer = () => {
133139 < SocialLinks />
134140 < p > © 2023 Company Inc.</ p >
135141 < p >
136- < a href = "# " className = "hover:underline" >
142+ < a href = "https://mindsdb.com/privacy-policy " className = "hover:underline" >
137143 Privacy Policy
138144 </ a > { ' ' }
139145 ·{ ' ' }
140- < a href = "# " className = "hover:underline" >
146+ < a href = "https://mindsdb.com/terms " className = "hover:underline" >
141147 Terms
142148 </ a >
143149 </ p >
0 commit comments