From 5742193f915a278f44c3a8f9de8d95a87c03ade6 Mon Sep 17 00:00:00 2001 From: kusowl Date: Thu, 8 Jan 2026 11:32:32 +0530 Subject: [PATCH] feat(landing page): add get in touch section --- .../views/components/get-in-touch.blade.php | 44 +++++++++++++++++++ resources/views/home.blade.php | 1 + 2 files changed, 45 insertions(+) create mode 100644 resources/views/components/get-in-touch.blade.php diff --git a/resources/views/components/get-in-touch.blade.php b/resources/views/components/get-in-touch.blade.php new file mode 100644 index 0000000..ed71aa8 --- /dev/null +++ b/resources/views/components/get-in-touch.blade.php @@ -0,0 +1,44 @@ +
+

How It Works

+ +

+ Have questions? We'd love it hear from you. Send us a message and we'll respond
+ as soon as possible. +

+ +
+ + +
+ +
+ +

Brokers Post Deals

+ +

Verified brokers share exclusive deals, services and recommendations on + the platform.

+
+ + +
+ +
+ +

Users Explores and Interact

+ +

Browse, search, like and save deals. Click through to learn more and + contact brokers directly.

+
+ + +
+ +
+ +

Best Content Trends

+ +

The most engaging deals automatically rise to the top, helping you + discover the best opportunities.

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