Compare commits
2 Commits
4723ae04cd
...
9fe0920596
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fe0920596 | ||
|
|
caebd72d2d |
146
pages/faqs.js
146
pages/faqs.js
@ -59,92 +59,66 @@ export default function Faq() {
|
||||
<div className={isActive.key == 1 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 1 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(1)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">What Is Insurance Services?
|
||||
<div className="title_no_a_18 trans"> What kind of moves do you do?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 1 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
We’re all about quick, simple, affordable moves. Think IKEA hauls, Facebook Marketplace treasures, new appliances, or that couch your friend finally gave you. If it fits in our van, we’ll move it.
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 2 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 2 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(2)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">How Many Service We Provide ?
|
||||
<div className="title_no_a_18 trans">Do I need to lift stuff, or do you do it all?
|
||||
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 2 ? "block" : "none"}` }}>
|
||||
Quis autem vel eum iure reprehenderit ea voluptate esse molestiae
|
||||
consequatur veillum voluptas nullaes
|
||||
Our standard bookings come with just the driver 🚐. That means you (and maybe a buddy) should be ready to load your things. The driver will help, but they can’t move a fridge solo — they’re drivers, not superheroes.
|
||||
Bonus: every van comes with a dolly + straps to keep your items safe.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 3 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 3 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(3)}>
|
||||
<div className="question_box">
|
||||
<div className="title_no_a_18 trans">How Much Experience Our Team
|
||||
Member
|
||||
<div className="title_no_a_18 trans">Can I book extra help if I don’t want to lift
|
||||
?</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 3 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
Absolutely. If you need muscle power, just let us know in advance and we’ll arrange additional labor. You relax, we handle the heavy stuff.
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 4 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 4 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(4)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">Why We Are The Best Company?
|
||||
<div className="title_no_a_18 trans"> How long do I get for loading/unloading?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 4 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
We allocate 20–30 minutes for loading and unloading. To keep things smooth, have your items ready at the door or curbside when we arrive.
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 5 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 5 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(5)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">Build your Business ?</div>
|
||||
<div className="title_no_a_18 trans">What if I need to cancel?</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 5 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 6 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 6 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(6)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">How Much Experience Our Team
|
||||
Member
|
||||
?</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 6 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
Life happens! That’s why reservations are refundable up to 24 hours before your appointment time. Stress-free, no penalties.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@ -163,69 +137,96 @@ export default function Faq() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6 col-md-6 col-sm-12">
|
||||
<div className="section_title type_one">
|
||||
<h4 className="sm_title"> Amazing Company</h4>
|
||||
<div className="title_whole">
|
||||
<h2 className="title"> Great Insurance your Solutions For Business</h2>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_20" />
|
||||
{/*-============spacing==========-*/}
|
||||
</div>
|
||||
<div className="position-relative br_left_3px_theme_color pd_left_10">
|
||||
Sed ut perspiciatis unde omnis iste natus voluptatem accusantium doloremque
|
||||
laudantium aperiam eaquecy
|
||||
inventore veritatis architecto beatae
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_30" />
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="block_faq">
|
||||
<div className="accordion-box">
|
||||
<div className={isActive.key == 7 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 7 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(7)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">What Is Insurance Services?
|
||||
<div className="title_no_a_18 trans"> Are you licensed and insured?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 7 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
Yes — we’re fully licensed and insured. Unlike U-Haul, you don’t need to pay an extra $30/day for coverage. Your items are protected, and our vans are covered.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 8 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 8 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(8)}>
|
||||
<div className="question_box">
|
||||
<div className="title_no_a_18 trans">How Many Service We Provide ?
|
||||
<div className="title_no_a_18 trans">How much does it cost?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 8 ? "block" : "none"}` }}>
|
||||
Quis autem vel eum iure reprehenderit ea voluptate esse molestiae
|
||||
consequatur veillum voluptas nullaes
|
||||
We believe in fair, upfront pricing. The price you see online is the price you pay (plus taxes where applicable). No hidden fees, no insurance add-ons, no mileage math.
|
||||
</div>
|
||||
</div>
|
||||
<div className={isActive.key == 9 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 9 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(9)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">
|
||||
How Much Experience Our Team Member ?
|
||||
Do you do last-minute moves?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 9 ? "block" : "none"}` }}>
|
||||
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy
|
||||
Retailer
|
||||
For The People, Focusing On The Promotion Of Sustainable Living,
|
||||
Renewable Energy Production And Smart Energy Grid Utility Services.
|
||||
Yep! If a van is free, we can often swoop in same-day or next-day. Perfect for that Marketplace deal you just can’t pass up.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className={isActive.key == 9 ? "accordion active-block" : "accordion"}>
|
||||
<div
|
||||
className={
|
||||
isActive.key == 9 ? "question faq_header active" : "question faq_header"
|
||||
}
|
||||
onClick={() => handleToggle(9)}
|
||||
>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">
|
||||
Why Zip Van instead of U-Haul or big movers?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="answer accordion-content"
|
||||
style={{ display: `${isActive.key == 9 ? "block" : "none"}` }}
|
||||
>
|
||||
<h4>Here’s the deal:</h4>
|
||||
<ul>
|
||||
<li>
|
||||
Unlike U-Haul, you don’t have to drive, pay extra insurance, or waste
|
||||
time picking up and returning a van. We come straight to you.
|
||||
</li>
|
||||
<li>
|
||||
Unlike big moving companies, you don’t pay premium prices for small
|
||||
jobs. We’re fast, affordable, and designed for everyday moves.
|
||||
</li>
|
||||
<li>
|
||||
We’re the perfect middle ground — professional, flexible, and
|
||||
budget-friendly.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className={isActive.key == 7 ? "accordion active-block" : "accordion"}>
|
||||
<div className={isActive.key == 7 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(7)}>
|
||||
<div className="question_box ">
|
||||
<div className="title_no_a_18 trans">What areas do you serve?
|
||||
</div>
|
||||
<span className="icon_fq trans fi-rs-arrow-small-right" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="answer accordion-content" style={{ display: `${isActive.key == 7 ? "block" : "none"}` }}>
|
||||
We currently serve [insert city/region here] and surrounding areas. Not sure if we reach you? Send us a quick message and we’ll confirm.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
@ -258,10 +259,7 @@ export default function Faq() {
|
||||
<div className="pd_bottom_40" />
|
||||
{/*-============spacing==========-*/}
|
||||
</section>
|
||||
{/*-faqs end*/}
|
||||
{/*testimonial*/}
|
||||
<Testimonial4 />
|
||||
{/*testimonial*/}
|
||||
|
||||
|
||||
|
||||
</Layout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user