diff --git a/assets/sindhu/landingpage.html b/assets/sindhu/landingpage.html
index 1ebb4ea..e3dd05b 100644
--- a/assets/sindhu/landingpage.html
+++ b/assets/sindhu/landingpage.html
@@ -277,6 +277,9 @@ License: You must have a valid license purchased only from themeforest(the above
/* background: #C3C4C5; */
height: 0.2px;
}
+ .img-header {
+ object-fit: contain;
+ }
@@ -340,7 +343,7 @@ License: You must have a valid license purchased only from themeforest(the above
>
diff --git a/services/landingpage.services.go b/services/landingpage.services.go
index c45c8f6..419a1ef 100644
--- a/services/landingpage.services.go
+++ b/services/landingpage.services.go
@@ -121,6 +121,20 @@ func (su *ServicesLandingPage) GetClientService() ([]ClientService, error) {
ClientServiceIcon: "jam:medical",
ClientServiceLink: "/",
},
+ {
+ ClientServiceID: 4,
+ ClientServiceName: "Medical Check Up 2",
+ ClientServiceDescription: "Supported by a professional medical, paramedical team, and as well as laboratory equipment ",
+ ClientServiceIcon: "jam:medical",
+ ClientServiceLink: "/",
+ },
+ {
+ ClientServiceID: 5,
+ ClientServiceName: "Medical Check Up 3",
+ ClientServiceDescription: "Supported by a professional medical, paramedical team, and as well as laboratory equipment ",
+ ClientServiceIcon: "jam:medical",
+ ClientServiceLink: "/",
+ },
}
return data, nil
@@ -175,6 +189,16 @@ func (su *ServicesLandingPage) GetPromotionList() ([]Promotion, error) {
PromotionAsset: "../../asset-corporate-portal/media/landingpage/promotion_3.png",
PromotionLink: "",
},
+ {
+ PromotionID: 4,
+ PromotionAsset: "../../asset-corporate-portal/media/landingpage/promotion_2.png",
+ PromotionLink: "",
+ },
+ {
+ PromotionID: 5,
+ PromotionAsset: "../../asset-corporate-portal/media/landingpage/promotion_3.png",
+ PromotionLink: "",
+ },
}
return data, nil
diff --git a/views/landingpage/landingpage.templ b/views/landingpage/landingpage.templ
index 24ab491..3a7082d 100644
--- a/views/landingpage/landingpage.templ
+++ b/views/landingpage/landingpage.templ
@@ -60,20 +60,30 @@ templ MainLandingPage(medicalServiceComponent templ.Component, listAdvantageComp
}
templ CssLandingPage() {
-