Skip to content

Commit 2aabc7b

Browse files
authored
Update index.html
1 parent 1b5184e commit 2aabc7b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Forge Framework - A Modern PHP Framework for Explicit Development</title>
6+
<title>Forge Framework - Your Forge for Building PHP</title>
77
<link rel="icon" type="image/png" href="https://forge-engine.github.io/favicon-32-32.png"/>
88
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
99
<link rel="stylesheet" href="assets/css/docs.css">
@@ -20,10 +20,10 @@
2020
<!-- Hero Section -->
2121
<section class="py-24 px-4">
2222
<div class="max-w-6xl mx-auto text-center">
23-
<h1 class="text-6xl font-bold text-gray-900 mb-6">Build Better PHP Applications with Forge</h1>
24-
<p class="text-xl text-gray-600 mb-8 max-w-3xl mx-auto">A modern, explicit, and modular PHP framework that puts you in control. No magic, just clean, maintainable code.</p>
23+
<h1 class="text-6xl font-bold text-white-900 mb-6">Forge Framework - Build Your Way</h1>
24+
<p class="text-xl text-white-600 mb-8 max-w-3xl mx-auto">A modern, clear, and modular PHP framework that puts you in control. No magic, just clean, maintainable code – built by you.</p>
2525
<div class="flex justify-center space-x-4">
26-
<a href="installation.html" class="bg-blue-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-blue-700 transition-colors shadow-lg transform hover:-translate-y-1 hover:scale-105 duration-200">Get Started</a>
26+
<a href="installation.html" class="bg-gray-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-blue-700 transition-colors shadow-lg transform hover:-translate-y-1 hover:scale-105 duration-200">Get Started</a>
2727
<a href="introduction.html" class="bg-gray-800 text-white px-8 py-3 rounded-lg font-semibold hover:bg-gray-900 transition-colors shadow-lg transform hover:-translate-y-1 hover:scale-105 duration-200">Documentation</a>
2828
</div>
2929
</div>
@@ -139,7 +139,7 @@ <h2 class="text-2xl font-bold mb-2">Forge Framework</h2>
139139
</div>
140140
</div>
141141
<div class="mt-8 pt-8 border-t border-gray-700 text-center text-gray-400">
142-
<p>© 2023 Forge Framework. Free and Open Source under MIT License.</p>
142+
<p>© 2025 Forge Framework. Free and Open Source under MIT License.</p>
143143
</div>
144144
</div>
145145
</footer>
@@ -148,4 +148,4 @@ <h2 class="text-2xl font-bold mb-2">Forge Framework</h2>
148148
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/components/prism-bash.min.js"></script>
149149
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/js/all.min.js"></script>
150150
</body>
151-
</html>
151+
</html>

0 commit comments

Comments
 (0)