@@ -2,18 +2,18 @@ import '../Styles/Contact.css'
22export default function Contact ( ) {
33 return (
44 < >
5- < section class = "contact-header" >
6- < div class = "container" >
7- < h1 class = "text-center fw-bold" > Contact Us</ h1 >
8- < p class = "text-center text-muted" >
5+ < section className = "contact-header" >
6+ < div className = "container" >
7+ < h1 className = "text-center fw-bold" > Contact Us</ h1 >
8+ < p className = "text-center text-muted" >
99 Have questions? We’re here to help.
1010 </ p >
1111 </ div >
1212 </ section >
1313
14- < section class = "contact-info container my-5" >
15- < div class = "row" >
16- < div class = "col-md-6" >
14+ < section className = "contact-info container my-5" >
15+ < div className = "row" >
16+ < div className = "col-md-6" >
1717 < h3 > Contact Information</ h3 >
1818 < p > < strong > Email:</ strong > support@lessonconnect.com</ p >
1919 < p > < strong > Phone:</ strong > (702) 555-1234</ p >
@@ -23,37 +23,37 @@ export default function Contact() {
2323 </ p >
2424 < p > < strong > Location:</ strong > University of Nevada, Las Vegas</ p >
2525 </ div >
26- < div class = "col-md-6" >
26+ < div className = "col-md-6" >
2727 < h3 > Get in Touch</ h3 >
2828 < form >
29- < div class = "mb-3" >
30- < label for = "name" class = "form-label" > Full Name</ label >
29+ < div className = "mb-3" >
30+ < label htmlFor = "name" className = "form-label" > Full Name</ label >
3131 < input
3232 type = "text"
33- class = "form-control"
33+ className = "form-control"
3434 id = "name"
3535 placeholder = "Enter your name"
3636 />
3737 </ div >
38- < div class = "mb-3" >
39- < label for = "email" class = "form-label" > Email Address</ label >
38+ < div className = "mb-3" >
39+ < label htmlFor = "email" className = "form-label" > Email Address</ label >
4040 < input
4141 type = "email"
42- class = "form-control"
42+ className = "form-control"
4343 id = "email"
4444 placeholder = "Enter your email"
4545 />
4646 </ div >
47- < div class = "mb-3" >
48- < label for = "message" class = "form-label" > Message</ label >
47+ < div className = "mb-3" >
48+ < label htmlFor = "message" className = "form-label" > Message</ label >
4949 < textarea
50- class = "form-control"
50+ className = "form-control"
5151 id = "message"
5252 rows = "4"
5353 placeholder = "Type your message"
5454 > </ textarea >
5555 </ div >
56- < button type = "submit" class = "btn btn-primary" > Send Message</ button >
56+ < button type = "submit" className = "btn btn-primary" > Send Message</ button >
5757 </ form >
5858 </ div >
5959 </ div >
0 commit comments