Skip to content

Commit

Permalink
Update Appointment.jsx
Browse files Browse the repository at this point in the history
Signed-off-by: Spyke Lionel <[email protected]>
  • Loading branch information
spykelionel authored Aug 15, 2024
1 parent a44d36a commit 48d3caf
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/pages/appointment/Appointment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,15 @@ import Header from '../../components/layout/Header'
import Footer from '../../components/layout/Footer'
import Hero1 from '../../components/layout/Hero1'



const Appointment = () => {
return (
<div>
<Header/>


<Hero1

title ="Appointments"
text="Home"
span ="Appointments"

/>


span ="Appointments"
/>
<AppointmentSection
text =" Apply Get a Consultation"
info="Information"
Expand All @@ -29,10 +21,8 @@ const Appointment = () => {
number ="Phone number"
date ="Date"
department = "Department"
Email="Email Address"


/>
Email="Email Address"
/>
<Footer/>

</div>
Expand Down

0 comments on commit 48d3caf

Please sign in to comment.