Add blog content
This commit is contained in:
parent
47d0e332f1
commit
6604a4db13
@ -435,7 +435,7 @@ const LandingPage = () => {
|
||||
centeredSlides={true}
|
||||
spaceBetween={30}
|
||||
pagination={{
|
||||
type: "fraction",
|
||||
clickable: true,
|
||||
}}
|
||||
navigation={true}
|
||||
modules={[Autoplay, Pagination, Navigation]}
|
||||
@ -444,33 +444,33 @@ const LandingPage = () => {
|
||||
<SwiperSlide>
|
||||
{" "}
|
||||
<SwaperBlogContent
|
||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
||||
Title="Project & Task Management"
|
||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
||||
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQs28_JnxJUKdAgaZsiWW4NyekVmfmLtpUtaA&s"
|
||||
Title="Transforming Residential Project Delivery with Marco PMS"
|
||||
Body="Sunrise Builders struggled with delays, cost overruns, and lack of transparency in their multi-phase township project. Different contractors for civil, electrical, and finishing works operated in silos, and communication gaps with the Project Management Consultant (PMC) often led to rework and disputes."
|
||||
></SwaperBlogContent>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
{" "}
|
||||
<SwaperBlogContent
|
||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
||||
Title="Project & Task Management"
|
||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
||||
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRaQ0iKVDfpfTY3kS2WgSH1n4yBhFhLQfiESg&s"
|
||||
Title="Commercial Tower Project Delivered On Time"
|
||||
Body="Metro Infra Developers faced coordination challenges between multiple stakeholders—PMC, structural consultants, MEP contractors, and vendors. Manual tracking via Excel sheets was slowing decision-making and progress reporting."
|
||||
></SwaperBlogContent>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
{" "}
|
||||
<SwaperBlogContent
|
||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
||||
Title="Project & Task Management"
|
||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
||||
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4ma1IiRhV1NRWVwQpzLi0kJK2E7ABP9Sn-Q&s"
|
||||
Title="Smart Collaboration for Mixed-Use Development"
|
||||
Body="The project required close collaboration between multiple consultants—architecture, interiors, civil, and MEP. Email-based communication caused delays, and the client had limited visibility into daily progress."
|
||||
></SwaperBlogContent>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
{" "}
|
||||
<SwaperBlogContent
|
||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
||||
Title="Project & Task Management"
|
||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
||||
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROvl-qI8KIDHMKLfMyGppCLpluAj9nxFPqFy-YJ7kqc9L7LvPeSW3AZDWSOV62VAaYKO0&usqp=CAU"
|
||||
Title="On-Time Delivery of a Luxury Villa Project"
|
||||
Body="Elite Constructions was managing multiple luxury villas in parallel, each with unique specifications. The PMC struggled with tracking progress across sites, ensuring quality compliance, and keeping the high-profile clients updated. Manual reporting caused delays, and missed dependencies risked extending timelines."
|
||||
></SwaperBlogContent>
|
||||
</SwiperSlide>
|
||||
</Swiper>
|
||||
|
@ -13,13 +13,11 @@ const SwaperBlogContent = ({
|
||||
src={ImageUrl}
|
||||
alt="client logo"
|
||||
class="client-logo img-fluid"
|
||||
style={{ width: "580px", height: "100px" }}
|
||||
/>
|
||||
<h5>The Decoy Effect – Strategy</h5>
|
||||
<h5>{Title}</h5>
|
||||
</div>
|
||||
<p>
|
||||
“Vuexy is hands down the most useful front end Bootstrap theme I've
|
||||
ever used. I can't wait to use it again for my next project.”
|
||||
</p>
|
||||
<p>{Body}</p>
|
||||
<div class="text-warning mb-4">
|
||||
<i class="bx bxs-star"></i>
|
||||
<i class="bx bxs-star"></i>
|
||||
|
Loading…
x
Reference in New Issue
Block a user