
Good
Things are
Coming.
We are currently working on something awesome!

Bookmark Us & Stay Tuned
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pacific Summit Infra</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- NAV -->
<header class="nav">
<div class="container nav-inner">
<!-- LOGO -->
<div class="logo">
<img src="logo.png" alt="Pacific Summit Infra Logo" />
</div>
<!-- NAV LINKS -->
<nav>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<!-- HERO -->
<section class="hero">
<div class="container">
<h1>Delivering Critical Infrastructure at Scale</h1>
<p>
Executive leadership and program management for mission‑critical
data center infrastructure.
</p>
<button class="btn-primary">Learn More</button>
</div>
</section>
<!-- SERVICES -->
<section class="services">
<div class="container">
<div class="service">
<div class="icon">♟</div>
<h3>Strategy</h3>
<p>
Infrastructure strategy, capital planning, and executive advisory.
</p>
</div>
<div class="service">
<div class="icon">⚙</div>
<h3>Program Management</h3>
<p>
Full lifecycle program leadership, governance, and delivery.
</p>
</div>
<div class="service">
<div class="icon">▦</div>
<h3>Data Center Infrastructure</h3>
<p>
End-to-end guidance from design through commissioning.
</p>
</div>
</div>
</section>
<!-- DIFFERENTIATOR -->
<section class="highlight">
<div class="container">
<h2>Execution is the Differentiator</h2>
<p>
Most firms stop at strategy. Pacific Summit Infra ensures programs
are delivered—bringing structure, clarity, and accountability to
complex infrastructure initiatives.
</p>
</div>
</section>
<!-- CTA -->
<section class="cta" id="contact">
<div class="container">
<h2>Partner with a Firm Built to Deliver</h2>
<button class="btn-secondary">Contact Us</button>
</div>
</section>
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<p>© 2026 Pacific Summit Infra</p>
</div>
</footer>
</body>
</html>