-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhat-we-do.html
241 lines (215 loc) · 12.7 KB
/
what-we-do.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
229
230
231
232
233
234
235
236
237
238
239
240
241
<!--
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>Business Acquisition & Transformation | Prime Nevada</title>
<meta name="description" content="Prime Nevada acquires and transforms businesses through AI-driven efficiencies, technology integration, and strategic marketing innovation. We specialize in $500K-2M acquisitions with 200% targeted growth.">
<meta name="keywords" content="business acquisition, business transformation, AI automation, operational efficiency, Nevada investments, technology integration, strategic marketing, business growth">
<meta name="author" content="Prime Nevada">
<link rel="canonical" href="https://primenevada.com/what-we-do">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primenevada.com/what-we-do">
<meta property="og:title" content="Business Acquisition & Transformation | Prime Nevada">
<meta property="og:description" content="Prime Nevada acquires and transforms $500K-2M businesses through AI integration, operational optimization, and strategic marketing for 200% targeted growth.">
<meta property="og:image" content="images/what-we-do-hero.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://primenevada.com/what-we-do">
<meta name="twitter:title" content="Business Acquisition & Transformation | Prime Nevada">
<meta name="twitter:description" content="Prime Nevada acquires and transforms $500K-2M businesses through AI integration, operational optimization, and strategic marketing for 200% targeted growth.">
<meta name="twitter:image" content="images/what-we-do-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/what-we-do",
"url": "https://primenevada.com/what-we-do",
"name": "Business Acquisition & Transformation | Prime Nevada",
"description": "Prime Nevada acquires and transforms businesses through AI-driven efficiencies, technology integration, and strategic marketing innovation. We specialize in $500K-2M acquisitions with 200% targeted growth."
},
{
"@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/what-we-do-hero.jpg" alt="Prime Nevada investment portfolio" class="hero-background" loading="eager" decoding="async">
<div class="hero-content">
<h1>Acquiring and Transforming Businesses for Growth</h1>
<p>Prime Nevada is a modern holding company focused on acquiring businesses and unlocking their full potential. Through strategic investment, technology-driven efficiencies, and marketing innovation, we transform companies for long-term profitability and growth.</p>
<a href="/contact#contact" class="button">Invest with Us</a>
</div>
</section>
<section class="feature-section">
<div class="feature-content">
<h2>How We Build Value</h2>
<p>Prime Nevada specializes in acquiring businesses, enhancing their operations with technology, and scaling them for increased profitability. We don’t just invest—we take an active role in optimizing and growing each company we acquire, leveraging AI-driven efficiencies, marketing expertise, and strategic business transformations.</p>
</div>
<div class="feature-image">
<img src="images/investment-approach.jpg" alt="Investment strategy meeting" loading="lazy" decoding="async">
</div>
</section>
<section class="portfolio-grid">
<div class="portfolio-item">
<img src="images/stage-early.jpg" alt="Early Stage" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Acquisitions & Business Transformations</h3>
<p>We acquire businesses with untapped potential, implementing AI, automation, and strategic marketing to streamline operations, drive revenue, and create long-term value.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/stage-growth.jpg" alt="Growth Stage" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Technology & Operational Efficiency</h3>
<p>By leveraging advanced technology, automation, and operational efficiencies, we reduce costs and optimize business performance to maximize value and profitability.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/stage-real-estate.jpg" alt="Real Estate" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Real Estate & Physical Asset Growth</h3>
<p>We acquire and develop real estate properties, optimizing them for modern business operations and long-term value creation.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/stage-special.jpg" alt="Special Situations" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Targeted Business Investments</h3>
<p>We seek high-potential businesses where strategic improvements in technology, marketing, and operations can unlock significant value.</p>
</div>
</div>
</section>
<section class="stats-section">
<div class="stats-grid">
<div class="stat-item">
<h3>$500K-2M</h3>
<p>Business Acquisition Value</p>
</div>
<div class="stat-item">
<h3>2-5 Years</h3>
<p>Transformation Turnaround</p>
</div>
<div class="stat-item">
<h3>200%</h3>
<p>Targeted Business Growth</p>
</div>
</div>
</section>
<section class="feature-section">
<div class="feature-content">
<h2>How We Grow Businesses</h2>
<p>We go beyond investment—we actively transform businesses by integrating AI, optimizing operations, and executing innovative marketing strategies to accelerate growth and profitability.</p>
<a href="/contact#contact" class="button">Sell Your Business</a>
</div>
<div class="feature-image">
<img src="images/value-add.jpg" alt="Value addition" loading="lazy" decoding="async">
</div>
</section>
<section class="portfolio-grid">
<div class="portfolio-item">
<img src="images/value-1.jpg" alt="Strategic Planning" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Business Strategy & Market Positioning</h3>
<p>We refine business models, reposition brands, and optimize go-to-market strategies to increase competitiveness and scalability.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/value-2.jpg" alt="Operational Support" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>AI-Driven Efficiency & Process Optimization</h3>
<p>We implement AI-powered automation and process improvements to streamline daily operations, reduce costs, and enhance efficiency.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/value-3.jpg" alt="Network Access" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Access to Prime Nevada’s Business Network</h3>
<p>We connect businesses with key industry leaders, partners, and investors to accelerate growth and market expansion.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/value-4.jpg" alt="Resource Access" loading="lazy" decoding="async">
<div class="portfolio-content">
<h3>Technology & Talent Resources</h3>
<p>We provide businesses with the technology tools, skilled talent, and strategic resources they need to scale effectively.</p>
</div>
</div>
</section>
</main>
<prime-footer></prime-footer>
</body>
</html>