- {storeLogo ? (
-

- ) : (
-
🖼️
- )}
+ {/* Tab Content: Store Profile */}
+
+ {/* Section 1: Basic Information (Asymmetric Layout) */}
+
+ {/* Left Column: Context */}
+
+
Public Profile
+
+ This information will be displayed publicly on your artisan store page. Make sure your brand reflects the quality of your craft.
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- {['Sustainable Products', 'Home Decor', 'Eco-Friendly', 'OPOD Products', 'GI Tagged', 'Textiles & Apparel'].map(cat => {
- const isSelected = selectedCategories.includes(cat);
- return (
-
+
+ {/* Divider */}
+
+
+ {/* Section 2: Contact Information */}
+
+ {/* Left Column */}
+
+
Support Contact
+
+ How buyers can reach you for inquiries regarding custom orders or product details.
+
+
+
+ {/* Right Column */}
+
+
+
+ {/* Bottom Action Bar */}
+
+
+
-
-
-
-
-
-
)}
diff --git a/src/config.ts b/src/config.ts
index 87713cc..7b38290 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -121,6 +121,69 @@ export const CONFIG = {
}
export function apiFetch(url: string, options: RequestInit = {}): Promise