Skip to content

Commit 0b4e211

Browse files
integrated sourcing partners & added footer links
1 parent 2e01392 commit 0b4e211

File tree

7 files changed

+24
-3
lines changed

7 files changed

+24
-3
lines changed

src/components/footer.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ const Footer = () => (
3737
<div className="col-6 col-md-3 col-xl-2">
3838
<h6 className="mb-4 mt-1"><strong>Legal</strong></h6>
3939
<div className="nav flex-column">
40-
<a className="nav-link" href="/grievance">Grievance Redressal</a>
41-
<a className="nav-link" href="/advisory">Fraud Advisory</a>
42-
<a className="nav-link" href="/interest">Interest Rates</a>
40+
<a className="nav-link" target="_blank" href="/assets/pdf/Grievance_Redressal_Policy%20(1).pdf">Grievance Redressal</a>
41+
<a className="nav-link" target="_blank" href="/assets/pdf/Fair_Practice_Code.docx%20(1).pdf">Fair Practice Code</a>
42+
<a className="nav-link" target="_blank" href="/assets/pdf/KYC_Policy.pdf">KYC Policy</a>
43+
<a className="nav-link" target="_blank" href="/assets/pdf/Moratorium_Policy.pdf">Moratorium Policy</a>
44+
<a className="nav-link" href="/advisory">Fraud Advisory</a>
45+
<a className="nav-link" href="/interest">Interest Rates</a>
4346
{/* <a className="nav-link" href="/request">Request</a> */}
4447
{/* <a className="nav-link" href="/legal/dmi-agent-service-agreement">DMI agreement</a> */}
4548
</div>

src/pages/about/index.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,24 @@ export default function AboutPage({data}){
8181
</div>
8282
</div>
8383
</section>
84+
<section class="section shadow-8" style={{ margin: '2%' }}>
85+
<div class="container">
86+
<div>
87+
<div>
88+
<h1 className="sourcing-partner">Our Sourcing Partners</h1>
89+
</div>
90+
<div style={{ marginTop: "50px", textAlign: "center" }}>
91+
<img src={`/assets/img/logo/redcarpet_logo.png`} alt={`RedCarpet Logo`} width={150} />
92+
<h4>RedCarpet Pvt Ltd</h4>
93+
<a href="https://www.redcarpetup.com/contact/" target="_blank">
94+
<button className="btn btn-success">
95+
Contact RedCarpet
96+
</button>
97+
</a>
98+
</div>
99+
</div>
100+
</div>
101+
</section>
84102

85103
</header>
86104

15.6 KB
Loading
Binary file not shown.
Binary file not shown.

static/assets/pdf/KYC_Policy.pdf

105 KB
Binary file not shown.
50.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)