diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..2e24ecb
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,59 @@
+/* Custom Styles */
+body {
+ font-family: 'Poppins', sans-serif;
+ background-color: #F8F9FA;
+}
+
+.hero-section {
+ background: url('https://images.pexels.com/photos/4239031/pexels-photo-4239031.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') no-repeat center center;
+ background-size: cover;
+ position: relative;
+ color: white;
+ padding: 100px 0;
+ text-align: center;
+}
+
+.hero-section::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: linear-gradient(45deg, rgba(0, 123, 255, 0.8), rgba(40, 167, 69, 0.8));
+}
+
+.hero-section .container {
+ position: relative;
+ z-index: 2;
+}
+
+.search-card {
+ background-color: #FFFFFF;
+ padding: 2rem;
+ border-radius: 0.75rem;
+ box-shadow: 0 8px 30px rgba(0,0,0,0.1);
+ margin-top: 2rem;
+}
+
+.btn-primary {
+ background-color: #007BFF;
+ border-color: #007BFF;
+ padding: 0.75rem 1.5rem;
+ border-radius: 0.5rem;
+ font-weight: 600;
+}
+
+.btn-primary:hover {
+ background-color: #0056b3;
+ border-color: #0056b3;
+}
+
+.how-it-works {
+ padding: 80px 0;
+}
+
+.step-icon {
+ font-size: 3rem;
+ color: #007BFF;
+}
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..e6d207e
--- /dev/null
+++ b/assets/js/main.js
@@ -0,0 +1 @@
+// Main javascript file
diff --git a/index.php b/index.php
index 7205f3d..fafd7a9 100644
--- a/index.php
+++ b/index.php
@@ -1,150 +1,151 @@
-
-
-
+
+
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ MeToo - Servizi a Domicilio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
+
+
+
+
+
+
+ MeToo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Servizi a domicilio, semplici e affidabili.
+
Trova i migliori professionisti nella tua zona per pulizie, riparazioni, assistenza e molto altro. Inizia ora.
+
+
+
+
+
+
+
+
+
Come funziona
+
+
+
+
1. Cerca
+
Descrivi il servizio di cui hai bisogno e indica la tua zona.
+
+
+
+
2. Prenota
+
Scegli il fornitore che preferisci, visualizza il preventivo e prenota.
+
+
+
+
3. Rilassati
+
Un professionista qualificato si prenderà cura di tutto.
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+ Funzionalità di ricerca in costruzione. Presto potrai trovare i migliori fornitori!
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file