Skip to content

Commit 1ae54a4

Browse files
committed
added changes to contact us
1 parent 4004b08 commit 1ae54a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pages/About/ContactUs.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ import {
1717

1818
const theme = {
1919
colors: {
20-
primary: '#1E3A8A', // A deeper blue, assuming a primary brand color
21-
secondary: '#3B82F6', // A vibrant blue for accents
22-
textDark: '#1F2937', // Darker text for readability
23-
textLight: '#E5E7EB', // Light text for dark backgrounds
24-
bgLight: '#F9FAFB', // Very light background
25-
bgDark: '#111827', // Dark background for contrast sections
26-
border: '#D1D5DB', // Light border color
20+
primary: '#1E3A8A',
21+
secondary: '#3B82F6',
22+
textDark: '#1F2937',
23+
textLight: '#E5E7EB',
24+
bgLight: '#F9FAFB',
25+
bgDark: '#111827',
26+
border: '#D1D5DB',
2727
},
2828
typography: {
29-
heading: 'font-extrabold tracking-tight', // More impactful headings
29+
heading: 'font-extrabold tracking-tight',
3030
subheading: 'font-semibold tracking-wide',
3131
body: 'font-normal leading-relaxed',
3232
},
@@ -137,7 +137,7 @@ const ContactUs: React.FC = () => {
137137

138138
{/* Phone */}
139139
<ContactMethod
140-
iconSrc="/assets/Icons/phone.svg" // Ensure correct path
140+
iconSrc="/assets/Icons/phone.svg"
141141
title="By Phone"
142142
description={
143143
<a

0 commit comments

Comments
 (0)