diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..db131d1 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,48 @@ + +:root { + --primary-color: #1d2d4d; + --accent-color: #ef7e1e; + --light-bg: #f8f9fa; + --light-text: #ffffff; + --dark-text: #212529; +} + +body { + font-family: 'Roboto', sans-serif; + color: var(--dark-text); +} + +h1, h2, h3, h4, h5, h6, .navbar-brand { + font-family: 'Poppins', sans-serif; +} + +.bg-primary-dark { + background-color: var(--primary-color); +} + +.btn-accent { + background-color: var(--accent-color); + color: var(--light-text); + border: none; + transition: background-color 0.3s ease; +} + +.btn-accent:hover { + background-color: #d86f1a; + color: var(--light-text); +} + +.hero-section { + background: linear-gradient(135deg, var(--primary-color) 0%, #3a506b 100%); + color: var(--light-text); + padding: 100px 0; +} + +.hero-section .display-4 { + font-weight: 700; +} + +.benefit-icon { + font-size: 3rem; + color: var(--accent-color); +} diff --git a/index.php b/index.php index 7205f3d..0238a14 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,107 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + + Eco Panels | Building a Greener Future + + + + + + + + + + + + + + + ' . "\n"; + echo '' . "\n"; + } + ?> -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

-
-
- + + +
+ +
+ +
+ +
+
+

Building a Greener Future, One Panel at a Time.

+

Discover our innovative eco-panels that combine sustainability with cutting-edge design for a better tomorrow.

+ Explore Our Products +
+
+ + +
+
+
+
+
+

Energy Efficient

+

Our panels provide superior insulation, reducing energy costs and your carbon footprint.

+
+
+
+

Sustainable Materials

+

Made from recycled and renewable resources, protecting our planet's future.

+
+
+
+

Modern Design

+

Achieve a sleek, artistic finish that complements any architectural style.

+
+
+
+
+
+ + + + + + - + \ No newline at end of file