diff --git a/bizmatch/src/app/pages/home/home.component.html b/bizmatch/src/app/pages/home/home.component.html index 1b40a98..b4c3d48 100644 --- a/bizmatch/src/app/pages/home/home.component.html +++ b/bizmatch/src/app/pages/home/home.component.html @@ -41,10 +41,20 @@
- -

Find businesses for sale.

- -

Unlocking Exclusive Opportunities - Empowering Entrepreneurial Dreams

+ +
+ + + + + + +
+

Find businesses for sale

+ +

Unlocking Exclusive Opportunities - Empowering Entrepreneurial Dreams

+
+
@if(!aiSearch){ diff --git a/bizmatch/src/app/pages/home/home.component.scss b/bizmatch/src/app/pages/home/home.component.scss index 8dc75a8..739e91e 100644 --- a/bizmatch/src/app/pages/home/home.component.scss +++ b/bizmatch/src/app/pages/home/home.component.scss @@ -1,5 +1,5 @@ .bg-cover-custom { - background-image: url('/assets/images/index-bg.webp'); + background-image: url('/assets/images/flags_bg.avif'); background-size: cover; background-position: center; border-radius: 20px; diff --git a/bizmatch/src/assets/images/flags_bg.avif b/bizmatch/src/assets/images/flags_bg.avif new file mode 100644 index 0000000..9cf0b67 Binary files /dev/null and b/bizmatch/src/assets/images/flags_bg.avif differ