-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (61 loc) · 3.47 KB
/
index.html
File metadata and controls
68 lines (61 loc) · 3.47 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Contact Sutton A.I. to learn how AI can transform your business operations.">
<meta name="keywords" content="AI, contact Sutton A.I., business automation, AI training">
<link rel="canonical" href="https://ajsfather.github.io/suttonai_website/index.html">
<title>Sutton A.I. - Transforming Operations with AI</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="header-content">
<img src="logo_sanstext.png" alt="Sutton A.I. Logo" class="logo" loading="lazy">
<h1>Sutton A.I.</h1>
<nav>
<ul>
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="services.html" class="nav-link">Services</a></li>
<li><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="main-content">
<div class="text-section">
<h2>Empower Yourself to do better business.</h2>
<p>Sutton A.I. guides you through an exploration of your business needs, identifying how AI applications can enhance your operations. We will leverage AI to accelerate brainstorming, streamline strategy, and enhance team communication, driving tangible business growth.</p>
<section id="why-ai">
<h2>Why AI?</h2>
<p>In today's competitive landscape, AI is no longer a luxury, but a necessity. By automating repetitive tasks, and unlocking new levels of operational efficiency and data-driven insights, AI provides businesses a critical competitive edge.</p>
<a href="services.html" class="cta-button">Discover How AI Can Help Transform Your Business</a>
</section>
<section class="ai-navigation">
<h2>Navigating the AI Landscape</h2>
<p>The rapid growth of artificial intelligence has led to a flood of paid AI applications, making it challenging for consumers to determine which ones are truly valuable. At Sutton A.I., we empower you when navigating this complex landscape. We help you evaluate AI apps, understand the underlying AI concepts, and make informed decisions that align with your business objectives. Our focus is on effective tools and strategies, not just the latest trends. Let us be your guide to becoming more efficient by leveraging AI.</p>
</section>
</div>
<div class="image-section">
<img src="laptop_ai.png" alt="AI Concept" loading="lazy">
</div>
</section>
<section class="contact-form-section">
<h2>Ready to transform your business?</h2>
<p>Contact us today for a free consultation.</p>
<a href="contact.html" class="cta-button">Contact Us</a>
</section>
</main>
<footer>
<p>© 2025 Sutton A.I. All rights reserved.</p>
<a href="contact.html" class="footer-contact-link">Contact Us</a>
<div class="social-media">
<a href="https://twitter.com/suttonai" target="_blank" aria-label="Twitter"><img src="twitter-icon.png" alt="Twitter" loading="lazy"></a>
<a href="https://linkedin.com/company/suttonai" target="_blank" aria-label="LinkedIn"><img src="linkedin-icon.png" alt="LinkedIn" loading="lazy"></a>
</div>
</footer>
</body>
</html>