From dfddc9f9ccad4ba95fcddba8504a718dc8ce3ad4 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 30 Mar 2026 23:14:44 -0300 Subject: [PATCH] Fix bugs --- index.html | 27 +- src/App.jsx | 353 ++++++++++++++++++++- src/Home/index.jsx | 348 -------------------- src/{Policy/index.jsx => Pages/Policy.jsx} | 2 +- 4 files changed, 364 insertions(+), 366 deletions(-) delete mode 100644 src/Home/index.jsx rename src/{Policy/index.jsx => Pages/Policy.jsx} (98%) diff --git a/index.html b/index.html index 6f7b2ef..31d5a3b 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - - - vite-project - - -
- - - + + + + + + + Site-Estetica + + + +
+ + + + \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index ec60b23..9e46f71 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,11 +1,354 @@ -import { Home } from "./Home"; +import { Policy} from "./Pages/Policy.jsx" function App() { + const currentYear = new Date().getFullYear(); + const currentDate = new Date().toLocaleDateString("en-US", { + year: "numeric", + month: "long", + day: "numeric", + }); + return ( -
- -
+ <> +
+ {/* Header */} +
+
+
+ {/* Logo */} +
+
+ Aesthetic Salon +
+
+ + {/* Navigation */} + + + {/* Mobile menu button */} +
+ +
+
+
+
+ + {/* Hero Section */} +
+
+

+ Transform Your Beauty +

+

+ Experience luxury aesthetic treatments in our state-of-the-art + salon. We offer premium beauty services to enhance your natural + radiance. +

+ +
+
+ + {/* Services Section */} +
+
+
+

+ Our Premium Services +

+

+ Discover our range of professional aesthetic treatments designed + to enhance your natural beauty +

+
+ +
+ {/* Service 1 */} +
+
+ Facial Treatments +
+

+ Facial Treatments +

+

+ Rejuvenate your skin with our advanced facial treatments. From + deep cleansing to anti-aging therapies, our expert aestheticians + use premium products to give you a radiant, youthful glow. + Experience the ultimate in skincare luxury with personalized + treatments tailored to your skin type. +

+
+ + {/* Service 2 */} +
+
+ Body Contouring +
+

+ Body Contouring +

+

+ Sculpt and tone your body with our non-invasive contouring + treatments. Using cutting-edge technology, we help you achieve + your desired silhouette safely and effectively. Our certified + professionals provide customized treatment plans to target + specific areas and deliver remarkable results. +

+
+ + {/* Service 3 */} +
+
+ Laser Treatments +
+

+ Laser Treatments +

+

+ Experience the power of advanced laser technology for hair + removal, skin resurfacing, and pigmentation correction. Our + state-of-the-art equipment ensures safe, precise, and effective + treatments with minimal downtime. Achieve smooth, flawless skin + with our comprehensive laser solutions. +

+
+
+
+
+ + {/* Footer */} +