diff --git a/bizmatch/src/app/pages/home/home.component.html b/bizmatch/src/app/pages/home/home.component.html index 28b66ac..f5eac54 100644 --- a/bizmatch/src/app/pages/home/home.component.html +++ b/bizmatch/src/app/pages/home/home.component.html @@ -17,11 +17,11 @@

Find businesses for sale

-

Arcu cursus euismod quis viverra nibh cras. Amet justo donec enim diam vulputate ut.

+

Unlocking Exclusive Opportunities, Empowering Entrepreneurial Dreams

@@ -59,7 +59,7 @@ pRipple label="Create Your Listing" class="block mt-7 mb-7 lg:mb-0 p-button-rounded p-button-success p-button-lg font-medium" - [routerLink]="userService.isLoggedIn() ? '/createListing' : '/pricing'" + [routerLink]="userService.isLoggedIn() ? '/createBusinessListing' : '/pricing'" >
diff --git a/bizmatch/src/app/pages/home/home.component.scss b/bizmatch/src/app/pages/home/home.component.scss index 3356146..ce1afa1 100644 --- a/bizmatch/src/app/pages/home/home.component.scss +++ b/bizmatch/src/app/pages/home/home.component.scss @@ -1,17 +1,18 @@ :host { - height: 100% + height: 100%; } .container { - background-image: url(../../../assets/images/index-bg.webp); - //background-image: url(../../../assets/images/corpusChristiSkyline.jpg); + //background-image: url(../../../assets/images/index-bg.webp); + // background-image: url(../../../assets/images/1_Version.jpg); + background-image: url(../../../assets/images/2_1_Version.jpg); background-size: cover; background-position: center; height: 100vh; } -.combo_lp{ +.combo_lp { width: 200px; } -.p-button-white{ - color:aliceblue -} \ No newline at end of file +.p-button-white { + color: aliceblue; +} diff --git a/bizmatch/src/app/pages/home/home.component.ts b/bizmatch/src/app/pages/home/home.component.ts index 04b8cf7..80604cd 100644 --- a/bizmatch/src/app/pages/home/home.component.ts +++ b/bizmatch/src/app/pages/home/home.component.ts @@ -13,7 +13,7 @@ import { User } from '../../../../../bizmatch-server/src/models/db.model'; import { ListingCriteria } from '../../../../../bizmatch-server/src/models/main.model'; import { SelectOptionsService } from '../../services/select-options.service'; import { UserService } from '../../services/user.service'; -import { getCriteriaStateObject, getSessionStorageHandler } from '../../utils/utils'; +import { getCriteriaStateObject, getSessionStorageHandler, resetCriteria } from '../../utils/utils'; @Component({ selector: 'app-home', standalone: true, @@ -30,6 +30,7 @@ export class HomeComponent { user$: Observable; public constructor(private router: Router, private activatedRoute: ActivatedRoute, public selectOptions: SelectOptionsService, public userService: UserService) { this.criteria = onChange(getCriteriaStateObject(), getSessionStorageHandler); + resetCriteria(this.criteria); } ngOnInit() { this.user$ = this.userService.getUserObservable(); diff --git a/bizmatch/src/app/pages/pricing/pricing.component.html b/bizmatch/src/app/pages/pricing/pricing.component.html index d1ffc33..455919f 100644 --- a/bizmatch/src/app/pages/pricing/pricing.component.html +++ b/bizmatch/src/app/pages/pricing/pricing.component.html @@ -1,85 +1,92 @@
-
-
- Image -
-
-
-
Pricing
-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Velitnumquam eligendi quos.
-
-
-
    -
  • - - Arcu vitae elementum -
  • -
  • - - Dui faucibus in ornare -
  • -
  • - - Morbi tincidunt augue -
  • -
-
-
-
    -
  • - - Duis ultricies lacus sed -
  • -
  • - - Imperdiet proin -
  • -
  • - - Nisi scelerisque -
  • -
-
-
-
-
-
-
Free Forever
-
Free
- -

Lorem ipsum dolor sit, amet consectetur adipisicing elit.

-
-
-
-
-
Monthly
-
- $29 - per month -
- -

Nec ultrices dui sapien eget. Amet nulla facilisi morbi tempus.

-
-
-
-
-
-
Yearly
- 🎉 Save 20% -
-
- $275 - per year -
- -

Placerat in egestas erat imperdiet sed euismod nisi porta.

-
-
-
+
+
+ Image +
+
+
+
Pricing
+
+ With the "Forever Free" package, you can get started right away. If you need more support or a larger data volume, you can upgrade to the "Monthly" or "Yearly" package at any time.
- +
+
+
    +
  • + + Flexible pricing +
  • +
  • + + Upgradeable plans +
  • +
+
+
+
    +
  • + + Customizable options +
  • +
  • + + Monthly/Yearly package +
  • + +
+
+
+
+
+
Free Forever
+
Free
+ +

Lorem ipsum dolor sit, amet consectetur adipisicing elit.

+
+
+
+
+
Monthly
+
+ $29 + per month +
+ +

Nec ultrices dui sapien eget. Amet nulla facilisi morbi tempus.

+
+
+
+
+
+
Yearly
+ 🎉 Save 20% +
+
+ $275 + per year +
+ +

Placerat in egestas erat imperdiet sed euismod nisi porta.

+
+
+
+
+
diff --git a/bizmatch/src/app/pages/subscription/account/account.component.html b/bizmatch/src/app/pages/subscription/account/account.component.html index 6fcc228..0ab3818 100644 --- a/bizmatch/src/app/pages/subscription/account/account.component.html +++ b/bizmatch/src/app/pages/subscription/account/account.component.html @@ -11,7 +11,7 @@
-

You can only modify your email by contacting us at emailchange@bizmatch.net

+

You can only modify your email by contacting us at support@bizmatch.net

diff --git a/bizmatch/src/app/utils/utils.ts b/bizmatch/src/app/utils/utils.ts index 5683d0e..00d98ee 100644 --- a/bizmatch/src/app/utils/utils.ts +++ b/bizmatch/src/app/utils/utils.ts @@ -54,3 +54,13 @@ export function routeListingWithState(router: Router, value: string, data: any) router.navigate(['createCommercialPropertyListing'], { state: { data } }); } } +export function resetCriteria(criteria: ListingCriteria) { + criteria.type = null; + criteria.state = null; + criteria.minPrice = null; + criteria.maxPrice = null; + criteria.start = null; + criteria.length = null; + criteria.realEstateChecked = null; + criteria.title = null; +} diff --git a/bizmatch/src/assets/images/1_Version.jpg b/bizmatch/src/assets/images/1_Version.jpg new file mode 100644 index 0000000..8e3a3e9 Binary files /dev/null and b/bizmatch/src/assets/images/1_Version.jpg differ diff --git a/bizmatch/src/assets/images/2_1_Version.jpg b/bizmatch/src/assets/images/2_1_Version.jpg new file mode 100644 index 0000000..c70083d Binary files /dev/null and b/bizmatch/src/assets/images/2_1_Version.jpg differ diff --git a/bizmatch/src/assets/images/2_Version.jpg b/bizmatch/src/assets/images/2_Version.jpg new file mode 100644 index 0000000..08605bc Binary files /dev/null and b/bizmatch/src/assets/images/2_Version.jpg differ