2020 < nav class ="nav-links " aria-label ="Primary ">
2121 < a href ="#about "> About</ a >
2222 < a href ="#features "> Features</ a >
23+ < a href ="#screens "> Screens</ a >
2324 < a href ="#pricing "> Pricing</ a >
2425 < a href ="/articles.html "> Articles</ a >
26+ < a href ="#faq "> FAQ</ a >
2527 < a href ="#contact "> Contact</ a >
2628 </ nav >
2729 < div class ="nav-actions ">
@@ -91,6 +93,28 @@ <h3>✅ Reliable</h3>
9193 </ div >
9294 </ section >
9395
96+ <!-- Screens (restored) -->
97+ < section id ="screens " class ="section ">
98+ < div class ="container ">
99+ < h2 > Screens</ h2 >
100+ < div class ="screens-grid ">
101+ < figure class ="screen glass ">
102+ < div class ="viewport ">
103+ < img src ="/screens/quickscan.png " alt ="QuickScan screen " onerror ="this.parentElement.classList.add('placeholder'); this.remove(); ">
104+ </ div >
105+ < figcaption > QuickScan</ figcaption >
106+ </ figure >
107+ < figure class ="screen glass ">
108+ < div class ="viewport ">
109+ < img src ="/screens/details.png " alt ="More details screen " onerror ="this.parentElement.classList.add('placeholder'); this.remove(); ">
110+ </ div >
111+ < figcaption > More details</ figcaption >
112+ </ figure >
113+ </ div >
114+ < p class ="hint "> Drop your PNGs to < code > /screens/quickscan.png</ code > and < code > /screens/details.png</ code > . Placeholders will be used if images are absent.</ p >
115+ </ div >
116+ </ section >
117+
94118 <!-- Pricing -->
95119 < section id ="pricing " class ="section ">
96120 < div class ="container ">
@@ -109,8 +133,29 @@ <h3>Enterprise</h3><p>White‑label + SLA</p><div class="price">Contact</div>
109133 </ div >
110134 </ section >
111135
136+ <!-- FAQ (restored) -->
137+ < section id ="faq " class ="section alt ">
138+ < div class ="container ">
139+ < h2 > FAQ</ h2 >
140+ < div class ="faq ">
141+ < details class ="qa glass " open >
142+ < summary > What does QuickScan check?</ summary >
143+ < p > Δ‑metrics, liquidity & holders, basic contract flags, and a shareable report.</ p >
144+ </ details >
145+ < details class ="qa glass ">
146+ < summary > What’s in Deep checks?</ summary >
147+ < p > WHOIS/RDAP, SSL chains, Wayback snapshots, and on‑chain roles — on demand.</ p >
148+ </ details >
149+ < details class ="qa glass ">
150+ < summary > Where can I use it?</ summary >
151+ < p > Works great for launchpads, pro traders, and Telegram communities.</ p >
152+ </ details >
153+ </ div >
154+ </ div >
155+ </ section >
156+
112157 <!-- Contact -->
113- < section id ="contact " class ="section alt ">
158+ < section id ="contact " class ="section ">
114159 < div class ="container ">
115160 < h2 > Contact</ h2 >
116161 < p > Email: < a class ="link " href ="mailto:contact@metridex.com "> contact@metridex.com</ a > </ p >
0 commit comments