From 537f2a67d017daef3a85e9f3842415f0e78eb920 Mon Sep 17 00:00:00 2001 From: kusowl Date: Thu, 8 Jan 2026 11:35:14 +0530 Subject: [PATCH] feat(landing page): add content in why deal hub section --- resources/views/components/card-number.blade.php | 5 +++++ resources/views/components/card.blade.php | 2 +- resources/views/components/hero.blade.php | 4 ++-- ...get-in-touch.blade.php => how-it-works.blade.php} | 12 +++++++----- resources/views/components/why-dealhub.blade.php | 10 +++++----- resources/views/home.blade.php | 2 +- 6 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 resources/views/components/card-number.blade.php rename resources/views/components/{get-in-touch.blade.php => how-it-works.blade.php} (82%) diff --git a/resources/views/components/card-number.blade.php b/resources/views/components/card-number.blade.php new file mode 100644 index 0000000..978b0b2 --- /dev/null +++ b/resources/views/components/card-number.blade.php @@ -0,0 +1,5 @@ +@props(['text' => '']) +
+

{{$text}}

+
diff --git a/resources/views/components/card.blade.php b/resources/views/components/card.blade.php index c8824eb..4fa607f 100644 --- a/resources/views/components/card.blade.php +++ b/resources/views/components/card.blade.php @@ -1,3 +1,3 @@ -
+
merge(['class' => 'card flex flex-col space-y-4 shadow-xl p-8 bg-white rounded-xl'])}}> {{$slot}}
diff --git a/resources/views/components/hero.blade.php b/resources/views/components/hero.blade.php index ddb47b9..768b0c4 100644 --- a/resources/views/components/hero.blade.php +++ b/resources/views/components/hero.blade.php @@ -30,13 +30,13 @@
-
+

10K+

Active Deals

-
+

500+

Verified Brokers

diff --git a/resources/views/components/get-in-touch.blade.php b/resources/views/components/how-it-works.blade.php similarity index 82% rename from resources/views/components/get-in-touch.blade.php rename to resources/views/components/how-it-works.blade.php index ed71aa8..3452bf5 100644 --- a/resources/views/components/get-in-touch.blade.php +++ b/resources/views/components/how-it-works.blade.php @@ -2,13 +2,13 @@

How It Works

- Have questions? We'd love it hear from you. Send us a message and we'll respond
- as soon as possible. + A simple, three step process to connect buyers with trusted sellers and service
providers

- + +
@@ -19,7 +19,8 @@ the platform.

- + +
@@ -30,7 +31,8 @@ contact brokers directly.

- + +
diff --git a/resources/views/components/why-dealhub.blade.php b/resources/views/components/why-dealhub.blade.php index 780f2a4..323504b 100644 --- a/resources/views/components/why-dealhub.blade.php +++ b/resources/views/components/why-dealhub.blade.php @@ -11,23 +11,23 @@

Verified Brokers

-

All brokers are verified and vetted to ensure trustworthy recommendations and deals

+

All brokers are verified and vetted to ensure trustworthy recommendations and deals.

-

Verified Brokers

-

All brokers are verified and vetted to ensure trustworthy recommendations and deals

+

Trending Recommendations

+

Discover what's hot and trending based on real user interactions and feedback.

-

Verified Brokers

-

All brokers are verified and vetted to ensure trustworthy recommendations and deals

+

Smart discovery

+

Find exactly what you need with our intelligent search and category filtering.

diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 4eef0ad..179cbea 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -2,5 +2,5 @@ - +