diff --git a/app/Config/Routes.php b/app/Config/Routes.php
index e6239d9..bc754ca 100644
--- a/app/Config/Routes.php
+++ b/app/Config/Routes.php
@@ -19,7 +19,7 @@ $routes->group('cli', ['namespace' => 'App\Controllers\CLI'], function ($routes)
$routes->group('', ['namespace' => 'App\Controllers\Front'], function ($routes) {
$routes->get('/', 'PageController::index');
- $routes->get('about-us', 'PageController::about-us');
+ $routes->get('about-us', 'PageController::about_us');
$routes->get('products', 'PageController::products');
$routes->get('logistics-services', 'PageController::logistics_services');
$routes->get('contact', 'PageController::contact');
diff --git a/app/Views/front/page/about_us.php b/app/Views/front/page/about_us.php
new file mode 100644
index 0000000..f2d897e
--- /dev/null
+++ b/app/Views/front/page/about_us.php
@@ -0,0 +1,10 @@
+= $this->extend($viewDatas['layout']['layout']) ?>
+= $this->section('content') ?>
+
+
= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/about_us/hero'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/about_us/whatwedo'); ?>
+
+
+= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>
+= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/front/page/about_us/hero.php b/app/Views/front/page/about_us/hero.php
new file mode 100644
index 0000000..0a2c485
--- /dev/null
+++ b/app/Views/front/page/about_us/hero.php
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+ Building a Better
+ Tomorrow
+ Through Precision
+ Metal Supply
+
+
+
+
+
+ Better Tomorrow, Inc. (BT-Trader) is a global supplier specializing
+ in titanium and specialty metals, connecting partners across the
+ U.S., Korea, and Southeast Asia.
+
+
+
+ We focus on delivering high-purity titanium ingots, solids, scrap,
+ and high-value alloys with consistency and precision, ensuring
+ manufacturers and industrial buyers receive materials they can trust.
+
+
+
+ Our mission is to create a transparent, dependable, and long-term
+ supply platform in a rapidly evolving global metals market. Through
+ verified sourcing, strict quality control, and efficient logistics
+ coordination, we streamline every step—from procurement to export
+ documentation—so our partners can operate with confidence.
+
+
+
+ Driven by integrity and a commitment to excellence, we continue to
+ expand our network and capabilities to meet the needs of modern
+ industries. BT-Trader aims to be more than a trading partner—we strive
+ to be a strategic ally that helps shape a better and more reliable
+ future for metal supply worldwide.
+
+
+
+
+
+
+
+
+ Titanium &
+ Specialty
+ Metals
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/about_us/whatwedo.php b/app/Views/front/page/about_us/whatwedo.php
new file mode 100644
index 0000000..092eef0
--- /dev/null
+++ b/app/Views/front/page/about_us/whatwedo.php
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
Mission
+
+ To deliver high-purity metals with unmatched precision, integrity,
+ and consistency—supporting our partners’ growth in aerospace,
+ manufacturing, and advanced material industries.
+
+
+
+
+
+
+
+
Vision
+
+ To become a leading global platform for titanium and specialty
+ metal supply, built on trust, transparency, and long-term partnerships.
+
+
+
+
+
+
+
+
Network
+
+
+ We operate a multi-region metal supply chain, with active partners
+ and logistics channels in:
+
+ - United States
+ - South Korea
+ - Southeast Asia
+
+
+ Through this network, we ensure stable, high-quality, and timely
+ deliveries worldwide.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/contact.php b/app/Views/front/page/contact.php
new file mode 100644
index 0000000..b795b88
--- /dev/null
+++ b/app/Views/front/page/contact.php
@@ -0,0 +1,9 @@
+= $this->extend($viewDatas['layout']['layout']) ?>
+= $this->section('content') ?>
+
+= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/contact/hero'); ?>
+
+
+= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>
+= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/front/page/contact/hero.php b/app/Views/front/page/contact/hero.php
new file mode 100644
index 0000000..b9ac51c
--- /dev/null
+++ b/app/Views/front/page/contact/hero.php
@@ -0,0 +1,197 @@
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services.php b/app/Views/front/page/logistics_services.php
new file mode 100644
index 0000000..e54b090
--- /dev/null
+++ b/app/Views/front/page/logistics_services.php
@@ -0,0 +1,14 @@
+= $this->extend($viewDatas['layout']['layout']) ?>
+= $this->section('content') ?>
+
+= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/hero'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/shipping'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/drayage'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/storage'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/support'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/logistics_services/grading'); ?>
+
+
+= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>
+= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/drayage.php b/app/Views/front/page/logistics_services/drayage.php
new file mode 100644
index 0000000..4f074da
--- /dev/null
+++ b/app/Views/front/page/logistics_services/drayage.php
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
02
+
Container Drayage
+
+
+
+ Our drayage services provide reliable movement of containers between ports,
+ warehouses, and processing facilities.
+
+
+ With a strong network of U.S.-based trucking partners, we ensure containers are
+ picked up promptly, efficiently staged, and delivered without unnecessary delays.
+
+
+ This minimizes dwell time, reduces shipping costs, and keeps your supply chain on schedule.
+
+
+
+
+
+
+

+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/grading.php b/app/Views/front/page/logistics_services/grading.php
new file mode 100644
index 0000000..2c0454a
--- /dev/null
+++ b/app/Views/front/page/logistics_services/grading.php
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+

+
+
+
+
+
05
+
Scrap Inspection & Grading
+
+
+
+ We provide professional inspection and grading for titanium scrap and non-ferrous metals,
+ following industry standards and buyer specifications. Our team evaluates material quality,
+ contamination levels, grade classification, and weight verification.
+
+
+ This process ensures that every shipment meets the expectations of international buyers and
+ maintains consistency across the global supply chain.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/hero.php b/app/Views/front/page/logistics_services/hero.php
new file mode 100644
index 0000000..322b22c
--- /dev/null
+++ b/app/Views/front/page/logistics_services/hero.php
@@ -0,0 +1,69 @@
+
+
+
+
+
Logistics & Services
+
End-to-End Logistics and Services Designed for Global Metal Supply.
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/shipping.php b/app/Views/front/page/logistics_services/shipping.php
new file mode 100644
index 0000000..99895fd
--- /dev/null
+++ b/app/Views/front/page/logistics_services/shipping.php
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+

+
+
+
+
+
01
+
International Shipping
+
+
+
+ We coordinate seamless international shipping tailored for titanium, specialty
+ metals, and industrial materials.
+
+
+ Our team works closely with trusted carriers to ensure safe handling, optimized
+ transit routes, and timely delivery to destinations across Asia, North America,
+ and beyond.
+
+
+ From container booking to export clearance, we manage the complexities so our
+ partners experience a smooth, predictable flow of goods.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/storage.php b/app/Views/front/page/logistics_services/storage.php
new file mode 100644
index 0000000..3e06791
--- /dev/null
+++ b/app/Views/front/page/logistics_services/storage.php
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+

+
+
+
+
+
03
+
U.S. Warehouse Storage
+
+
+
+ We offer secure warehouse storage solutions for titanium, non-ferrous scrap,
+ and high-value specialty metals.
+
+
+ Our facilities support long- and short-term storage, palletizing, sorting,
+ and inspection. Each location is equipped to handle industrial materials
+ with care.
+
+
+ Ensuring products remain organized, protected, and ready for immediate
+ shipment or export.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/logistics_services/support.php b/app/Views/front/page/logistics_services/support.php
new file mode 100644
index 0000000..44d7de5
--- /dev/null
+++ b/app/Views/front/page/logistics_services/support.php
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
04
+
Export Documentation
Support
+
+
+
+ Navigating export regulations can be time-consuming and complex. We assist with all
+ documentation
+ required for international shipments—including commercial invoices, packing lists, certificates,
+ bills of lading, and compliance forms.
+
+
+ Our team ensures accuracy and alignment with regional regulations, reducing delays and helping
+ partners maintain full legal and logistical transparency.
+
+
+
+
+
+
+

+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/products.php b/app/Views/front/page/products.php
new file mode 100644
index 0000000..79e7dd0
--- /dev/null
+++ b/app/Views/front/page/products.php
@@ -0,0 +1,13 @@
+= $this->extend($viewDatas['layout']['layout']) ?>
+= $this->section('content') ?>
+
+= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/products/hero'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/products/ingot'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/products/solid'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/products/scrap'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/products/metal'); ?>
+
+
+= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>
+= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/front/page/products/hero.php b/app/Views/front/page/products/hero.php
new file mode 100644
index 0000000..f3d82f7
--- /dev/null
+++ b/app/Views/front/page/products/hero.php
@@ -0,0 +1,44 @@
+
+
+
+
+
Producs
+
Providing Everything You Need
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/products/ingot.php b/app/Views/front/page/products/ingot.php
new file mode 100644
index 0000000..06f3453
--- /dev/null
+++ b/app/Views/front/page/products/ingot.php
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Titanium Ingot
+
+ High-grade titanium ingots sourced
+ from verified mills, ideal for precision manufacturing,
+ aerospace applications, and high-performance
+ industrial use.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/products/metal.php b/app/Views/front/page/products/metal.php
new file mode 100644
index 0000000..7725616
--- /dev/null
+++ b/app/Views/front/page/products/metal.php
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+ Nickel Alloys
+ Specialty Metals
+
+
+ Premium nickel-based alloys and specialty metals
+ tailored for high-temperature, corrosion-resistant,
+ and performance-critical environments.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/products/scrap.php b/app/Views/front/page/products/scrap.php
new file mode 100644
index 0000000..2e0ec1a
--- /dev/null
+++ b/app/Views/front/page/products/scrap.php
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Titanium Scrap
+
+ Reliable streams of titanium scrap, including turnings,
+ solids, and mixed grades—inspected, sorted, and
+ prepared for international buyers.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/products/solid.php b/app/Views/front/page/products/solid.php
new file mode 100644
index 0000000..06aa4e7
--- /dev/null
+++ b/app/Views/front/page/products/solid.php
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
Titanium Solids
+
+ Clean titanium solids in various grades and forms,
+ suitable for remelting, forging, and advanced
+ processing.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/front/page/welcome.php b/app/Views/front/page/welcome.php
index 7546ee1..0b4c0db 100644
--- a/app/Views/front/page/welcome.php
+++ b/app/Views/front/page/welcome.php
@@ -3,11 +3,11 @@
= $this->include($viewDatas['layout']['layout'] . '/top'); ?>
-= $this->include($viewDatas['layout']['path'] . '/welcome/hero'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/welcome/hero'); ?>
-= $this->include($viewDatas['layout']['path'] . '/welcome/whatwedo'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/welcome/whatwedo'); ?>
-= $this->include($viewDatas['layout']['path'] . '/welcome/partner'); ?>
+= $this->include($viewDatas['layout']['path'] . '/page/welcome/partner'); ?>
= $this->include($viewDatas['layout']['layout'] . '/bottom'); ?>