You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/EGate.jsx
-42Lines changed: 0 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,6 @@ const featureList = [
34
34
},
35
35
];
36
36
37
-
constfaqs=[
38
-
{
39
-
question: 'What is JTech Forums?',
40
-
answer:
41
-
"It's a community built to serve the Jewish Orthodox tech space—guides, kosher phone help, coding help, and product support live together so no one is left guessing.",
42
-
},
43
-
{
44
-
question: 'What kind of help can I find?',
45
-
answer:
46
-
'Members post walkthroughs, app bundles, troubleshooting tips, and curated guides. Ask a question, share a win, or get expert help when you’re stuck.',
47
-
},
48
-
{
49
-
question: 'How do I reach moderators or admins?',
50
-
answer:
51
-
'Sign into the forum, open the Users tab, and DM any moderator/administrator. They can escalate eGate issues, approve guides, or loop in support.',
52
-
},
53
-
];
54
-
55
37
constslowVideoPlayback=(event)=>{
56
38
if(event?.currentTarget){
57
39
event.currentTarget.playbackRate=0.8;
@@ -86,7 +68,6 @@ export default function EGate() {
86
68
</section>
87
69
88
70
<Highlights/>
89
-
<FaqSection/>
90
71
<Cta/>
91
72
</Reveal>
92
73
);
@@ -351,29 +332,6 @@ function ProgressiveGraphic() {
0 commit comments