Commit 222b4cdb by sujata

document changes

1 parent 9205dec6
......@@ -127,9 +127,9 @@ const ContactForm = () => {
<span className="sub-title">SEND MESSAGE</span>
<Heading heading="Write to Us!" />
<p>
Connect with Advith Consulting today for an insightful
consultation on how our tailored services can help propel your
business towards success.
Connect with us today for an insightful discussion on how
Advith Consulting's tailored services can help propel your
business towards success
</p>
<form onSubmit={handleSubmit(onSubmit)}>
......@@ -240,7 +240,6 @@ const ContactForm = () => {
<Form.Control
as="textarea"
rows={5}
type="text"
placeholder="Additional message"
className="text-dark form-control"
......
......@@ -60,7 +60,7 @@ const ClientService = ({ service }) => {
<div className="services-area pt-100 pt-md-100 pb-5">
<Container>
<div className="section-title">
<span className="sub-title">ADVITH CONSULTING</span>
<span className="sub-title">Client Servicing</span>
<Heading el="h2" heading="What we do?" />
</div>
<p className="text-center">
......
......@@ -69,7 +69,7 @@ const FunctionalAreas = ({functionarea}) => {
<div className="functional-areas pt-100 pb-70">
<Container>
<div className="section-title">
<span className="sub-title">SERVICES</span>
{/* <span className="sub-title">SERVICES</span> */}
<Heading el="h2" heading="Functional Areas " className="h2" />
</div>
<p className="text-center">
......
......@@ -77,7 +77,7 @@ const People = ({ people }) => {
<ul className="features-list">
{item.peoplelist?.map((item, idx) => (
<li key={idx} className="rule-listing">
<div className="number">0{idx + 1}</div>
{/* <div className="number">0{idx + 1}</div> */}
<h3>{item?.heading}</h3>
<p>{item?.description}</p>
</li>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!