Header and footer removed for new contact page

This commit is contained in:
akash 2025-10-17 21:44:44 +05:30
parent 0157ab5b9d
commit de8227a351
3 changed files with 32 additions and 20 deletions

View File

@ -228,7 +228,7 @@ export default function ContactClient() {
</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">
<img src="/assets/images/contact/appointment.webp" alt="Physiotherapy at Rapharehab" />
</figure>

View File

@ -15,13 +15,15 @@ export const metadata = {
export default function Appointment() {
return (
<Layout
headerStyle={1}
footerStyle={1}
breadcrumbTitle="Appointment Booking"
bannerImage="/assets/images/contact/appointment-banner.webp"
>
// <Layout
// headerStyle={1}
// footerStyle={1}
// breadcrumbTitle="Appointment Booking"
// bannerImage="/assets/images/contact/appointment-banner.webp"
// >
<>
<ContactClient />
</Layout>
</>
// </Layout>
);
}

View File

@ -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) {
.list-style-one li {