Faq page content updated

This commit is contained in:
akash 2025-09-04 20:15:57 +05:30
parent caebd72d2d
commit 9fe0920596
2 changed files with 125 additions and 140 deletions

View File

@ -1,48 +1,11 @@
'use client';
import { Swiper, SwiperSlide } from "swiper/react";
import SwiperCore, { Autoplay, Pagination, Navigation } from "swiper";
import "swiper/css";
import "swiper/css/pagination";
import "swiper/css/navigation";
SwiperCore.use([Autoplay, Pagination, Navigation]);
export default function Banner1() { export default function Banner1() {
const banners = [
{
id: 1,
bg: "/assets/images/slider/banner-single-4-bg.png",
title: "Put your insurance lead generation on autopilot",
desc: "Sit amet consectetur volutpat luctus ultrices sagittis justo. Integer nibh nisi adipiscingrna eleifend nunc consecteture",
img: "/assets/images/slider/banner-single-4-1.jpg",
},
{
id: 2,
bg: "/assets/images/slider/banner-single-4-bg.png",
title: "Grow your business with powerful automation",
desc: "Suspendisse potenti. Praesent vitae eros eget tellus tristique bibendum. Donec rutrum sed sem quis venenatis.",
img: "/assets/images/slider/banner-single-4-1.jpg",
},
{
id: 3,
bg: "/assets/images/slider/banner-single-4-bg.png",
title: "Trusted by thousands of happy customers",
desc: "Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vivamus suscipit tortor eget felis porttitor volutpat.",
img: "/assets/images/slider/banner-single-4-1.jpg",
}
];
return ( return (
<Swiper <>
autoplay={{ delay: 5000, disableOnInteraction: false }}
loop={true}
className="mySwiper"
>
{banners.map((banner) => (
<SwiperSlide key={banner.id}>
<section className="single_banner style_one"> <section className="single_banner style_one">
<div className="image_bg"> <div className="image_bg">
<img src={banner.bg} className="img-fluid" alt="img" /> <img src="/assets/images/slider/banner-single-4-bg.png" className="img-fluid" alt="img" />
</div> </div>
<div className="content_box"> <div className="content_box">
<div className="large-container"> <div className="large-container">
@ -50,16 +13,41 @@ export default function Banner1() {
<div className="col-lg-5"> <div className="col-lg-5">
<div className="section_title type_one"> <div className="section_title type_one">
<div className="title_whole"> <div className="title_whole">
<h2 className="title">{banner.title}</h2> <h2 className="title">
Put your insurance
lead generation on
autopilot
</h2>
</div>
<p>
Sit amet consectetur volutpat luctus ultrices sagittis justo. Integer
nibh nisi adipiscingrna eleifend nunc consecteture
</p>
</div>
<div className="newsteller_simple">
<div className="input_group">
<form method="post">
<input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Sign up" />
</form>
</div>
</div>
<div className="review_box d-flex align-items-center">
<div className="rimage">
<img src="/assets/images/slider/review-girls.png" className="img-fluid" alt="img" />
</div>
<div className="section_title type_one">
<div className="title_whole">
<h2 className="title"> Excellent 12,534+ reviews</h2>
</div>
<p>4.8 of 5 <small><i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /> <i className="fa fa-star" /></small></p>
</div> </div>
<p>{banner.desc}</p>
</div> </div>
</div> </div>
<div className="col-lg-1" /> <div className="col-lg-1" />
<div className="col-lg-6"> <div className="col-lg-6">
<div className="image"> <div className="image">
<img src={banner.img} className="img-fluid" alt="img" /> <img src="/assets/images/slider/banner-single-4-1.jpg" className="img-fluid" alt="img" />
</div> </div>
</div> </div>
</div> </div>
@ -67,12 +55,11 @@ export default function Banner1() {
</div> </div>
<div className="section_title abso type_one"> <div className="section_title abso type_one">
<div className="title_whole"> <div className="title_whole">
<h2 className="title"> #ZIPVan</h2> <h2 className="title"> INSURANCE</h2>
</div> </div>
</div> </div>
</section> </section>
</SwiperSlide>
))} </>
</Swiper> )
);
} }

View File

@ -59,92 +59,66 @@ export default function Faq() {
<div className={isActive.key == 1 ? "accordion active-block" : "accordion"}> <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={isActive.key == 1 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(1)}>
<div className="question_box "> <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> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 1 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 1 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Were 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, well move it.
Retailer
For The People, Focusing On The Promotion Of Sustainable Living,
Renewable Energy Production And Smart Energy Grid Utility Services.
</div> </div>
</div> </div>
<div className={isActive.key == 2 ? "accordion active-block" : "accordion"}> <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={isActive.key == 2 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(2)}>
<div className="question_box "> <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> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 2 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 2 ? "block" : "none"}` }}>
Quis autem vel eum iure reprehenderit ea voluptate esse molestiae 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 cant move a fridge solo theyre drivers, not superheroes.
consequatur veillum voluptas nullaes Bonus: every van comes with a dolly + straps to keep your items safe.
</div> </div>
</div> </div>
<div className={isActive.key == 3 ? "accordion active-block" : "accordion"}> <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={isActive.key == 3 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(3)}>
<div className="question_box"> <div className="question_box">
<div className="title_no_a_18 trans">How Much Experience Our Team <div className="title_no_a_18 trans">Can I book extra help if I dont want to lift
Member
?</div> ?</div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 3 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 3 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Absolutely. If you need muscle power, just let us know in advance and well arrange additional labor. You relax, we handle the heavy stuff.
Retailer
For The People, Focusing On The Promotion Of Sustainable Living,
Renewable Energy Production And Smart Energy Grid Utility Services.
</div> </div>
</div> </div>
<div className={isActive.key == 4 ? "accordion active-block" : "accordion"}> <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={isActive.key == 4 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(4)}>
<div className="question_box "> <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> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 4 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 4 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy We allocate 2030 minutes for loading and unloading. To keep things smooth, have your items ready at the door or curbside when we arrive.
Retailer
For The People, Focusing On The Promotion Of Sustainable Living,
Renewable Energy Production And Smart Energy Grid Utility Services.
</div> </div>
</div> </div>
<div className={isActive.key == 5 ? "accordion active-block" : "accordion"}> <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={isActive.key == 5 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(5)}>
<div className="question_box "> <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" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 5 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 5 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Life happens! Thats why reservations are refundable up to 24 hours before your appointment time. Stress-free, no penalties.
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.
</div> </div>
</div> </div>
</div> </div>
</section> </section>
</div> </div>
@ -163,69 +137,96 @@ export default function Faq() {
<div className="container"> <div className="container">
<div className="row align-items-center"> <div className="row align-items-center">
<div className="col-lg-6 col-md-6 col-sm-12"> <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="block_faq">
<div className="accordion-box"> <div className="accordion-box">
<div className={isActive.key == 7 ? "accordion active-block" : "accordion"}> <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={isActive.key == 7 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(7)}>
<div className="question_box "> <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> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 7 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 7 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Yes were fully licensed and insured. Unlike U-Haul, you dont need to pay an extra $30/day for coverage. Your items are protected, and our vans are covered.
Retailer
For The People, Focusing On The Promotion Of Sustainable Living,
Renewable Energy Production And Smart Energy Grid Utility Services.
</div> </div>
</div> </div>
<div className={isActive.key == 8 ? "accordion active-block" : "accordion"}> <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={isActive.key == 8 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(8)}>
<div className="question_box"> <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> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 8 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 8 ? "block" : "none"}` }}>
Quis autem vel eum iure reprehenderit ea voluptate esse molestiae 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.
consequatur veillum voluptas nullaes
</div> </div>
</div> </div>
<div className={isActive.key == 9 ? "accordion active-block" : "accordion"}> <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={isActive.key == 9 ? "question faq_header active" : "question faq_header"} onClick={() => handleToggle(9)}>
<div className="question_box "> <div className="question_box ">
<div className="title_no_a_18 trans"> <div className="title_no_a_18 trans">
How Much Experience Our Team Member ? Do you do last-minute moves?
</div> </div>
<span className="icon_fq trans fi-rs-arrow-small-right" /> <span className="icon_fq trans fi-rs-arrow-small-right" />
</div> </div>
</div> </div>
<div className="answer accordion-content" style={{ display: `${isActive.key == 9 ? "block" : "none"}` }}> <div className="answer accordion-content" style={{ display: `${isActive.key == 9 ? "block" : "none"}` }}>
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Yep! If a van is free, we can often swoop in same-day or next-day. Perfect for that Marketplace deal you just cant pass up.
Retailer
For The People, Focusing On The Promotion Of Sustainable Living,
Renewable Energy Production And Smart Energy Grid Utility Services.
</div> </div>
</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>Heres the deal:</h4>
<ul>
<li>
Unlike U-Haul, you dont 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 dont pay premium prices for small
jobs. Were fast, affordable, and designed for everyday moves.
</li>
<li>
Were 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 well confirm.
</div>
</div>
</div> </div>
</div> </div>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
@ -258,10 +259,7 @@ export default function Faq() {
<div className="pd_bottom_40" /> <div className="pd_bottom_40" />
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
</section> </section>
{/*-faqs end*/}
{/*testimonial*/}
<Testimonial4 />
{/*testimonial*/}
</Layout> </Layout>