Header and footer removed for new contact page
This commit is contained in:
parent
0157ab5b9d
commit
de8227a351
@ -228,7 +228,7 @@ export default function ContactClient() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="col-lg-4 col-md-12 col-sm-12 image-column">
|
<div className="col-lg-4 col-md-12 col-sm-12 image-column re-desprict">
|
||||||
<figure className="image-box">
|
<figure className="image-box">
|
||||||
<img src="/assets/images/contact/appointment.webp" alt="Physiotherapy at Rapharehab" />
|
<img src="/assets/images/contact/appointment.webp" alt="Physiotherapy at Rapharehab" />
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
@ -15,13 +15,15 @@ export const metadata = {
|
|||||||
|
|
||||||
export default function Appointment() {
|
export default function Appointment() {
|
||||||
return (
|
return (
|
||||||
<Layout
|
// <Layout
|
||||||
headerStyle={1}
|
// headerStyle={1}
|
||||||
footerStyle={1}
|
// footerStyle={1}
|
||||||
breadcrumbTitle="Appointment Booking"
|
// breadcrumbTitle="Appointment Booking"
|
||||||
bannerImage="/assets/images/contact/appointment-banner.webp"
|
// bannerImage="/assets/images/contact/appointment-banner.webp"
|
||||||
>
|
// >
|
||||||
|
<>
|
||||||
<ContactClient />
|
<ContactClient />
|
||||||
</Layout>
|
</>
|
||||||
|
// </Layout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -3871,6 +3871,16 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) and (min-width: 200px) {
|
||||||
|
|
||||||
|
.re-desprict {
|
||||||
|
|
||||||
|
display: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 426px) and (min-width : 200px) {
|
@media only screen and (max-width: 426px) and (min-width : 200px) {
|
||||||
|
|
||||||
.list-style-one li {
|
.list-style-one li {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user