diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..b63fe0f
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,66 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0d5b3d9..227ee50 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,68 +42,13 @@ export default function LandingPage() {
@@ -125,184 +58,19 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- icon: Star,
- title: "Freight Forwarding",
- description: "Reliable sea and land transportation connecting major ports across Vietnam.",
- },
- {
- icon: Building2,
- title: "Smart Warehousing",
- description: "Secure storage solutions with inventory management and distribution capabilities.",
- },
- {
- icon: Truck,
- title: "Last-Mile Delivery",
- description: "Fast and efficient delivery from warehouse to final customer destination.",
- },
- {
- icon: ShieldCheck,
- title: "Cargo Insurance",
- description: "Full coverage options to ensure your goods are protected during transit.",
- },
- {
- icon: BarChart,
- title: "Shipment Tracking",
- description: "Real-time visibility into your cargo's status and location.",
- },
- {
- icon: Headphones,
- title: "Dedicated Support",
- description: "Expert logistics managers available 24/7 to handle your requests.",
- },
+ { icon: Star, title: "Freight Forwarding", description: "Reliable sea and land transportation connecting major ports across Vietnam." },
+ { icon: Building2, title: "Smart Warehousing", description: "Secure storage solutions with inventory management and distribution capabilities." },
+ { icon: Truck, title: "Last-Mile Delivery", description: "Fast and efficient delivery from warehouse to final customer destination." }
]}
title="Comprehensive Logistics Services"
description="We offer end-to-end solutions designed to streamline your supply chain and reduce operational complexity."
/>
-