This commit is contained in:
2026-05-28 11:14:45 -05:00
parent 097f911889
commit 0e6b54b9e4
2 changed files with 22 additions and 16 deletions

View File

@@ -106,14 +106,7 @@
[leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div> [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div>
</div> </div>
</div> </div>
<!-- Disclaimer: immer sichtbar, unabhängig von der Map -->
<p class="mt-4 text-sm text-neutral-500 leading-relaxed w-full">
The information on this listing has been provided by either the seller or a business broker
representing the seller. BizMatch, Inc. has no interest or stake in the sale of this business
and has not verified any of the information and assumes no responsibility for its accuracy,
veracity, or completeness. See our full
<a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
<!-- Right column --> <!-- Right column -->
<div class="w-full lg:w-1/2 mt-6 lg:mt-0 print:hidden"> <div class="w-full lg:w-1/2 mt-6 lg:mt-0 print:hidden">
<h2 class="md:mt-8 mb-4 text-xl font-bold">Contact the Author of this Listing</h2> <h2 class="md:mt-8 mb-4 text-xl font-bold">Contact the Author of this Listing</h2>
@@ -142,6 +135,16 @@
</form> </form>
</div> </div>
</div> </div>
<!-- Disclaimer: volle Breite, unterhalb beider Spalten -->
<div class="px-6 pb-6">
<p class="text-sm text-neutral-500 leading-relaxed border-t border-neutral-200 pt-4">
The information on this listing has been provided by either the seller or a business broker representing the
seller. BizMatch, Inc. has no interest or stake in the sale of this business and has not verified any of the
information and assumes no responsibility for its accuracy, veracity, or completeness. See our full
<a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
</div>
} }
</div> </div>

View File

@@ -107,14 +107,7 @@
[leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div> [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div>
</div> </div>
</div> </div>
<!-- Disclaimer: immer sichtbar, unabhängig von der Map -->
<p class="mt-4 text-sm text-neutral-500 leading-relaxed w-full">
The information on this listing has been provided by either the seller or a business broker
representing the seller. BizMatch, Inc. has no interest or stake in the sale of this business
and has not verified any of the information and assumes no responsibility for its accuracy,
veracity, or completeness. See our full
<a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
<div class="w-full lg:w-1/2 mt-6 lg:mt-0"> <div class="w-full lg:w-1/2 mt-6 lg:mt-0">
@if(this.images.length>0){ @if(this.images.length>0){
<div class="block print:hidden"> <div class="block print:hidden">
@@ -155,6 +148,16 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Disclaimer: volle Breite, unterhalb beider Spalten -->
<div class="pt-6">
<p class="text-sm text-neutral-500 leading-relaxed border-t border-neutral-200 pt-4">
The information on this listing has been provided by either the seller or a business broker representing the
seller. BizMatch, Inc. has no interest or stake in the sale of this business and has not verified any of the
information and assumes no responsibility for its accuracy, veracity, or completeness. See our full
<a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
</div>
</div> </div>
} }
</div> </div>