your-astro-project/
├── src/
│ ├── pages/
│ │ └── insights/
│ │ └── index.astro ← REPLACE করো (এটা নতুন Learning Hub page)
│ ├── components/
│ │ ├── FobCalculator.astro ← NEW (FOB Price Calculator)
│ │ ├── AqlTool.astro ← NEW (AQL Sample Size Calculator)
│ │ ├── LeadTimeEstimator.astro ← NEW (Lead Time Estimator)
│ │ └── Glossary.astro ← NEW (Industry Glossary)
│ └── data/
│ └── learning-hub.ts ← NEW (all content data)
src/data/ folder তৈরি করোতোমার project-এ যদি src/data/ folder না থাকে, তাহলে তৈরি করো।
learning-hub.ts → src/data/learning-hub.ts
নিচের ৪টি ফাইল → src/components/ folder-এ রাখো:
FobCalculator.astroAqlTool.astroLeadTimeEstimator.astroGlossary.astroindex.astro → src/pages/insights/index.astro
(পুরনো insights/index.astro টা backup রাখতে পারো)
public/downloads/ folder তৈরি করো এবং এই ৪টি ফাইল রাখো:
factory-audit-checklist.pdfrfq-template.docxeu-compliance-timeline.pdfvendor-scorecard.xlsxযদি এখন না থাকে, Download card গুলো দেখাবে কিন্তু click করলে 404 হবে।
সাময়িকভাবে href="#" করে রাখতে পারো।
| Feature | Description |
|---|---|
| FOB Calculator | Garment type, fabric cost, SAM, quantity দিলে FOB price breakdown দেয় |
| AQL Calculator | Lot size + AQL levels দিলে sample size ও Ac/Re numbers দেয় |
| Lead Time Estimator | Product type, destination, shipping mode দিলে T&A breakdown দেয় |
| Industry Glossary | 20টি searchable + filterable industry terms |
| Learning Paths | 3টি curated reading sequence |
| Article Filter | Sector filter + live search সব articles-এ |
| Downloadable Resources | 4টি template/checklist card |
| Newsletter signup | Email capture (Web3Forms বা তোমার endpoint দিয়ে replace করো) |
| Sector pills | Hero-এর sector pills click করলে article list filter হয় |
index.astro ফাইলের এই অংশটা খোঁজো:
// Replace this with your actual form endpoint (Web3Forms, Mailchimp, etc.)
this.innerHTML = '<p ...>✓ Subscribed...</p>';
এখানে তোমার Web3Forms বা Mailchimp API call যোগ করো।
learning-hub.ts file টা .js করে দিতে পারো এবং import এ .ts → .js করো।
global.css এর সাথে ১০০% consistent।#000, Red #e00, White #fff — কোনো নতুন color নেই।