-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirm.html
228 lines (205 loc) · 11.7 KB
/
firm.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!--
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>About Prime Nevada | Business Acquisition & Transformation Firm</title>
<meta name="description" content="Prime Nevada acquires and transforms businesses through technology, operational efficiency, and innovative marketing. With $3M+ in acquisitions and 30+ years of experience, we drive sustainable growth across Nevada.">
<meta name="keywords" content="business acquisition firm, business transformation, operational efficiency, AI automation, Nevada business growth, technology integration, strategic advisory, business optimization">
<meta name="author" content="Prime Nevada">
<link rel="canonical" href="https://primenevada.com/firm">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primenevada.com/firm">
<meta property="og:title" content="About Prime Nevada | Business Acquisition & Transformation Firm">
<meta property="og:description" content="Transforming businesses through technology and strategic execution. $3M+ in acquisitions, 5 businesses transformed, and 30+ years of combined experience in creating profitable, scalable companies across Nevada.">
<meta property="og:image" content="images/firm-hero.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://primenevada.com/firm">
<meta name="twitter:title" content="About Prime Nevada | Business Acquisition & Transformation Firm">
<meta name="twitter:description" content="Transforming businesses through technology and strategic execution. $3M+ in acquisitions, 5 businesses transformed, and 30+ years of combined experience in creating profitable, scalable companies across Nevada.">
<meta name="twitter:image" content="images/firm-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": "WebPage",
"@id": "https://primenevada.com/firm",
"url": "https://primenevada.com/firm",
"name": "About Prime Nevada | Business Acquisition & Transformation Firm",
"description": "Prime Nevada acquires and transforms businesses through technology, operational efficiency, and innovative marketing. With $3M+ in acquisitions and 30+ years of experience, we drive sustainable growth across Nevada."
},
{
"@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" aria-labelledby="hero-title">
<img src="images/firm-hero.jpg" alt="Prime Nevada headquarters" class="hero-background" loading="eager" decoding="async">
<div class="hero-content">
<h1>Pioneering Nevada's Future</h1>
<p>Prime Nevada is more than an investment firm—we acquire and transform businesses to drive sustainable growth. Through strategic technology, operational efficiency, and innovative marketing, we elevate businesses to their full potential.</p>
</div>
</section>
<section class="feature-section">
<div class="feature-content">
<h2>Our Story</h2>
<p>Prime Nevada was founded with a singular mission: to acquire, optimize, and scale businesses through technology, marketing, and operational excellence. We bring together deep regional expertise, strategic capital, and hands-on operational improvements to create long-term value.</p>
<a href="/contact#contact" class="button">Invest with Us</a>
</div>
<div class="feature-image">
<img src="images/firm-story.jpg" alt="Prime Nevada founding team" loading="lazy" decoding="async">
</div>
</section>
<section class="stats-section" aria-label="Key Statistics">
<div class="stats-grid">
<div class="stat-item">
<h3>$3M+</h3>
<p>in Business Acquisitions & Investments</p>
</div>
<div class="stat-item">
<h3>5</h3>
<p>Businesses Transformed & Scaled</p>
</div>
<div class="stat-item">
<h3>30+</h3>
<p>Years of Combined Experience</p>
</div>
</div>
</section>
<section class="portfolio-grid">
<div class="portfolio-item">
<img src="images/team-1.jpg" alt="Investment Team" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Acquisition & Growth Team</h3>
<p>Experts in business acquisitions, growth strategies, and value creation through technology, marketing, and operational efficiencies.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/team-2.jpg" alt="Operations Team" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Business Optimization Team</h3>
<p>Specialists in streamlining operations, reducing costs, and enhancing profitability through AI-driven efficiencies and modern business practices.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/team-3.jpg" alt="Technology Team" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Technology & Innovation Team</h3>
<p>Experts in AI, automation, and digital transformation, implementing cutting-edge solutions to scale and modernize businesses.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/team-4.jpg" alt="Advisory Board" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Strategic Advisory Board</h3>
<p>Leaders in business, technology, and finance offering high-level guidance and access to key networks that accelerate business growth.</p>
</div>
</div>
</section>
<section class="feature-section">
<div class="feature-content">
<h2>Our Values</h2>
<p>At Prime Nevada, we believe in acquiring and transforming businesses with a focus on long-term impact. Our values guide every decision:</p>
<ul>
<li><strong>Innovation:</strong> Leveraging technology and modern strategies to scale businesses.</li>
<li><strong>Integrity:</strong> Transparent, fair partnerships in every acquisition.</li>
<li><strong>Impact:</strong> Maximizing business value for investors, employees, and the Nevada economy.</li>
</ul>
</div>
<div class="feature-image">
<img src="images/firm-values.jpg" alt="Team collaboration" loading="lazy" decoding="async">
</div>
</section>
<section class="stats-section">
<div class="stats-grid">
<div class="stat-item">
<h3>Vision</h3>
<p>Creating Profitable, Scalable Businesses Across Nevada</p>
</div>
<div class="stat-item">
<h3>Mission</h3>
<p>Acquiring & Elevating Companies for Growth & Profitability</p>
</div>
<div class="stat-item">
<h3>Impact</h3>
<p>Driving Business Success Through Technology & Strategic Execution</p>
</div>
</div>
</section>
</main>
<prime-footer></prime-footer>
</body>
</html>