From 93889976f737c898691e7696d3e1ddce7ef9b8b0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:59:40 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 146 +++++++++------------------------------ 1 file changed, 33 insertions(+), 113 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df67404..dfe31c0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,11 +3,9 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import ContactText from "@/components/sections/contact/ContactText"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Mail } from "lucide-react"; +import { Mail, Phone, MapPin, Clock } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -21,28 +19,25 @@ export default function ContactPage() { const footerColumns = [ { - title: "Solutions", - items: [ - { label: "Industrial Automation", href: "/" }, - { label: "Robot & Cobot Systems", href: "/" }, - { label: "Packaging Machinery", href: "/" }, - { label: "Smart Gate Systems", href: "/" }, - { label: "Custom Engineering", href: "/" }, + title: "Solutions", items: [ + { label: "Industrial Automation", href: "/solutions" }, + { label: "Robot & Cobot Systems", href: "/solutions" }, + { label: "Packaging Machinery", href: "/solutions" }, + { label: "Smart Gate Systems", href: "/solutions" }, + { label: "Custom Engineering", href: "/solutions" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Projects & Portfolio", href: "/" }, - { label: "Blog & Articles", href: "/blog" }, + { label: "Blog & Articles", href: "/" }, { label: "Careers", href: "/" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Case Studies", href: "/" }, { label: "Technical Documentation", href: "/" }, { label: "Support Portal", href: "/" }, @@ -51,8 +46,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +66 2 123 4567", href: "tel:+6621234567" }, { label: "Email: info@milestones.co.th", href: "mailto:info@milestones.co.th" }, { label: "LINE: @milestones-tech", href: "https://line.me" }, @@ -80,104 +74,30 @@ export default function ContactPage() { brandName="Milestones Technologies" navItems={navItems} button={{ - text: "Request Quote", - href: "/contact", + text: "Request Quote", href: "/contact" }} /> -
-
- -
-
- -
-
- -
-
- -
-
- -
+
+