diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0a42ec8..400f5c1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,21 +2,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, + { name: "Home", id: "home" }, + { name: "Services", id: "services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]; const navButton = { - text: "Call Now", href: "tel:+919946368923"}; + text: "Call Now", href: "/contact"}; const footerColumns = [ { @@ -31,7 +30,7 @@ export default function AboutPage() { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Why Choose Us", href: "/" }, - { label: "Contact", href: "contact" }, + { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }, ], }, @@ -66,49 +65,47 @@ export default function AboutPage() { /> -
- +
-
+
-
- -
- -
-
-

Contact Us

-

- Get in touch with Cool World Refrigeration for AC and refrigerator repair services in Kannur. We're here to help with fast, reliable, and affordable solutions. -

-
-
- -
-
- {/* Service Request Form */} -
-
-

Service Request Form

-
-
- - setFormData((prev) => ({ ...prev, name: value }))} - type="text" - name="name" - placeholder="Enter your full name" - required - /> -
- -
- - setFormData((prev) => ({ ...prev, email: value }))} - type="email" - name="email" - placeholder="Enter your email address" - required - /> -
- -
- - setFormData((prev) => ({ ...prev, phone: value }))} - type="tel" - name="phone" - placeholder="Enter your phone number" - required - /> -
- -
- - -
- -
- -