Removed Martex
This commit is contained in:
+3
-3
@@ -15,7 +15,7 @@ export default function Home() {
|
||||
{/* Title */}
|
||||
<h2 className="s-52 w-700">Questions? Let's Talk</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Want to learn more about Martex, get a quote, or speak with an expert?
|
||||
<p className="p-lg">Want to learn more about MERMS, get a quote, or speak with an expert?
|
||||
Let us know what you are looking for and we’ll get back to you right away
|
||||
</p>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@ export default function Home() {
|
||||
</div>
|
||||
<div className="col-md-12">
|
||||
<p className="p-lg">Explain your question in details: </p>
|
||||
<span>Your OS version, Martex version & build, steps you did. Be VERY precise!</span>
|
||||
<span>Your OS version, MERMS version & build, steps you did. Be VERY precise!</span>
|
||||
<textarea className="form-control message" name="message" rows={6} placeholder="I have a problem with..." />
|
||||
</div>
|
||||
{/* Contact Form Button */}
|
||||
@@ -60,7 +60,7 @@ export default function Home() {
|
||||
<button type="submit" className="btn btn--theme hover--theme submit">Submit Request</button>
|
||||
</div>
|
||||
<div className="contact-form-notice">
|
||||
<p className="p-sm">We are committed to your privacy. Martex uses the information you
|
||||
<p className="p-sm">We are committed to your privacy. MERMS uses the information you
|
||||
provide us to contact you about our relevant content, products, and services.
|
||||
You may unsubscribe from these communications at any time. For more information,
|
||||
check out our <Link href="/privacy">Privacy Policy</Link>.
|
||||
|
||||
+5
-5
@@ -29,7 +29,7 @@ export default function Home() {
|
||||
{/* INNER PAGE TITLE */}
|
||||
<div className="inner-page-title">
|
||||
<h2 className="s-52 w-700">Questions & Answers</h2>
|
||||
<p className="p-lg">Some common questions we get about Martex</p>
|
||||
<p className="p-lg">Some common questions we get about MERMS</p>
|
||||
</div>
|
||||
{/* QUESTIONS ACCORDION */}
|
||||
<div className="accordion-wrapper">
|
||||
@@ -46,7 +46,7 @@ export default function Home() {
|
||||
<div className="accordion-panel-item mb-35">
|
||||
{/* Question */}
|
||||
<div className="faqs-2-question">
|
||||
<h5 className="s-22 w-700"><span>1.</span> What is Martex and how does it work?</h5>
|
||||
<h5 className="s-22 w-700"><span>1.</span> What is MERMS and how does it work?</h5>
|
||||
</div>
|
||||
{/* Answer */}
|
||||
<div className="faqs-2-answer color--grey">
|
||||
@@ -81,7 +81,7 @@ export default function Home() {
|
||||
<div className="accordion-panel-item mb-35">
|
||||
{/* Question */}
|
||||
<div className="faqs-2-question">
|
||||
<h5 className="s-22 w-700"><span>3.</span> Which languages does Martex support?</h5>
|
||||
<h5 className="s-22 w-700"><span>3.</span> Which languages does MERMS support?</h5>
|
||||
</div>
|
||||
{/* Answer */}
|
||||
<div className="faqs-2-answer color--grey">
|
||||
@@ -247,7 +247,7 @@ export default function Home() {
|
||||
<div className="accordion-panel-item mb-35">
|
||||
{/* Question */}
|
||||
<div className="faqs-2-question">
|
||||
<h5 className="s-22 w-700"><span>1.</span> How much does Martex cost?</h5>
|
||||
<h5 className="s-22 w-700"><span>1.</span> How much does MERMS cost?</h5>
|
||||
</div>
|
||||
{/* Answer */}
|
||||
<div className="faqs-2-answer color--grey">
|
||||
@@ -307,7 +307,7 @@ export default function Home() {
|
||||
<div className="accordion-panel-item">
|
||||
{/* Question */}
|
||||
<div className="faqs-2-question">
|
||||
<h5 className="s-22 w-700"><span>4.</span> I can't activate Martex</h5>
|
||||
<h5 className="s-22 w-700"><span>4.</span> I can't activate MERMS</h5>
|
||||
</div>
|
||||
{/* Answer */}
|
||||
<div className="faqs-2-answer color--grey">
|
||||
|
||||
Reference in New Issue
Block a user