diff --git a/resources/views/components/button.blade.php b/resources/views/components/button.blade.php
new file mode 100644
index 0000000..5e84e25
--- /dev/null
+++ b/resources/views/components/button.blade.php
@@ -0,0 +1,11 @@
+@props(['variant' => ''])
+@php
+$variants = [
+ 'neutral' => 'bg-primary-600 text-white'
+];
+
+$variantClass = $variants[$variant] ?? '';
+@endphp
+
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..89459df
--- /dev/null
+++ b/resources/views/components/get-in-touch.blade.php
@@ -0,0 +1,65 @@
+
+ Have questions? We'd love it hear from you. Send us a message and we'll respond
+ Reach out to us through any of these channels. We're here to help support@dealhub.com +1 (555) 123-4567
+ 124, Business St, Suite 700 Get In Touch
+
+ as soon as possible.
+ Contact Information
+
+ you make the most of the DealHub.
+ Email
+ Phone
+ Email
+
+ San Francisco, CA 907612
+