File tree Expand file tree Collapse file tree
resources/js/Pages/ChatV2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,9 +180,7 @@ export default function LandingSearchPage() {
180180 < a href = "#timeline" className = "relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50" >
181181 الرحلة
182182 </ a >
183- < a href = "#community" className = "relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50" >
184- المجتمع
185- </ a >
183+
186184 < a href = "#contact" className = "relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50" >
187185 تواصل معنا
188186 </ a >
@@ -245,14 +243,7 @@ export default function LandingSearchPage() {
245243 < span className = "w-1.5 h-1.5 rounded-full bg-blue-400" />
246244 الرحلة
247245 </ a >
248- < a
249- href = "#community"
250- onClick = { ( ) => setMobileMenuOpen ( false ) }
251- className = "flex items-center gap-3 px-4 py-3 rounded-xl text-slate-700 font-bold text-sm hover:bg-blue-50 hover:text-blue-600 transition-colors"
252- >
253- < span className = "w-1.5 h-1.5 rounded-full bg-blue-400" />
254- المجتمع
255- </ a >
246+
256247 < a
257248 href = "#contact"
258249 onClick = { ( ) => setMobileMenuOpen ( false ) }
@@ -766,7 +757,6 @@ export default function LandingSearchPage() {
766757 { [
767758 { label : "المنهجية العلمية" , href : "#methodology" } ,
768759 { label : "رحلة المشروع" , href : "#timeline" } ,
769- { label : "مجتمع المعرفة" , href : "#community" } ,
770760 { label : "تواصل معنا" , href : "#contact" } ,
771761
772762 { label : "شكر وتقدير" , href : route ( 'thanks' ) } ,
You can’t perform that action at this time.
0 commit comments