Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 13, 2024
1 parent 379229b commit 8721c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 style="line-height: 1.4" class="text-5xl md:text-7xl font-bold mb-8 bg-clip-
<!-- Features Section -->
<section id="features" class="py-24 bg-gray-800">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Features</h2>
<h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Sucrose Features</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-12">
<div class="p-6 rounded-xl bg-gray-700/50 backdrop-blur-lg" data-aos="fade-up" data-aos-delay="100">
<div class="text-purple-500 text-4xl mb-4">🎨</div>
Expand Down Expand Up @@ -118,7 +118,7 @@ <h3 class="text-xl font-bold mb-4">Completely Free</h3>
<!-- Gallery Section -->
<section id="gallery" class="py-24">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Application Screenshots</h2>
<h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Sucrose Screenshots</h2>

<!-- Main Screenshot Display -->
<div class="mb-16">
Expand All @@ -138,7 +138,7 @@ <h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Application
<!-- Slider Gallery -->
<div class="relative overflow-hidden" data-aos="fade-up" data-aos-delay="100">
<!-- Container for proper button alignment -->
<div class="flex items-center"> <!-- Bu div eklendi -->
<div class="flex items-center">
<!-- Navigation Button (Left) -->
<button class="z-10 flex-shrink-0 bg-gray-900/80 hover:bg-gray-800 text-white p-3 rounded-full backdrop-blur-sm" onclick="slideGallery('left')">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand Down Expand Up @@ -224,7 +224,7 @@ <h2 class="text-4xl font-bold mb-8" data-aos="fade-up">Ready to Transform Your D
<!-- Footer -->
<footer class="py-12 text-center text-gray-400">
<div class="container mx-auto px-6">
<p> 2024 Sucrose Wallpaper Engine. All rights reserved.</p>
<p> Copyright ©2024 Sucrose Wallpaper Engine. All rights reserved.</p>
</div>
</footer>

Expand Down

0 comments on commit 8721c06

Please sign in to comment.