diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..33e2c50
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,54 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1892e69..eda01df 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -57,36 +45,14 @@ export default function LandingPage() {
@@ -97,280 +63,41 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: TrendingUp,
- title: "Gross Revenue",
- value: "$12.4M",
- },
- {
- id: "m2",
- icon: Truck,
- title: "Loads Delivered",
- value: "45,000+",
- },
- {
- id: "m3",
- icon: Clock,
- title: "Efficiency Rate",
- value: "99.8%",
- },
+ { id: "m1", icon: TrendingUp, title: "Gross Throughput", value: "$24.8M" },
+ { id: "m2", icon: Truck, title: "Growth Rate", value: "42% YoY" },
+ { id: "m3", icon: Clock, title: "Operational Scale", value: "92k Loads" },
]}
- title="Logistics Growth & Performance"
- description="Driving exponential success across the network."
+ title="UTLogistics Company Statistics"
+ description="Aggressive expansion metrics powering the Amazon Relay network."
/>