|
@@ -1,5 +1,5 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
|
-<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
2
|
+<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-theme="light">
|
3
|
3
|
<head>
|
4
|
4
|
<meta charset="utf-8">
|
5
|
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
@@ -90,8 +90,6 @@
|
90
|
90
|
document.body.classList.remove('no-scroll'); // Enable scrolling
|
91
|
91
|
setTimeout(smoothScroll, scrollInterval); // Start smooth scrolling after initial delay
|
92
|
92
|
}
|
93
|
|
-
|
94
|
|
- document.documentElement.classList.add('light-mode');
|
95
|
93
|
|
96
|
94
|
// Listen for click or touch event to start auto-scrolling
|
97
|
95
|
window.addEventListener('click', handleInteraction, { once: true });
|
|
@@ -131,7 +129,7 @@
|
131
|
129
|
<div class="section bg-babyblue flex justify-center pb-20 fade-element">
|
132
|
130
|
@include('components.countdown')
|
133
|
131
|
</div>
|
134
|
|
- <div class="section bg-babyblue flex justify-center pb-5 pb-20 fade-element">
|
|
132
|
+ <div class="section bg-babyblue flex justify-center pt-5 pb-20 fade-element">
|
135
|
133
|
@include('components.guestbook')
|
136
|
134
|
</div>
|
137
|
135
|
<div class="section bg-babyblue flex justify-center pt-5 pb-20 fade-element">
|