diff --git a/src/App.tsx b/src/App.tsx index 07b55fb..1032844 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -805,120 +805,138 @@ export default function App() { return ( <> {/* Dynamic Header */} -
-
navigateTo('home')}> -
{CONFIG.logoLetter}
- {CONFIG.companyName} -
- -
- {currentPage === 'dashboard' ? ( - - ) : ( - <> - - - - )} -
-
+ +
+ + + + +
+
+ {currentPage === 'dashboard' ? ( + + ) : ( + <> + + + + )} +
+ + {/* Main Content Area */} {currentPage !== 'dashboard' ? (
{/* HOMEPAGE VIEW */} {currentPage === 'home' && ( -
-
-
-

- {CONFIG.hero.title.split('. ')[0]}.
- {CONFIG.hero.title.split('. ')[1]} -

-

- {CONFIG.hero.subtitle} -

-
- -
-
- Artisans Crafting -
-
-
- {CONFIG.features.map((feature, i) => ( -
-
{feature.icon}
-

{feature.title}

-

{feature.description}

+ {/* Discover Heritage Cards */} +
+

Discover Heritage

+
+ {/* Category 1 */} +
+ +
+
+

Hand-Thrown Pottery

+

Explore Collection

- ))} +
+ {/* Category 2 */} +
+ +
+
+

Traditional Textiles

+

Explore Collection

+
+
+ {/* Category 3 */} +
+ +
+
+

Metallic Arts

+

Explore Collection

+
+
+ {/* Category 4 */} +
+ +
+
+

Wooden Heritage

+

Explore Collection

+
+
-
-
- Featured Artisan -
-

Featured Artisan

-

- {CONFIG.featuredArtisan.quote} -

-

- {CONFIG.featuredArtisan.name} ({CONFIG.featuredArtisan.role})

+ {/* The Tradhox Promise */} +
+
+
+
+ verified +

Expand Your Reach

+

Every piece is verified for its origin and traditional crafting methods, ensuring you receive true heritage art.

+
+
+ handshake +

Easy Inventory Tools

+

We empower creators directly, bypassing intermediaries to foster sustainable livelihoods for artisanal communities.

+
+
+ eco +

Secure Payments

+

Committed to eco-friendly materials and ethical production processes that respect both people and the planet.

+
)} - {/* ABOUT US VIEW */} {currentPage === 'about' && (