refactor(docker): update Dockerfile for Next.js 15 and enhance build stages
This commit is contained in:
@@ -13,7 +13,6 @@ import states from "@/data/state.json";
|
||||
import cities from "@/data/city.json";
|
||||
import { isRootCity } from "@/lib/rootCity";
|
||||
import { resolveCityDisplayName } from "@/lib/domainHelpers";
|
||||
import { buildClinicsIntro } from "@/lib/listingIntro";
|
||||
|
||||
function ClinicsPage({ clinics, matchedCity, matchedState }) {
|
||||
const searchParams = useSearchParams();
|
||||
@@ -50,11 +49,6 @@ function ClinicsPage({ clinics, matchedCity, matchedState }) {
|
||||
setFilteredClinics={setFilteredClinics}
|
||||
/>
|
||||
</HeadPageList>
|
||||
<div className="padding-responsive pt-[24px]">
|
||||
<p className="text-[#525252] text-[14px] md:text-[16px] font-normal leading-8 text-justify">
|
||||
{buildClinicsIntro(resolveCityDisplayName(matchedCity))}
|
||||
</p>
|
||||
</div>
|
||||
<List
|
||||
limit={12}
|
||||
page={page}
|
||||
|
||||
Reference in New Issue
Block a user