Compare commits

...

4 Commits

Author SHA1 Message Date
victorAnumudu 260071e1d3 section layout update 2024-07-11 07:00:16 +01:00
ameye ea33b404a2 Merge branch 'footer-logo-resize' of WrenchBoard/WrenchBoardMainSite into master 2024-06-25 14:39:49 +00:00
victorAnumudu 062f05d342 footer logo resize 2024-06-25 14:21:00 +01:00
ameye 1f1e5f75ca Merge branch 'text-case-adjust' of WrenchBoard/WrenchBoardMainSite into master 2024-06-24 17:35:12 +00:00
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function FooterHomeOne({ className }) {
<div className="footer-about-widget"> <div className="footer-about-widget">
<div className="logo"> <div className="logo">
<a href="#"> <a href="#">
<img src={logo} alt="WrenchBoard" loading='eager' width={300} height={65} /> <img src={logo} alt="WrenchBoard" loading='eager' width={175} height={38} />
</a> </a>
</div> </div>
<p> <p>
+6 -6
View File
@@ -25,24 +25,24 @@ const Main = ({gredient}) => {
</div> </div>
} }
<div className="container"> <div className="container">
<div className="row">
<div className="col-lg-6">
<div className="w-100">
<div className="p-0 appie-traffic-title section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100"> <div className="p-0 appie-traffic-title section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100">
<h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Reward Accomplishments</div></h3> <h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Reward Accomplishments</div></h3>
<p className=''> <p className=''>
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform to plan rewards. Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform to plan rewards.
</p> </p>
</div> </div>
<div className="row mt-3 align-items-center">
<div className="col-lg-6">
<div className="w-100">
<div className="appie-traffic-title section_title mb-3" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}> <div className="appie-traffic-title section_title mb-3" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}>
<h3 className='title text-center text-lg-left'>Assign Faster with</h3> <h3 className='title text-center'>Assign Faster with</h3>
<h3 className='w-100 title text-center d-flex justify-content-center justify-content-lg-end flex-nowrap'> <h3 className='w-100 title text-center d-flex justify-content-center flex-nowrap'>
<div className='color-blue italic'>wrench</div><div className='color-purple'>Agent</div> <div className='color-blue italic'>wrench</div><div className='color-purple'>Agent</div>
</h3> </h3>
</div> </div>
<div className="row"> <div className="row">
{list?.map(({ icon, header, paragraph, name }, idx) => ( {list?.map(({ icon, header, paragraph, name }, idx) => (
<div className="col-12 col-md-6 mb-10" key={idx} onClick={()=>changeActiveImg(name)} style={{cursor: 'pointer'}}> <div className="col-12 mb-10" key={idx} onClick={()=>changeActiveImg(name)} style={{cursor: 'pointer'}}>
<div <div
className={`appie-traffic-service features appie-modern-design`} className={`appie-traffic-service features appie-modern-design`}
> >