Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random fixes #19

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/global/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Footer = () => {
<BiPhoneCall stroke="5" className="h-10 w-10 text-violet-500" />
<div>
<span className="text-sm">Call Any Time</span>
<p>+254 706 579 722</p>
<p>+254 729 994 794</p>
</div>
</div>
</div>
Expand All @@ -37,7 +37,7 @@ const Footer = () => {
</span>
<h1 className="font-bold text-lg text-gray-800">Address</h1>
</div>
<p className="">River Road, Nairobi</p>
<p className="">PAC Ln, Roysambu</p>
<p className="">Kenya</p>
</div>
<div className="space-y">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const About = () => {
/>
</div>
<h2 className="font-Playfair font-semibold text-2xl">
Elias Ngugi
Lillian Jeptoo
</h2>
<span className="font-semibold uppercase text-sm text-primary">
Denlly Expert
Expand Down Expand Up @@ -148,7 +148,7 @@ const About = () => {
/>
</div>
<h2 className="font-Playfair font-semibold text-2xl">
Gladys Makori
Gladys Makau
</h2>
<span className="font-semibold uppercase text-sm text-primary">
Denlly Expert
Expand Down
Loading