Commit b210f680 by Ravindra Kanojiya

updated changes from zango to triplyst

1 parent 71f705be
...@@ -14,7 +14,7 @@ const Offers = () => { ...@@ -14,7 +14,7 @@ const Offers = () => {
<div className="head-btn"> <div className="head-btn">
<motion.div variants={slideFromRight(0.4)} initial={"hidden"} whileInView={"show"} viewport={{ once: false, amount: 0.2 }}> <motion.div variants={slideFromRight(0.4)} initial={"hidden"} whileInView={"show"} viewport={{ once: false, amount: 0.2 }}>
<div className="head01"> <div className="head01">
<div className="title">What Zango </div> <div className="title">What Triplyst </div>
<h2>Offers</h2> <h2>Offers</h2>
</div> </div>
</motion.div> </motion.div>
...@@ -30,7 +30,7 @@ const Offers = () => { ...@@ -30,7 +30,7 @@ const Offers = () => {
</div> </div>
<div className="title">Instant confirmation</div> <div className="title">Instant confirmation</div>
</div> </div>
<div className="disc">At Zango, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div> <div className="disc">At Triplyst, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div>
</div> </div>
</div> </div>
<div className="col-md-3"> <div className="col-md-3">
...@@ -43,7 +43,7 @@ const Offers = () => { ...@@ -43,7 +43,7 @@ const Offers = () => {
</div> </div>
<div className="title">Instant confirmation</div> <div className="title">Instant confirmation</div>
</div> </div>
<div className="disc">At Zango, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div> <div className="disc">At Triplyst, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div>
</div> </div>
</div> </div>
<div className="col-md-3"> <div className="col-md-3">
...@@ -56,7 +56,7 @@ const Offers = () => { ...@@ -56,7 +56,7 @@ const Offers = () => {
</div> </div>
<div className="title">Instant confirmation</div> <div className="title">Instant confirmation</div>
</div> </div>
<div className="disc">At Zango, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div> <div className="disc">At Triplyst, every reservation is instantly confirmed. Once youve found your perfect stay, a few clicks are all it takes.</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -14,8 +14,8 @@ const SignUpToExperienceOurPlatform = () => { ...@@ -14,8 +14,8 @@ const SignUpToExperienceOurPlatform = () => {
<div className="col-md-8"> <div className="col-md-8">
<motion.div variants={zoomIn(0.4)} initial={"hidden"} whileInView={"show"} viewport={{ once: false, amount: 0.2 }}> <motion.div variants={zoomIn(0.4)} initial={"hidden"} whileInView={"show"} viewport={{ once: false, amount: 0.2 }}>
<div className="signUp-to-experience-our-platform"> <div className="signUp-to-experience-our-platform">
<div className="title">Sign Up to Zango Experiences</div> <div className="title">Sign Up to Triplyst Experiences</div>
<div className="disc">Zango Experience is the ultimate online destination for you to discover and explore tons of things to do in New York City</div> <div className="disc">Triplyst Experience is the ultimate online destination for you to discover and explore tons of things to do in New York City</div>
<div className=""> <div className="">
<Button <Button
variant="primary" variant="primary"
......
...@@ -96,7 +96,7 @@ const Footer = () => { ...@@ -96,7 +96,7 @@ const Footer = () => {
<Image layout="fill" alt="" className="image img-fluid" src="/images/icons/email.svg" /> <Image layout="fill" alt="" className="image img-fluid" src="/images/icons/email.svg" />
</span> </span>
<div className="text"> <div className="text">
<a href="mailTo:zango@gmail.com">zango@gmail.com</a> <a href="mailTo:triplyst@gmail.com">triplyst@gmail.com</a>
</div> </div>
</div> </div>
<div className="icon-text"> <div className="icon-text">
...@@ -206,7 +206,7 @@ const Footer = () => { ...@@ -206,7 +206,7 @@ const Footer = () => {
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<div className="col-12"> <div className="col-12">
<div>Copyright © 2024 ZanGO. All Rights Reserved</div> <div>Copyright © 2024 Triplyst. All Rights Reserved</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -7,10 +7,10 @@ import "react-toastify/dist/ReactToastify.css"; ...@@ -7,10 +7,10 @@ import "react-toastify/dist/ReactToastify.css";
import { loadUser } from "../../redux/actions/userActions"; import { loadUser } from "../../redux/actions/userActions";
import { useDispatch, useSelector } from "react-redux"; import { useDispatch, useSelector } from "react-redux";
const Layout = ({ children, title = "Zango", description = "Zango" }) => { const Layout = ({ children, title = "Triplyst", description = "Triplyst" }) => {
const dispatch = useDispatch(); const dispatch = useDispatch();
// const { loadedUser } = useSelector(state => state.loadedUser); // const { loadedUser } = useSelector(state => state.loadedUser);
// console.log(">>>", loadedUser); // console.log(">>>", loadedUser);
useEffect(() => { useEffect(() => {
dispatch(loadUser()); dispatch(loadUser());
}, []); }, []);
......
...@@ -138,7 +138,7 @@ const BusinessDetails = () => { ...@@ -138,7 +138,7 @@ const BusinessDetails = () => {
<h2>Tell us about your business</h2> <h2>Tell us about your business</h2>
<p>Please have the following ready before you begin</p> <p>Please have the following ready before you begin</p>
<p> <p>
<FaArrowRight /> Your bank account details for receiving payments from ZanGO <FaArrowRight /> Your bank account details for receiving payments from Triplyst
</p> </p>
{/* <p className="mb-4"> {/* <p className="mb-4">
<FaArrowRight /> Tax (GST/PAN) details of your business. <FaArrowRight /> Tax (GST/PAN) details of your business.
......
...@@ -23,11 +23,11 @@ const AdminLogin = () => { ...@@ -23,11 +23,11 @@ const AdminLogin = () => {
<div className="contaier-fluid login-banner-image"> <div className="contaier-fluid login-banner-image">
<div className="row"> <div className="row">
{/* <div className="text-center"> {/* <div className="text-center">
<h1 style={{fontSize: "4rem"}}>Zango Admin Login</h1> <h1 style={{fontSize: "4rem"}}>Triplyst Admin Login</h1>
</div> */} </div> */}
<div className="col-11 col-lg-4 login-div"> <div className="col-11 col-lg-4 login-div">
<div className=""> <div className="">
<h2 className="text-center">Zango Admin Login</h2> <h2 className="text-center">Triplyst Admin Login</h2>
<div className="form-container"> <div className="form-container">
<Formik <Formik
initialValues={{ initialValues={{
......
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!