From 152304aa7104c4139f97b0a1962a3e45ee677f7b Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Mon, 2 Feb 2026 09:30:26 -0600 Subject: [PATCH] comment app-faq --- .../src/app/pages/home/home.component.html | 111 ++++++++++-------- 1 file changed, 61 insertions(+), 50 deletions(-) diff --git a/bizmatch/src/app/pages/home/home.component.html b/bizmatch/src/app/pages/home/home.component.html index b75ba2e..dcd623b 100644 --- a/bizmatch/src/app/pages/home/home.component.html +++ b/bizmatch/src/app/pages/home/home.component.html @@ -5,10 +5,8 @@ Account } @else { - Log In - Sign - Up + Log In + Sign Up } @@ -40,7 +38,8 @@
+ class="bg-cover-custom pb-12 md:py-20 flex flex-col w-full rounded-xl lg:rounded-2xl md:drop-shadow-custom-md lg:drop-shadow-custom-lg min-h-[calc(100vh_-_20rem)] lg:min-h-[calc(100vh_-_10rem)] max-sm:bg-contain max-sm:bg-bottom max-sm:bg-no-repeat max-sm:min-h-[60vh] max-sm:bg-primary-600" + >
@@ -53,74 +52,79 @@
-

- Buy & Sell Businesses and Commercial Properties

+

Buy & Sell Businesses and Commercial Properties

-

- Find profitable businesses for sale, commercial real estate, and franchise opportunities across the United - States

+

+ Find profitable businesses for sale, commercial real estate, and franchise opportunities across the United States +

-
+
@if(!aiSearch){ -
+ } @if(criteria && !aiSearch){ -
+
+ (ngModelChange)="onRadiusChange($event)" + [ngModel]="criteria.radius" + [ngClass]="{ 'placeholder-selected': !criteria.radius }" + > @for(dist of selectOptions.distances; track dist){ @@ -165,16 +180,12 @@ }
@if( numberOfResults$){ - }@else { - @@ -188,8 +199,8 @@
-
+
- \ No newline at end of file +