diff --git a/next.config.ts b/next.config.ts index 6297b59..bfa4711 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + // allowedDevOrigins: ['172.16.6.27'], output: "standalone", images: { unoptimized: true }, typescript: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 4673609..d43a049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,192 @@ +import BannerDesktop from "@/image/portofolio/banner-desktop.png"; +import BannerMobile from "@/image/portofolio/banner-mobile.png"; +import AboutUsImage from "@/image/portofolio/about-us.png"; +import SoftwareIcon from "@/image/portofolio/software-icon.svg"; +import AiIcon from "@/image/portofolio/ai-icon.svg"; +import SaasIcon from "@/image/portofolio/sas-icon.svg"; +import UiuxIcon from "@/image/portofolio/ui-ux-icon.svg"; +import Highlight1 from "@/image/portofolio/highlight-1.png"; +import Highlight2 from "@/image/portofolio/highlight-2.png"; +import Highlight3 from "@/image/portofolio/highlight-3.png"; +import Corner1 from "@/image/portofolio/corner-why-us-1.svg"; +import Corner2 from "@/image/portofolio/corner-why-us-2.svg"; +import { ArrowUpRightIcon } from "@phosphor-icons/react/dist/ssr"; import Image from "next/image"; -import { redirect } from "next/navigation"; +import ClientImage from "./client-image"; export default function Home() { - redirect("/portfolio"); + const ourService = [ + { icon: SoftwareIcon, title: "Software Development", caption: "Kami mengembangkan sistem dan aplikasi yang disesuaikan dengan kebutuhan spesifik bisnis" }, + { icon: AiIcon, title: "AI Development", caption: "Kami membantu bisnis memanfaatkan AI untuk meningkatkan efisiensi dan pengambilan keputusan." }, + { icon: SaasIcon, title: "SaaS Development", caption: "Kami membangun produk digital berbasis langganan yang siap digunakan oleh banyak pengguna." }, + { icon: UiuxIcon, title: "UIUX Design", caption: "Kami merancang user interface yang intuitif dan efektif untuk meningkatkan usability dan konversi." }, + ]; + + const highlights = [ + { icon: Highlight1, title: "Core Pawn System", caption: "Digitalisasi sistem pergadaian untuk meningkatkan efisiensi operasional dan akurasi transaksi.", list: ["Promas", "PajakMas", "Sopiga Pro"] }, + { icon: Highlight2, title: "Mobile Application", caption: "Aplikasi mobile yang dirancang untuk memudahkan pengguna mengakses layanan dengan lebih cepat, praktis, dan nyaman.", list: ["Danain", "SmartFin", "GadaiMAS"] }, + { + icon: Highlight3, + title: "AI Development", + caption: "Solusi berbasis AI untuk verifikasi identitas yang cepat, akurat, dan aman melalui teknologi pencocokan serta pengenalan wajah.", + list: ["Face Comparison", "Face Recognition", "CCTV Monitoring (AI Detection)"], + }, + ]; + + const process = [ + "Discovery untuk memahami kebutuhan", + "Planning & Design untuk merancang solusi", + "Development untuk membangun sistem", + "Testing untuk memastikan kualitas", + "Deployment untuk implementasi", + "Continuous Improvement untuk pengembangan lanjutan", + ]; + + const whyUs = [ + { title: "Experienced Team", caption: "Tim kami memiliki pengalaman dalam pengembangan software dan AI, dengan pemahaman terhadap berbagai kebutuhan bisnis dan industri." }, + { title: "Integrated Solutions", caption: "Kami menghadirkan solusi yang terintegrasi dalam satu ekosistem, sehingga memudahkan pengelolaan dan pengembangan sistem secara lebih efisien." }, + { title: "Cost-Efficient Approach", caption: "Pendekatan kami fleksibel dan disesuaikan dengan kebutuhan bisnis, sehingga Anda hanya berinvestasi pada solusi yang benar-benar dibutuhkan." }, + ]; + + return ( +
+
+ banner + banner +
+
+
Part of Serba Mulia Group
+

Build Fast, Scale Smart

+

Software & AI Solutions for Modern Business

+ + Contact Us +
+ +
+
+
+
+
+ +
+
+
+

ABOUT US

+

Who We Are

+
+
+

+ Setiap bisnis punya tantangan yang berbeda. Namun di era digital, satu hal menjadi sama: kebutuhan untuk bergerak lebih cepat, lebih efisien, dan lebih terukur. Kami hadir untuk membantu menjawab kebutuhan tersebut melalui + solusi software dan AI yang relevan dan dapat dikembangkan. Mulia Informasi Teknologi (MIT) adalah perusahaan yang berfokus pada pengembangan software dan solusi berbasis Artificial Intelligence. +

+

Kami bekerja dengan berbagai bisnis untuk:

+
    +
  • Mengembangkan sistem digital
  • +
  • Meningkatkan efisiensi operasional
  • +
  • Menciptakan produk yang scalable
  • +
+
+

+ MIT juga merupakan bagian dari Serba Mulia Group, sebuah strategic holding company yang menaungi berbagai unit bisnis di sektor otomotif, jasa keuangan, retail, dan teknologi yang didirikan sejak 1970 dan saat ini Serba Mulia + Group telah berkembang dengan jangkauan operasional di berbagai wilayah di Indonesia, serta ekspansi ke pasar internasional seperti Malaysia dan Singapura. Sebagai bagian dari ekosistem ini, MIT memiliki perspektif yang lebih + praktis dalam memahami kebutuhan bisnis, tidak hanya dari sisi teknologi tetapi juga dari pengalaman nyata di berbagai industri. +

+
+ about-us +
+ +
+
+

SERVICES

+

Our Services

+
+
+ {ourService?.map((item) => ( +
+ icon-service +
+

{item?.title}

+

{item?.caption}

+
+
+ ))} +
+
+ +
+
+
+

PORTFOLIO

+

Case Highlights

+
+
+ {highlights?.map((item) => ( +
+ highlight-icon +
+

{item?.title}

+

{item?.caption}

+ {item?.list?.length > 0 && ( +
    + {item?.list?.map((item_list) => ( +
  • {item_list}
  • + ))} +
+ )} +
+
+ ))} +
+
+
+
+
+

OUR CLIENTS

+

Driving Impact with Our Clients

+
+ +
+
+ +
+
+
+
+

PROCESS

+

How We Work

+
+

Kami bekerja dengan pendekatan yang terstruktur dan kolaboratif. Kami tidak hanya fokus pada delivery, tetapi juga keberlanjutan solusi.

+
+

Setiap proyek melalui tahapan:

+ {process?.map((item, index) => ( +
+
{index + 1}
+

{item}

+
+ ))} +
+

Kami tidak hanya fokus pada delivery, tetapi juga keberlanjutan solusi.

+
+
+
+

WHY US

+

Why MIT

+
+

Kami bekerja dengan pendekatan yang terstruktur dan kolaboratif.

+
+ {whyUs?.map((item) => ( +
+

{item?.title}

+

{item?.caption}

+
+ ))} +
+
+
+ + corner-1 + corner-2 +
+
+ ); } diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx deleted file mode 100644 index 0ebd202..0000000 --- a/src/app/portfolio/page.tsx +++ /dev/null @@ -1,192 +0,0 @@ -import BannerDesktop from "@/image/portofolio/banner-desktop.png"; -import BannerMobile from "@/image/portofolio/banner-mobile.png"; -import AboutUsImage from "@/image/portofolio/about-us.png"; -import SoftwareIcon from "@/image/portofolio/software-icon.svg"; -import AiIcon from "@/image/portofolio/ai-icon.svg"; -import SaasIcon from "@/image/portofolio/sas-icon.svg"; -import UiuxIcon from "@/image/portofolio/ui-ux-icon.svg"; -import Highlight1 from "@/image/portofolio/highlight-1.png"; -import Highlight2 from "@/image/portofolio/highlight-2.png"; -import Highlight3 from "@/image/portofolio/highlight-3.png"; -import Corner1 from "@/image/portofolio/corner-why-us-1.svg"; -import Corner2 from "@/image/portofolio/corner-why-us-2.svg"; -import { ArrowUpRightIcon } from "@phosphor-icons/react/dist/ssr"; -import Image from "next/image"; -import ClientImage from "./client-image"; - -export default function PortFolio() { - const ourService = [ - { icon: SoftwareIcon, title: "Software Development", caption: "Kami mengembangkan sistem dan aplikasi yang disesuaikan dengan kebutuhan spesifik bisnis" }, - { icon: AiIcon, title: "AI Development", caption: "Kami membantu bisnis memanfaatkan AI untuk meningkatkan efisiensi dan pengambilan keputusan." }, - { icon: SaasIcon, title: "SaaS Development", caption: "Kami membangun produk digital berbasis langganan yang siap digunakan oleh banyak pengguna." }, - { icon: UiuxIcon, title: "UIUX Design", caption: "Kami merancang user interface yang intuitif dan efektif untuk meningkatkan usability dan konversi." }, - ]; - - const highlights = [ - { icon: Highlight1, title: "Core Pawn System", caption: "Digitalisasi sistem pergadaian untuk meningkatkan efisiensi operasional dan akurasi transaksi.", list: ["Promas", "PajakMas", "Sopiga Pro"] }, - { icon: Highlight2, title: "Mobile Application", caption: "Aplikasi mobile yang dirancang untuk memudahkan pengguna mengakses layanan dengan lebih cepat, praktis, dan nyaman.", list: ["Danain", "SmartFin", "GadaiMAS"] }, - { - icon: Highlight3, - title: "AI Development", - caption: "Solusi berbasis AI untuk verifikasi identitas yang cepat, akurat, dan aman melalui teknologi pencocokan serta pengenalan wajah.", - list: ["Face Comparison", "Face Recognition", "CCTV Monitoring (AI Detection)"], - }, - ]; - - const process = [ - "Discovery untuk memahami kebutuhan", - "Planning & Design untuk merancang solusi", - "Development untuk membangun sistem", - "Testing untuk memastikan kualitas", - "Deployment untuk implementasi", - "Continuous Improvement untuk pengembangan lanjutan", - ]; - - const whyUs = [ - { title: "Experienced Team", caption: "Tim kami memiliki pengalaman dalam pengembangan software dan AI, dengan pemahaman terhadap berbagai kebutuhan bisnis dan industri." }, - { title: "Integrated Solutions", caption: "Kami menghadirkan solusi yang terintegrasi dalam satu ekosistem, sehingga memudahkan pengelolaan dan pengembangan sistem secara lebih efisien." }, - { title: "Cost-Efficient Approach", caption: "Pendekatan kami fleksibel dan disesuaikan dengan kebutuhan bisnis, sehingga Anda hanya berinvestasi pada solusi yang benar-benar dibutuhkan." }, - ]; - - return ( -
-
- banner - banner -
-
-
Part of Serba Mulia Group
-

Build Fast, Scale Smart

-

Software & AI Solutions for Modern Business

-
- Contact Us -
- -
-
-
-
-
- -
-
-
-

ABOUT US

-

Who We Are

-
-
-

- Setiap bisnis punya tantangan yang berbeda. Namun di era digital, satu hal menjadi sama: kebutuhan untuk bergerak lebih cepat, lebih efisien, dan lebih terukur. Kami hadir untuk membantu menjawab kebutuhan tersebut melalui - solusi software dan AI yang relevan dan dapat dikembangkan. Mulia Informasi Teknologi (MIT) adalah perusahaan yang berfokus pada pengembangan software dan solusi berbasis Artificial Intelligence. -

-

Kami bekerja dengan berbagai bisnis untuk:

-
    -
  • Mengembangkan sistem digital
  • -
  • Meningkatkan efisiensi operasional
  • -
  • Menciptakan produk yang scalable
  • -
-
-

- MIT juga merupakan bagian dari Serba Mulia Group, sebuah strategic holding company yang menaungi berbagai unit bisnis di sektor otomotif, jasa keuangan, retail, dan teknologi yang didirikan sejak 1970 dan saat ini Serba Mulia - Group telah berkembang dengan jangkauan operasional di berbagai wilayah di Indonesia, serta ekspansi ke pasar internasional seperti Malaysia dan Singapura. Sebagai bagian dari ekosistem ini, MIT memiliki perspektif yang lebih - praktis dalam memahami kebutuhan bisnis, tidak hanya dari sisi teknologi tetapi juga dari pengalaman nyata di berbagai industri. -

-
- about-us -
- -
-
-

SERVICES

-

Our Services

-
-
- {ourService?.map((item) => ( -
- icon-service -
-

{item?.title}

-

{item?.caption}

-
-
- ))} -
-
- -
-
-
-

PORTFOLIO

-

Case Highlights

-
-
- {highlights?.map((item) => ( -
- highlight-icon -
-

{item?.title}

-

{item?.caption}

- {item?.list?.length > 0 && ( -
    - {item?.list?.map((item_list) => ( -
  • {item_list}
  • - ))} -
- )} -
-
- ))} -
-
-
-
-
-

OUR CLIENTS

-

Driving Impact with Our Clients

-
- -
-
- -
-
-
-
-

PROCESS

-

How We Work

-
-

Kami bekerja dengan pendekatan yang terstruktur dan kolaboratif. Kami tidak hanya fokus pada delivery, tetapi juga keberlanjutan solusi.

-
-

Setiap proyek melalui tahapan:

- {process?.map((item, index) => ( -
-
{index + 1}
-

{item}

-
- ))} -
-

Kami tidak hanya fokus pada delivery, tetapi juga keberlanjutan solusi.

-
-
-
-

WHY US

-

Why MIT

-
-

Kami bekerja dengan pendekatan yang terstruktur dan kolaboratif.

-
- {whyUs?.map((item) => ( -
-

{item?.title}

-

{item?.caption}

-
- ))} -
-
-
- - corner-1 - corner-2 -
-
- ); -} diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 88231e3..8ab81e0 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -22,12 +22,12 @@ export default function Footer() {

Let’s Collaborate

Let’s build something that works and grows.

-
+ Contact Us
-
+

Mulia Informasi Teknologi @2026. All Right Reserved

diff --git a/src/app/portfolio/client-image.tsx b/src/components/home/client-image.tsx similarity index 100% rename from src/app/portfolio/client-image.tsx rename to src/components/home/client-image.tsx diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 9886423..3f1c79d 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -10,11 +10,11 @@ export default function Navbar() { const [active, setActive] = useState("about-us"); const menu = [ - { label: "About Us", url: "/portfolio#about-us", id: "about-us" }, - { label: "Services", url: "/portfolio#services", id: "services" }, - { label: "Portfolio", url: "/portfolio#portfolio", id: "portfolio" }, - { label: "Process", url: "/portfolio#process", id: "process" }, - { label: "Kontak", url: "/portfolio#kontak", id: "kontak" }, + { label: "About Us", url: "#about-us", id: "about-us" }, + { label: "Services", url: "#services", id: "services" }, + { label: "Portfolio", url: "#portfolio", id: "portfolio" }, + { label: "Process", url: "#process", id: "process" }, + { label: "Kontak", url: "#kontak", id: "kontak" }, ]; useEffect(() => {