@@ -64,52 +64,52 @@ export function Footer() {
6464 < ul className = "mt-6 space-y-4" >
6565 < li >
6666 < ScrollButton
67- targetId = "features "
67+ targetId = "product "
6868 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
6969 Features
7070 </ ScrollButton >
7171 </ li >
72- < li >
73- < Link
74- href = "/enterprise"
75- className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
76- Enterprise
77- </ Link >
78- </ li >
7972 < li >
8073 < a
81- href = { EXTERNAL_LINKS . EVALS }
74+ href = { EXTERNAL_LINKS . DOCUMENTATION }
8275 target = "_blank"
8376 rel = "noopener noreferrer"
8477 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
85- Evals
78+ Docs
8679 </ a >
8780 </ li >
8881 < li >
8982 < a
90- href = { EXTERNAL_LINKS . SECURITY }
83+ href = { EXTERNAL_LINKS . CHANGELOG }
9184 target = "_blank"
9285 rel = "noopener noreferrer"
9386 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
94- Security
87+ Changelog
9588 </ a >
9689 </ li >
9790 < li >
9891 < a
99- href = { EXTERNAL_LINKS . INTEGRATIONS }
92+ href = { EXTERNAL_LINKS . TESTIMONIALS }
10093 target = "_blank"
10194 rel = "noopener noreferrer"
10295 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
103- Integrations
96+ Testimonials
10497 </ a >
10598 </ li >
99+ < li >
100+ < Link
101+ href = "/enterprise"
102+ className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
103+ Enterprise
104+ </ Link >
105+ </ li >
106106 < li >
107107 < a
108- href = { EXTERNAL_LINKS . CHANGELOG }
108+ href = { EXTERNAL_LINKS . SECURITY }
109109 target = "_blank"
110110 rel = "noopener noreferrer"
111111 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
112- Changelog
112+ Security Center
113113 </ a >
114114 </ li >
115115 </ ul >
@@ -119,20 +119,20 @@ export function Footer() {
119119 < ul className = "mt-6 space-y-4" >
120120 < li >
121121 < a
122- href = { EXTERNAL_LINKS . FAQ }
122+ href = { EXTERNAL_LINKS . EVALS }
123123 target = "_blank"
124124 rel = "noopener noreferrer"
125125 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
126- FAQ
126+ Evals
127127 </ a >
128128 </ li >
129129 < li >
130130 < a
131- href = { EXTERNAL_LINKS . DOCUMENTATION }
131+ href = { EXTERNAL_LINKS . FAQ }
132132 target = "_blank"
133133 rel = "noopener noreferrer"
134134 className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
135- Docs
135+ FAQ
136136 </ a >
137137 </ li >
138138 < li >
@@ -203,15 +203,6 @@ export function Footer() {
203203 Blog
204204 </ a >
205205 </ li >
206- < li >
207- < a
208- href = { EXTERNAL_LINKS . TESTIMONIALS }
209- target = "_blank"
210- rel = "noopener noreferrer"
211- className = "text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground" >
212- Testimonials
213- </ a >
214- </ li >
215206 < li >
216207 < Link
217208 href = "/terms"
0 commit comments