-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (239 loc) · 13.8 KB
/
index.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!--
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>Prime Nevada | Acquiring & Transforming Nevada Businesses</title>
<meta name="description" content="Prime Nevada is a modern holding company dedicated to acquiring and transforming businesses across Nevada. We leverage technology, marketing expertise, and operational efficiencies to maximize profitability.">
<meta name="keywords" content="Prime Nevada, holding company, acquire,business acquisition, company transformation, Nevada businesses, operational efficiency, business growth, technology implementation">
<meta name="author" content="Prime Nevada">
<link rel="canonical" href="https://primenevada.com">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primenevada.com/">
<meta property="og:title" content="Prime Nevada - Transforming Nevada's Business Landscape">
<meta property="og:description" content="Prime Nevada acquires and transforms businesses through technology, marketing expertise, and operational efficiencies to drive growth and profitability.">
<meta property="og:image" content="images/hero-bg.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://primenevada.com/">
<meta name="twitter:title" content="Prime Nevada - Transforming Nevada's Business Landscape">
<meta name="twitter:description" content="Prime Nevada acquires and transforms businesses through technology, marketing expertise, and operational efficiencies to drive growth and profitability.">
<meta name="twitter:image" content="images/hero-bg.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&family=League+Spartan:wght@500;600&family=Playfair+Display:wght@500;600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.,!%&%20" rel="stylesheet" media="print" onload="this.media='all'">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=League+Spartan:wght@500;600&family=Playfair+Display:wght@500;600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.,!%&%20" rel="stylesheet">
</noscript>
<!-- 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>
<!-- Service Worker Registration -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/js/service-worker.js')
.then(registration => {
console.log('ServiceWorker registration successful');
})
.catch(err => {
console.log('ServiceWorker registration failed: ', err);
});
});
}
</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": "Organization",
"@id": "https://primenevada.com/#organization",
"name": "Prime Nevada",
"url": "https://primenevada.com",
"description": "Prime Nevada is a modern holding company focused on acquiring and transforming businesses through technology, marketing, and operational efficiencies.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Reno",
"addressRegion": "NV",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-775-453-0575",
"contactType": "business",
"email": "info@primenevada.com"
}
},
{
"@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>
<a href="#main-content" class="skip-link">Skip to main content</a>
<section class="hero" aria-labelledby="hero-title">
<img src="images/hero-bg.jpg"
srcset="images/hero-bg-800.jpg 800w,
images/hero-bg-1200.jpg 1200w,
images/hero-bg-1600.jpg 1600w,
images/hero-bg.jpg 2000w"
sizes="100vw"
alt="Aerial view of Las Vegas skyline at sunset"
class="hero-background"
loading="eager"
decoding="async"
fetchpriority="high">
<div class="hero-content">
<h1 id="hero-title">Investing in Businesses, Enhancing Efficiency, and Driving Profitability</h1>
<p>Prime Nevada is a modern holding company dedicated to acquiring and transforming businesses across Nevada. By leveraging cutting-edge technology, innovative marketing, and streamlined operations, we unlock untapped potential, maximize profitability, and create lasting value.</p>
<a href="/contact#contact" class="button">Partner with Us</a>
</div>
</section>
<section class="feature-section" aria-labelledby="impact-title">
<div class="feature-content">
<h2 id="impact-title">Our Mission: Transforming Businesses for Growth</h2>
<p>We specialize in acquiring businesses with unrealized potential and turning them into thriving enterprises. Our expertise lies in:</p>
<ul>
<li>Integrating technology and AI to streamline operations and reduce costs</li>
<li>Implementing innovative design and marketing strategies to drive growth</li>
<li>Optimizing business processes to create value for stakeholders</li>
</ul>
</div>
<div class="feature-image">
<img src="images/what-we-do.jpg" alt="Diverse team collaborating on innovative projects" loading="lazy" decoding="async">
</div>
</section>
<section class="portfolio-grid" aria-label="Investment Portfolio">
<div class="portfolio-item">
<img src="images/tech-investment.jpg" alt="Technology professionals collaborating in a modern office space" loading="lazy" decoding="async">
<div class="portfolio-content">
<h2>Tech Revolution</h2>
<p>We invest in cutting-edge tech ventures that disrupt the norm and drive industry evolution, empowering bold ideas that challenge the status quo.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/real-estate.jpg" alt="Modern architectural development in Las Vegas" loading="lazy" decoding="async">
<div class="portfolio-content">
<h2>Next-Gen Real Estate</h2>
<p>Our real estate investments focus on avant-garde developments that blend modern design with functionality, creating spaces that inspire and endure.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/hospitality.jpg" alt="Luxury hotel interior showcasing Nevada hospitality" loading="lazy" decoding="async">
<div class="portfolio-content">
<h2>Innovative Hospitality</h2>
<p>We craft unique hospitality experiences that captivate guests, setting new benchmarks for excellence and redefining the art of service.</p>
</div>
</div>
<div class="portfolio-item">
<img src="images/sustainability.jpg" alt="Solar panels and green technology implementation" loading="lazy" decoding="async">
<div class="portfolio-content">
<h2>Sustainable Futures</h2>
<p>Our commitment to sustainability drives us to support eco-friendly innovations and green developments that pave the way for a cleaner, brighter future.</p>
</div>
</div>
</section>
<section class="feature-section" aria-labelledby="impact-title">
<div class="feature-content">
<h2 id="impact-title">Crafting Enduring Impact</h2>
<p>At Prime Nevada, we align with trailblazing founders to build companies that leave a lasting mark. By merging strategic capital with hands-on expertise and an expansive network, we turn visionary ideas into reality.</p>
</div>
<div class="feature-image">
<img src="images/feature-image.jpg" alt="Diverse team collaborating on innovative projects" 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 Investment Valuation</p>
</div>
<div class="stat-item">
<h3>5</h3>
<p>Active Portfolio Ventures</p>
</div>
<div class="stat-item">
<h3>30+</h3>
<p>Years of Transformative Experience</p>
</div>
</div>
</section>
<section class="feature-section" aria-labelledby="nevada-title">
<div class="feature-image">
<img src="images/nevada-landscape.jpg" alt="Panoramic view of Nevada's diverse landscape" loading="lazy" decoding="async">
</div>
<div class="feature-content">
<h2 id="nevada-title">Nevada: The Innovation Frontier</h2>
<p>With its pro-business climate, strategic positioning, and burgeoning tech scene, Nevada is the ultimate launchpad for innovation. Prime Nevada is dedicated to cultivating the next wave of industry leaders in the heart of the Silver State.</p>
<a href="/contact#contact" class="button">Partner with us Today</a>
</div>
</section>
</main>
<prime-footer></prime-footer>
</body>
</html>