From 084e036f8b2c3620bbfeda22a9259f7546186b7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:39:33 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 252 ++++++++++++++++++-------------------- 1 file changed, 120 insertions(+), 132 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index caac8ad..99560df 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -1,28 +1,27 @@ "use client"; -import Link from "next/link"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import FooterBase from "@/components/sections/footer/FooterBase"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Cog, CheckCircle } from "lucide-react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { CheckCircle, Award, Zap } from "lucide-react"; export default function ProjectsPage() { const navItems = [ { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Solutions", id: "solutions" }, - { name: "Projects", id: "projects" }, - { name: "Blog", id: "blog" }, + { name: "Projects", id: "/projects" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "contact" }, ]; const footerColumns = [ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { label: "Industrial Automation", href: "/solutions" }, { label: "Robot & Cobot Systems", href: "/solutions" }, { label: "Packaging Machinery", href: "/solutions" }, @@ -31,37 +30,61 @@ export default function ProjectsPage() { ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Projects & Portfolio", href: "/projects" }, - { label: "Blog & Articles", href: "/" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/" }, + { label: "Blog & Articles", href: "/blog" }, + { label: "Careers", href: "/" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ - { label: "Case Studies", href: "#" }, - { label: "Technical Documentation", href: "#" }, - { label: "Support Portal", href: "#" }, - { label: "FAQ", href: "#" }, - { label: "Contact Support", href: "/" }, + title: "Resources", items: [ + { label: "Case Studies", href: "/" }, + { label: "Technical Documentation", href: "/" }, + { label: "Support Portal", href: "/" }, + { label: "FAQ", href: "/" }, + { label: "Contact Support", href: "/contact" }, ], }, { - 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" }, - { label: "Bangkok, Thailand", href: "#" }, - { label: "Mon-Fri 8:00-18:00 (GMT+7)", href: "#" }, + { label: "Bangkok, Thailand", href: "/" }, + { label: "Mon-Fri 8:00-18:00 (GMT+7)", href: "/" }, ], }, ]; + const allProjects = [ + { + id: "project-1", brand: "Automotive Manufacturer", name: "Complete Assembly Line Automation", price: "2.5M THB", rating: 5, + reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/complete-automotive-assembly-line-with-m-1773981131944-e95865db.png?_wi=1", imageAlt: "Complete automotive assembly line with multiple robotic arms working in sequence. Complex multi-stat"}, + { + id: "project-2", brand: "Food Processing Plant", name: "High-Speed Packaging System", price: "1.8M THB", rating: 5, + reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/food-processing-facility-with-integrated-1773981131923-cf0c3dab.png?_wi=1", imageAlt: "Food processing facility with integrated packaging machinery. Automated filling, sealing, and labeli"}, + { + id: "project-3", brand: "Electronics Warehouse", name: "Cobot Material Handling System", price: "1.2M THB", rating: 5, + reviewCount: "9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/warehouse-with-collaborative-robots-mana-1773981131081-518034f7.png?_wi=1", imageAlt: "Warehouse with collaborative robots managing material handling and logistics. Cobots picking and pla"}, + { + id: "project-4", brand: "Luxury Residential Complex", name: "Smart Gate Access System", price: "800K THB", rating: 5, + reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/luxury-residential-complex-entrance-with-1773981131885-7d86d7ce.png?_wi=1", imageAlt: "Luxury residential complex entrance with installed smart gate system. Beautiful modern gate integrat"}, + { + id: "project-5", brand: "Chemical Manufacturing", name: "Custom Robotic Production Line", price: "3.2M THB", rating: 5, + reviewCount: "7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/chemical-manufacturing-facility-with-rob-1773981131785-741649af.png?_wi=1", imageAlt: "Chemical manufacturing facility with robotic production line. Safe automated chemical processing wit"}, + { + id: "project-6", brand: "Pharmaceutical Facility", name: "Integrated Packaging & QC System", price: "2.1M THB", rating: 5, + reviewCount: "11", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/pharmaceutical-facility-with-integrated--1773981135234-da2258a8.png?_wi=1", imageAlt: "Pharmaceutical facility with integrated packaging and quality control system. Automated pill/tablet "}, + { + id: "project-7", brand: "Beverage Manufacturer", name: "Production Line Optimization", price: "1.5M THB", rating: 5, + reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/beverage-production-line-optimization-1773981131900-a1b2c3d4.png?_wi=1", imageAlt: "Beverage manufacturing production line with automated filling and capping systems"}, + { + id: "project-8", brand: "Hospital Facility", name: "Smart Access Control System", price: "900K THB", rating: 5, + reviewCount: "14", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BC5DoKtnbMRErIYJgmPK5zjs5w/hospital-access-control-system-1773981131850-e5f6g7h8.png?_wi=1", imageAlt: "Hospital facility with smart access control and security systems"}, + ]; + return ( -
- -
- - + +
+
-
- + +
+ +
+