first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-02-12 23:25:43 -05:00
commit d8c7ec4866
1400 changed files with 90826 additions and 0 deletions
@@ -0,0 +1,55 @@
import React from "react";
import Image from "next/image";
const BlockMetaData = () => {
const blockMetaCotent = [
{
_id: 1,
icon: "01",
title: "Create Project",
metaHoverContent: ` Dont waste time on tedious manual tasks. Let Automation do it for
you. Simplify workflows, reduce errors, and save time for solving
more.`,
},
{
_id: 2,
icon: "02",
title: "Making Plan",
metaHoverContent: ` Now it's more easy to make plan. Let Automation do it for you.
Simplify workflows, reduce errors, and save time for solving more.`,
},
{
_id: 3,
icon: "03",
title: "Create Wearframe",
metaHoverContent: ` You are one step ahead to create wireframe. Let Automation do it for
you. Simplify workflows.`,
},
{
_id: 4,
icon: "04",
title: "Final Output",
metaHoverContent: ` Checkout the final output. Let Automation do it for you. Simplify
workflows, reduce errors, and save time for solving more.`,
},
];
return (
<>
{blockMetaCotent.map((blockMeta) => (
<div className="block-meta-data text-center" key={blockMeta._id}>
<div className="line-dot-container">
<div className="icon-box">
<Image width={blockMeta._id == 1 ? 85 : 35} height={blockMeta._id == 1 ? 85 : 35} style={{objectFit:'contain'}} src={`/images/icon/${blockMeta.icon}.svg`} alt="icon" />
</div>
{/* /.icon-box */}
<p>{blockMeta.title}</p>
</div>
<div className="hover-content">
<span>{blockMeta.metaHoverContent}</span>
</div>
</div>
))}
</>
);
};
export default BlockMetaData;
@@ -0,0 +1,64 @@
'use client'
import Image from "next/image";
import React, { useState } from "react";
import ModalVideo from "react-modal-video";
const FancyTextBlock21 = () => {
const [isOpen, setOpen] = useState(false);
return (
<>
<div className="row align-items-center">
<div
className="col-lg-6 col-md-7 m-auto"
data-aos="fade-right"
data-aos-duration="1200"
>
<div className="img-meta">
<Image width={703} height={676} style={{height:'fit-content'}} src="/images/media/img_72.png" alt="media" className="m-auto" />
<Image width="291" height="296"
src="/images/shape/138.svg"
alt="shape"
className="shapes shape-one"
/>
</div>
</div>
{/* End .col */}
<div
className="col-xl-5 col-lg-6 ms-auto"
data-aos="fade-left"
data-aos-duration="1200"
data-aos-delay="100"
>
<div className="text-wrapper md-pt-50">
<a className="fancybox" onClick={() => setOpen(true)}>
<Image width="66" height="66" src="/images/icon/71.svg" alt="icon" className="icon" />
</a>
<div className="client-info">
Over <span>150,000+ client</span>
</div>
<p>
We created over <span>27,000+</span> stunning and quality products
over last 5 years with satisfaction.
</p>
<div className="name">Carl Henderson</div>
</div>
{/* /.text-wrapper */}
</div>
{/* End .col */}
</div>
<ModalVideo
channel="youtube"
autoplay
isOpen={isOpen}
videoId="FDaF8_5dzzk"
onClose={() => setOpen(false)}
/>
</>
);
};
export default FancyTextBlock21;
@@ -0,0 +1,66 @@
'use client'
import React, { useState } from "react";
import ModalVideo from "react-modal-video";
import Link from "next/link";
import Image from "next/image";
const FancyTextBlock22 = () => {
const [isOpen, setOpen] = useState(false);
return (
<>
<div className="row align-items-center">
<div
className="col-xl-5 col-lg-6 order-lg-last"
data-aos="fade-left"
data-aos-duration="1200"
>
<div className="text-wrapper md-pt-50">
<a
className="fancybox mb-20 md-mb-10"
onClick={() => setOpen(true)}
>
<Image width="66" height="66" src="/images/icon/71.svg" alt="icon" className="icon" />
</a>
<div className="title-style-seven">
<h2>
Why you should <span>choose</span> Deski?
</h2>
</div>
{/* /.title-style-seven */}
<p>
So how does it work? Lets check our Getting Started tutorial
pre-made templates.
</p>
<Link href="/product-customer-support" className="theme-btn-eight">
Learn more
</Link>
</div>
{/* /.text-wrapper */}
</div>
{/* End .col */}
<div
className="col-xl-7 col-lg-6 col-md-8 m-auto order-lg-first"
data-aos="fade-right"
data-aos-duration="1200"
>
<div className="illustration-holder">
<Image width="759" height="597" src="/images/assets/ils_21.svg" alt="about" />
</div>
</div>
{/* End .col */}
</div>
<ModalVideo
channel="youtube"
autoplay
isOpen={isOpen}
videoId="FDaF8_5dzzk"
onClose={() => setOpen(false)}
/>
</>
);
};
export default FancyTextBlock22;
@@ -0,0 +1,137 @@
import React from "react";
import FancyFeatureTewentyEight from "../features/FancyFeatureTewentyEight";
import FancyFeatureThirtyOne from "../features/FancyFeatureThirtyOne";
import Image from "next/image";
const featureList = [
{
icon: "157",
title: "Drag Image & SVG",
description: ` Create beautiful sites at breakneck speed without
compromising on your creativit`,
},
{
icon: "158",
title: "Create Custom Field",
description: `Keep your brand front & center with your customer`,
},
{
icon: "159",
title: "Custom Attribute",
description: ` Increase your client retention rate by showing your results
and value.`,
},
];
const FancyTextBlock29 = () => {
return (
<div className="container">
<div className="block-style-thirty bottom-border pb-80 mb-170 md-pb-40 md-mb-90">
<div className="row">
<div className="col-xl-5 col-lg-6">
<div className="text-block md-pb-60">
<div className="feature">DRAG & DROP</div>
<div className="title-style-nine mb-60 md-mb-40">
<h2>Control all elements super easy.</h2>
</div>
<ul className="feature-list-one">
{featureList.map((list, i) => (
<li key={i}>
<Image width={35} height={35} style={{objectFit:'contain'}}
src={`/images/icon/${list.icon}.svg`}
alt="icon"
className="icon"
/>
<strong>{list.title}</strong>
<span>{list.description}</span>
</li>
))}
</ul>
{/* End .feature-list-one */}
<a href="#" className="theme-btn-thirteen mt-20">
Learn More
</a>
</div>
{/* <!-- /.text-block --> */}
</div>
<div className="col-xl-7 col-lg-6">
<Image width={845} height={910} style={{height:'fit-content'}} src="/images/assets/screen_35.png" alt="screen" />
</div>
</div>
</div>
{/* <!-- /.block-style-thirty --> */}
<div className="block-style-thirty">
<div className="row">
<div className="col-xl-5 col-lg-6 order-lg-last">
<div className="text-block md-pb-60">
<div className="feature">EMAIL & SMS BROADCAST</div>
<div className="title-style-nine mb-45 md-mb-30">
<h2>We have email, sms Broadcast for you.</h2>
</div>
<p>
Broadcast and email is best use for something announcing
significant changes .
</p>
<ul className="feature-list-two">
<li>
Makes them <span>purchase</span> your product, service and
quis interact website due.
</li>
<li>
Holds and catches their <span>attention</span> lorem.
</li>
<li>Diverts them to your brand.</li>
</ul>
<a href="#" className="theme-btn-thirteen mt-30">
Learn More
</a>
</div>
{/* <!-- /.text-block --> */}
</div>
<div className="col-xl-7 col-lg-6 order-lg-first">
<Image width={860} height={800} style={{height:'fit-content'}} src="/images/assets/screen_36.png" alt="screen" />
</div>
</div>
</div>
{/* <!-- /.block-style-thirty --> */}
<div className="mt-80 pb-100 md-pb-80 bottom-border">
<FancyFeatureTewentyEight />
</div>
<div className="block-style-thirty mt-150 md-mt-90">
<div className="row">
<div className="col-xl-5 col-lg-6">
<div className="text-block md-pb-60">
<div className="feature">PRE-made template</div>
<div className="title-style-nine mb-45">
<h2>Pre-Made Stunning Templates.</h2>
</div>
<p className="pb-30">
Feel free to choose from our huge selection of templates,
customize easily, and create a stunning website for your
customers
</p>
<a href="#" className="theme-btn-thirteen">
See all Template
</a>
</div>
{/* <!-- /.text-block --> */}
</div>
<div className="col-xl-7 col-lg-6">
<Image width={883} height={683} style={{height:'fit-content'}} src="/images/assets/screen_37.png" alt="screen" />
</div>
</div>
</div>
{/* <!-- /.block-style-thirty --> */}
<div className="mt-30">
<FancyFeatureThirtyOne />
</div>
</div>
);
};
export default FancyTextBlock29;
@@ -0,0 +1,87 @@
import Image from "next/image";
import React from "react";
const FancyTextBlockTen = () => {
return (
<>
<div className="row align-items-end">
<div
className="col-xl-5 col-lg-6 ms-auto order-lg-last"
data-aos="fade-left"
data-aos-duration="1200"
>
<Image width="58" height="42" src="/images/icon/34.svg" alt="image" className="icon" />
<p className="font-rubik">
Deski combines excellent live chat, ticketing and automation that
allow us to provide quality.
</p>
<div className="name sm-mb-40">
Mike Lucas.{" "}
<span>
CEO & Founder <br />
deksi
</span>
</div>
</div>
{/* End .col */}
<div className="col-lg-6 order-lg-first">
<div className="row align-items-end">
<div
className="col-6"
data-aos="fade-right"
data-aos-duration="1200"
data-aos-delay="100"
>
<Image width={291} height={311} style={{height:'fit-content'}} src="/images/media/img_25.png" alt="image" className="img-meta" />
</div>
<div
className="col-6"
data-aos="fade-right"
data-aos-duration="1200"
>
<Image width={325} height={421} style={{height:'fit-content'}} src="/images/media/img_26.png" alt="image" className="img-meta" />
</div>
</div>
</div>
</div>
{/* End .row */}
<div className="row">
<div className="col-lg-10 ms-auto">
<div className="img-gallery mt-60 md-mt-20">
<div className="row">
<div
className="col-sm-5 sm-mb-20"
data-aos="fade-up"
data-aos-duration="1200"
>
<Image width={446} height={311} style={{height:'fit-content'}}
src="/images/media/img_27.png"
alt="media"
className="img-meta"
/>
</div>
<div
className="col-sm-7"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
>
<Image width={566} height={382} style={{height:'fit-content'}}
src="/images/media/img_28.png"
alt="media"
className="img-meta"
/>
</div>
</div>
</div>
{/* /.img-gallery */}
</div>
</div>
{/* End .row */}
</>
);
};
export default FancyTextBlockTen;
@@ -0,0 +1,115 @@
import Image from "next/image";
import React from "react";
const FancyTextBlockThree = () => {
return (
<div className="row no-gutters">
<div className="col-lg-6">
<div className="feature-content light-bg">
<div className="header" data-aos="fade-up" data-aos-duration="1200">
<h3>Individual</h3>
<p className="font-rubik">
Wzprenr Investor Network is a global community that extends the
reach of leading
</p>
</div>
{/* /.header */}
<div
className="feature-list d-flex"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
>
<div className="icon-box d-flex align-items-center justify-content-center">
<Image width="24" height="24" src="/images/icon/07.svg" alt="icon" />
</div>
<div className="text-meta">
<h4>Time well spent</h4>
<p>
Facilitates access to capital entrepreneurs through road show
preparation.
</p>
</div>
{/* /.text-meta */}
</div>
{/* /.feature-list */}
<div
className="feature-list d-flex"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="200"
>
<div className="icon-box d-flex align-items-center justify-content-center">
<Image width="24" height="24" src="/images/icon/08.svg" alt="icon" />
</div>
<div className="text-meta">
<h4>Quietly powerful</h4>
<p>
Let intuition be your guide. We get out of your way and fight
the friction in your teams workflow so you dont have to.
</p>
</div>
{/* /.text-meta */}
</div>
{/* /.feature-list */}
</div>
{/* /.feature-content */}
</div>
<div className="col-lg-6">
<div className="feature-content dark-bg">
<div className="header" data-aos="fade-up" data-aos-duration="1200">
<h3>Big Company</h3>
<p className="font-rubik">
Wzprenr Investor Network is a global community that extends the
reach of leading
</p>
</div>
{/* /.header */}
<div
className="feature-list d-flex"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="100"
>
<div className="icon-box d-flex align-items-center justify-content-center">
<Image width="24" height="24" src="/images/icon/07.svg" alt="icon" />
</div>
<div className="text-meta">
<h4>Make your work easy</h4>
<p>
Remove the fog. We dont want to be another task to complete or
a tool to decipher.
</p>
</div>
{/* /.text-meta */}
</div>
{/* /.feature-list */}
<div
className="feature-list d-flex"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="200"
>
<div className="icon-box d-flex align-items-center justify-content-center">
<Image width="24" height="24" src="/images/icon/08.svg" alt="icon" />
</div>
<div className="text-meta">
<h4>Build together</h4>
<p>
Software is made better together. From task completion to
product launch, we celebrate team wins big and small.
</p>
</div>
{/* /.text-meta */}
</div>
{/* /.feature-list */}
</div>{" "}
{/* /.feature-content */}
</div>
</div>
);
};
export default FancyTextBlockThree;