-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
206 lines (180 loc) · 10.3 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!--
Copyright (c) 2024-present, Prime Nevada
All rights reserved.
This source code is licensed under the BSD 4-Clause license found in the
LICENSE.md file in the root directory of this source tree.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="manifest" href="manifest.json">
<!-- Performance Optimizations -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- Resource Hints -->
<link rel="preload" href="styles/main.css" as="style" crossorigin="anonymous">
<link rel="preload" href="components/navigation/navigation.js" as="script" crossorigin="anonymous">
<link rel="preload" href="components/footer/footer.js" as="script" crossorigin="anonymous">
<link rel="preload" href="js/main.js" as="script" crossorigin="anonymous">
<!-- SEO Meta Tags -->
<title>Contact Prime Nevada | Investment Inquiries</title>
<meta name="description" content="Connect with Prime Nevada to explore partnership opportunities and discover how we can innovate together in shaping Nevada's future.">
<meta name="keywords" content="contact Prime Nevada, investment inquiries, Nevada investment contact, Las Vegas investment firm contact">
<meta name="author" content="Prime Nevada">
<link rel="canonical" href="https://primenevada.com/contact">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primenevada.com/contact">
<meta property="og:title" content="Contact Prime Nevada - Let's Build Together">
<meta property="og:description" content="Connect with us to explore partnership opportunities and discover how we can innovate together in shaping Nevada's future.">
<meta property="og:image" content="images/contact-hero.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://primenevada.com/contact">
<meta name="twitter:title" content="Contact Prime Nevada - Let's Build Together">
<meta name="twitter:description" content="Connect with us to explore partnership opportunities and discover how we can innovate together in shaping Nevada's future.">
<meta name="twitter:image" content="images/contact-hero.jpg">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=League+Spartan:wght@500;600;700&family=Playfair+Display:wght@500;600;700&display=swap&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="styles/main.css" media="print" onload="this.media='all'" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="styles/main.css" crossorigin="anonymous"></noscript>
<!-- Components -->
<script type="module" src="components/navigation/navigation.js" defer></script>
<script type="module" src="components/footer/footer.js" defer></script>
<script type="module" src="js/main.js" defer></script>
<!-- Google Analytics -->
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2W7TN3797D" crossorigin="anonymous"></script>
<script src="js/analytics.js" defer crossorigin="anonymous"></script>
<!-- Cookie Consent -->
<script src="js/cookie-consent.js" defer crossorigin="anonymous"></script>
<!-- Schema Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ContactPage",
"@id": "https://primenevada.com/contact",
"url": "https://primenevada.com/contact",
"name": "Invest in Prime Nevada",
"description": "Prime Nevada is actively acquiring businesses and partnering with investors to scale companies for long-term success. Whether you're looking to sell your business or invest in our portfolio, let's connect."
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://primenevada.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "The Firm",
"item": "https://primenevada.com/firm"
},
{
"@type": "ListItem",
"position": 3,
"name": "What We Do",
"item": "https://primenevada.com/what-we-do"
},
{
"@type": "ListItem",
"position": 4,
"name": "Contact",
"item": "https://primenevada.com/contact"
}
]
}
]
}
</script>
</head>
<body>
<header>
<prime-navigation></prime-navigation>
</header>
<main>
<section class="hero">
<img src="images/contact-hero.jpg" alt="Prime Nevada office" class="hero-background" loading="lazy" decoding="async">
<div class="hero-content">
<h1>Invest in Prime Nevada</h1>
<p>Prime Nevada is actively acquiring businesses and partnering with investors to scale companies for long-term success. Whether you’re looking to sell your business or invest in our portfolio, let’s connect.</p>
</div>
</section>
<section class="feature-section" id="contact">
<div class="feature-content">
<h2>Let's Build Something Great</h2>
<p>We specialize in acquiring, transforming, and growing businesses through technology, marketing, and operational efficiencies. Let’s work together:</p>
<ul>
<li><strong>Selling a Business?</strong> We acquire companies with strong potential and scale them for profitability.</li>
<li><strong>Investing with Us?</strong> Partner with Prime Nevada to back high-growth businesses and maximize returns.</li>
<li><strong>General Inquiry?</strong> Let’s discuss how we can collaborate.</li>
</ul>
</div>
<div class="feature-image">
<img src="images/contact-office.png" alt="Prime Nevada office space" loading="lazy" decoding="async">
</div>
</section>
<section class="section">
<div class="contact-form">
<form id="contactForm" action="https://formsubmit.co/alan@primenevada.com" method="POST">
<!-- FormSubmit Configuration -->
<input type="hidden" name="_subject" value="New Contact Form Submission - Prime Nevada">
<input type="hidden" name="_template" value="box">
<input type="hidden" name="_next" value="https://primenevada.com/thank-you">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_autoresponse" value="Thank you for contacting Prime Nevada. We have received your message and will get back to you soon.">
<input type="hidden" name="_dkim" value="true">
<input type="hidden" name="_spam.threshold" value="5">
<!-- Honeypot -->
<input type="text" name="_honey" style="display: none;">
<!-- Additional spam prevention -->
<input type="checkbox" name="_blank" style="display: none;">
<div class="form-group">
<input type="text" id="name" name="name" placeholder="Name" required pattern="[A-Za-z\s]{2,}" title="Please enter a valid name (minimum 2 characters, letters only)">
</div>
<div class="form-group">
<input type="email" id="email" name="email" placeholder="Email" required>
</div>
<div class="form-group">
<input type="text" id="company" name="company" placeholder="Company (Optional)">
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Message" required minlength="10"></textarea>
</div>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<section class="stats-section">
<div class="stats-grid">
<div class="stat-item">
<h3>Reno, NV</h3>
<p>Headquarters</p>
</div>
<div class="stat-item">
<h3>24 hour</h3>
<p>Response Time</p>
</div>
<div class="stat-item">
<h3>National</h3>
<p>Network</p>
</div>
</div>
</section>
</main>
<prime-footer></prime-footer>
</body>
</html>