Add blog content
This commit is contained in:
parent
47d0e332f1
commit
6604a4db13
@ -435,7 +435,7 @@ const LandingPage = () => {
|
|||||||
centeredSlides={true}
|
centeredSlides={true}
|
||||||
spaceBetween={30}
|
spaceBetween={30}
|
||||||
pagination={{
|
pagination={{
|
||||||
type: "fraction",
|
clickable: true,
|
||||||
}}
|
}}
|
||||||
navigation={true}
|
navigation={true}
|
||||||
modules={[Autoplay, Pagination, Navigation]}
|
modules={[Autoplay, Pagination, Navigation]}
|
||||||
@ -444,33 +444,33 @@ const LandingPage = () => {
|
|||||||
<SwiperSlide>
|
<SwiperSlide>
|
||||||
{" "}
|
{" "}
|
||||||
<SwaperBlogContent
|
<SwaperBlogContent
|
||||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQs28_JnxJUKdAgaZsiWW4NyekVmfmLtpUtaA&s"
|
||||||
Title="Project & Task Management"
|
Title="Transforming Residential Project Delivery with Marco PMS"
|
||||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
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>
|
></SwaperBlogContent>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
<SwiperSlide>
|
<SwiperSlide>
|
||||||
{" "}
|
{" "}
|
||||||
<SwaperBlogContent
|
<SwaperBlogContent
|
||||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRaQ0iKVDfpfTY3kS2WgSH1n4yBhFhLQfiESg&s"
|
||||||
Title="Project & Task Management"
|
Title="Commercial Tower Project Delivered On Time"
|
||||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
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>
|
></SwaperBlogContent>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
<SwiperSlide>
|
<SwiperSlide>
|
||||||
{" "}
|
{" "}
|
||||||
<SwaperBlogContent
|
<SwaperBlogContent
|
||||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4ma1IiRhV1NRWVwQpzLi0kJK2E7ABP9Sn-Q&s"
|
||||||
Title="Project & Task Management"
|
Title="Smart Collaboration for Mixed-Use Development"
|
||||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
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>
|
></SwaperBlogContent>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
<SwiperSlide>
|
<SwiperSlide>
|
||||||
{" "}
|
{" "}
|
||||||
<SwaperBlogContent
|
<SwaperBlogContent
|
||||||
ImageUrl="./../../img/front-pages/branding/logo-1.png"
|
ImageUrl="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROvl-qI8KIDHMKLfMyGppCLpluAj9nxFPqFy-YJ7kqc9L7LvPeSW3AZDWSOV62VAaYKO0&usqp=CAU"
|
||||||
Title="Project & Task Management"
|
Title="On-Time Delivery of a Luxury Villa Project"
|
||||||
Body="Plan, assign, and track projects and tasks seamlessly for better team collaboration."
|
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>
|
></SwaperBlogContent>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
</Swiper>
|
</Swiper>
|
||||||
|
@ -13,13 +13,11 @@ const SwaperBlogContent = ({
|
|||||||
src={ImageUrl}
|
src={ImageUrl}
|
||||||
alt="client logo"
|
alt="client logo"
|
||||||
class="client-logo img-fluid"
|
class="client-logo img-fluid"
|
||||||
|
style={{ width: "580px", height: "100px" }}
|
||||||
/>
|
/>
|
||||||
<h5>The Decoy Effect – Strategy</h5>
|
<h5>{Title}</h5>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>{Body}</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>
|
|
||||||
<div class="text-warning mb-4">
|
<div class="text-warning mb-4">
|
||||||
<i class="bx bxs-star"></i>
|
<i class="bx bxs-star"></i>
|
||||||
<i class="bx bxs-star"></i>
|
<i class="bx bxs-star"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user