From 5c02ce2ce87d59e44b9f61e3408f370c4f053926 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:15:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 94 +++++++--------------------------------- 1 file changed, 16 insertions(+), 78 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5d44a48..6733575 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,41 +2,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TextAbout from "@/components/sections/about/TextAbout"; import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Products", href: "/products" }, { label: "Quality Standards", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, - { label: "FAQ", href: "#" }, + { label: "FAQ", href: "/faq" }, { label: "Order Status", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Food Safety", href: "#" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Burlington Tower, Business Bay, Dubai", href: "#" }, { label: "+971 4 XXX XXXX", href: "#" }, { label: "info@flavorfoood.ae", href: "#" }, @@ -61,87 +54,32 @@ export default function ContactPage() { -
- -
- -
+
-
- -
-