diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9d0fc81..bc7d17e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,61 +1,17 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import TextAbout from "@/components/sections/about/TextAbout"; +import TeamCardTen from "@/components/sections/team/TeamCardTen"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Award, Users, Trophy, Star, CheckCircle, Zap } from "lucide-react"; export default function AboutPage() { - const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; - - const footerColumns = [ - { - title: "Quick Links", - items: [ - { label: "Home", href: "/" }, - { label: "Services", href: "/services" }, - { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Services", - items: [ - { label: "AC Installation", href: "/services" }, - { label: "AC Repair", href: "/services" }, - { label: "Maintenance", href: "/services" }, - { label: "Heating Solutions", href: "/services" }, - ], - }, - { - title: "Contact", - items: [ - { label: "Phone: 02 943 1134", href: "tel:+359294431134" }, - { - label: "g.k. Suhata Reka, bul. Vladimir Vazov 52, 1517 Sofia", - href: "https://maps.google.com/?q=ClimaCom+Sofia", - }, - { label: "Mon-Fri: 8:30 AM - 5:30 PM", href: "#" }, - { label: "Sat: 9:00 AM - 4:00 PM", href: "#" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - ], - }, - ]; - return ( + {/* Navbar */} -
- + +
+ + {/* Company Story Section */} +
+
-
- + +
+ + {/* Core Values Section */} +
+
+ {/* Trust & Credentials Section */} +
+ +
+ + {/* Achievements Section */} +
+ +
+ + {/* Call to Action */} +
+ +
+ + {/* Footer */}