From 8fc0ea3dac4ba0db8eab98092c8166924acf01c9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:39:32 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 200 ++++++++++++++++++++++++----------------- 1 file changed, 116 insertions(+), 84 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5901bfc..544b548 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,48 +1,46 @@ "use client"; -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 HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Building2, Award } from "lucide-react"; +import { Zap, Award, Users, Target } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Solutions", id: "solutions" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, { name: "Projects", id: "projects" }, - { name: "Blog", id: "blog" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]; 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: "/services" }, + { label: "Robot & Cobot Systems", href: "/services" }, + { label: "Packaging Machinery", href: "/services" }, + { label: "Smart Gate Systems", href: "/services" }, + { label: "Custom Engineering", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects & Portfolio", href: "/" }, - { label: "Blog & Articles", href: "/" }, + { label: "Services", href: "/services" }, { 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 +49,7 @@ export default function AboutPage() { ], }, { - 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,72 +77,71 @@ export default function AboutPage() { brandName="Milestones Technologies" navItems={navItems} button={{ - text: "Request Quote", - href: "/contact", - }} + text: "Request Quote", href: "/contact"}} /> -
- + +
+ +
+
-
- +
-
+
+ +
+ +
+ +
+ +