add street input on the register page, and dont repeat it on the profile data entry just show it as already filled in step in which user can edit selections,
after verification of submitting documents ask for payment of onboarding fee to allow access to market place and finance profile,
dont duplicate experience in years put only one place the creatorcan select experience in years
otp should be 4 digit, on market place details filling show creator a pre-configrured commision fee,
add page for terms and conditions, about us page,
and a page in market place to view details about creator and see his past shows or events, rating and reviews
Now let me read the verification page and check the marketplace pages:
Let me start with the sign-up page updates - adding street input and changing to 4-digit OTP:
Now let me update the verification page to show the filled data as editable summaries and ensure the payment step is for onboarding fee (which it already has). I also need to update the profile summary to show the street address:
Now let me update the verification page to improve the payment step description (it already has the onboarding fee payment, I'll enhance it to mention marketplace access):
Now let me move to the next task and remove experience years from the sign-up page since it should only be in one place (the creative profile):
I can see there's a "Years Active" field in the sign-up creative step. Let me remove it from there since it should only be in the creative profile page (onboarding/creative):
Now I need to check the creative profile page to ensure it has the experience years in a proper place. Let me also add an "Experience Years" field there if it doesn't exist properly:
The creative profile page doesn't have an experience years field. Let me add it there:
Now let me add the years experience selector UI in the profile step:
Now let me create the Terms & Conditions and About Us pages:
Now let me update the marketplace to show commission fees and create a past events page:
Let me add past events to the mock data and create an "Events" tab in the profile page. First, let me find where the tabs are defined:
Now I need to add the events TabsContent. Let me find where the other TabsContent sections are:
Now I can add the events tab content after the portfolio tab:
Now let me add the commission fee display for creators. I'll look for where we show price-related info in the marketplace or dashboard:
Let me add a marketplace settings page in the dashboard where creators can see the commission fee:
I have completed all the requested changes:
/onboarding/creative) where users select their years of experience (0-1, 1-3, 3-5, 5-10, 10-15, 15+ years)/terms): Comprehensive legal page with 15 sections covering eligibility, onboarding fee, marketplace services, commission fees (10%), funding services, and more/about): Company story, values, leadership team, mission/vision, and statsMarketplace updates:
/dashboard/marketplace) where creators can see the pre-configured 10% commission fee with example calculations, manage profile visibility, set pricing, and view earnings summarycan you give me a prompt mobile flow of this app so i can give claude code
Here's the complete mobile-first prompt for Claude Code:
# TUNU - Creative Funding Platform for African Artists (Mobile-First)
Build a mobile-first creative funding platform called "TUNU" for African artists and creators. This fintech-style app helps musicians, filmmakers, visual artists, and content creators access funding and get discovered through a marketplace.
## Tech Stack
- Next.js 15+ App Router
- TypeScript
- Tailwind CSS v4
- shadcn/ui components
- DM Sans for body text, Space Grotesk for headings
---
## Exact Color System (globals.css)
### Light Mode
```css
:root {
--background: oklch(0.97 0.01 85); /* Warm cream */
--foreground: oklch(0.15 0.02 45); /* Deep brown/charcoal */
--card: oklch(1 0 0); /* Pure white */
--card-foreground: oklch(0.15 0.02 45);
--primary: oklch(0.55 0.16 50); /* Warm amber/gold */
--primary-foreground: oklch(1 0 0);
--secondary: oklch(0.18 0.02 45); /* Near black */
--secondary-foreground: oklch(0.98 0.01 85);
--muted: oklch(0.93 0.01 85); /* Lighter cream */
--muted-foreground: oklch(0.45 0.02 45);
--accent: oklch(0.65 0.14 55); /* Lighter gold */
--accent-foreground: oklch(0.15 0.02 45);
--destructive: oklch(0.55 0.22 25);
--border: oklch(0.88 0.02 85);
--input: oklch(0.93 0.01 85);
--ring: oklch(0.55 0.16 50);
--success: oklch(0.55 0.15 145);
--warning: oklch(0.7 0.15 70);
--radius: 0.75rem;
}.dark {
--background: oklch(0.12 0.02 45);
--foreground: oklch(0.98 0.01 85);
--card: oklch(0.16 0.02 45);
--primary: oklch(0.65 0.16 50);
--primary-foreground: oklch(0.12 0.02 45);
--secondary: oklch(0.25 0.02 45);
--muted: oklch(0.22 0.02 45);
--accent: oklch(0.25 0.02 45);
--border: oklch(0.25 0.02 45);
}├── Landing (/)
├── Auth
│ ├── Sign Up (/auth/sign-up) - Phone, OTP, Details, Creative
│ └── Sign In (/auth/sign-in)
├── Onboarding (authenticated)
│ ├── Welcome (/onboarding)
│ ├── Personal Details (/onboarding/personal) - Business type, Profile picture, Identity, Address
│ ├── Creative Profile (/onboarding/creative) - Category, Experience years, Bio, Portfolio, Skills
│ ├── Verification (/onboarding/verification) - Review summary, Documents, Onboarding fee payment
│ ├── Financial (/onboarding/financial)
│ ├── Eligibility (/onboarding/eligibility)
│ └── Funding Application (/onboarding/funding)
├── Dashboard (authenticated, bottom tabs)
│ ├── Home (/dashboard)
│ ├── Loans (/dashboard/loans)
│ ├── Loan Detail (/dashboard/loans/[id])
│ ├── Applications (/dashboard/applications)
│ ├── Payments (/dashboard/payments)
│ ├── Calendar (/dashboard/calendar)
│ └── Marketplace Settings (/dashboard/marketplace) - Commission fee display
├── Marketplace (public, guest accessible)
│ ├── Browse (/marketplace)
│ └── Creator Profile (/marketplace/[slug]) - About, Portfolio, Past Events, Services, Reviews
├── Static Pages
│ ├── About (/about)
│ └── Terms & Conditions (/terms)┌─────────────────────────┐
│ TUNU [Sign In]│ ← 56px header
├─────────────────────────┤
│ │
│ Fund Your │
│ Creative │
│ Vision │ ← 32px bold heading
│ │
│ Empowering African │
│ artists with... │ ← 16px muted text
│ │
│ ┌─────────────────────┐ │
│ │ Get Started │ │ ← Full-width primary CTA
│ └─────────────────────┘ │
│ ┌─────────────────────┐ │
│ │ Explore Creators │ │ ← Secondary outline CTA
│ └─────────────────────┘ │
│ │
│ ┌────┐ ┌────┐ ┌────┐ │
│ │5M+ │ │94% │ │2K+ │ │ ← Stat pills, horizontal
│ │Fund│ │Rate│ │Arts│ │
│ └────┘ └────┘ └────┘ │
│ │
├─────────────────────────┤
│ How It Works │
│ ───────────────── │
│ ┌─────────────────┐ │
│ │ ① Create Profile│ │ ← Vertical step cards
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ② Build Portfolio│ │
│ └─────────────────┘ │
│ ... │
├─────────────────────────┤
│ Funding Products │
│ ←────────────────→ │ ← Horizontal scroll
│ [Card][Card][Card] │
├─────────────────────────┤
│ Success Stories │
│ ┌─────────────────┐ │
│ │ "TUNU helped..." │ │ ← Testimonial cards
│ │ - Amina, Musician│ │
│ └─────────────────┘ │
├─────────────────────────┤
│ [Footer links] │
└─────────────────────────┘┌─────────────────────────┐
│ ← Create Account │
├─────────────────────────┤
│ │
│ Join TUNU │ ← 24px bold
│ Start your creative │
│ funding journey │
│ │
│ Phone Number │
│ ┌─────────────────┐ │
│ │ 🇹🇿 +255 ▼ │ │ ← Country picker, 48px
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ 712 345 678 │ │ ← Phone input, 48px
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Continue │ │ ← Primary button
│ └─────────────────┘ │
│ │
│ ──── or ──── │
│ │
│ ┌─────────────────┐ │
│ │ 📧 Use Email │ │ ← Secondary button
│ └─────────────────┘ │
│ │
│ Already have account? │
│ Sign in → │
└─────────────────────────┘┌─────────────────────────┐
│ ← Verify Phone │
├─────────────────────────┤
│ │
│ Enter Code │
│ Sent to +255 712... │
│ │
│ ┌──┐┌──┐┌──┐┌──┐ │
│ │ ││ ││ ││ │ │ ← 4 OTP boxes, 56px each
│ └──┘└──┘└──┘└──┘ │
│ │
│ Resend code (0:45) │ ← Countdown timer
│ │
│ ┌─────────────────┐ │
│ │ Verify │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Your Details │
├─────────────────────────┤
│ │
│ Full Name │
│ ┌─────────────────┐ │
│ │ │ │
│ └─────────────────┘ │
│ │
│ Stage/Artist Name │
│ ┌─────────────────┐ │
│ │ │ │
│ └─────────────────┘ │
│ │
│ Email │
│ ┌─────────────────┐ │
│ │ │ │
│ └─────────────────┘ │
│ │
│ Date of Birth │
│ ┌─────────────────┐ │
│ │ DD / MM / YYYY │ │
│ └─────────────────┘ │
│ │
│ Gender │
│ [Male] [Female] [Other]│ ← Pill selector
│ │
│ Region │
│ ┌─────────────────┐ │
│ │ Select region ▼ │ │
│ └─────────────────┘ │
│ │
│ Street Address │
│ ┌─────────────────┐ │
│ │ House, Street...│ │ ← NEW: Street input
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Continue │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Your Craft │
├─────────────────────────┤
│ │
│ What do you create? │
│ │
│ ┌────────┐ ┌────────┐ │
│ │ 🎵 │ │ 🎬 │ │
│ │ Music │ │ Film │ │ ← 2x3 grid of categories
│ └────────┘ └────────┘ │
│ ┌────────┐ ┌────────┐ │
│ │ 🎨 │ │ 📸 │ │
│ │ Visual │ │ Photo │ │
│ └────────┘ └────────┘ │
│ ┌────────┐ ┌────────┐ │
│ │ 📝 │ │ 👗 │ │
│ │ Writer │ │Fashion │ │
│ └────────┘ └────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Create Account │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Setup Profile │
├─────────────────────────┤
│ │
│ ● ─ ○ ─ ○ ─ ○ ─ ○ │ ← Dot progress (5 steps)
│ │
│ Welcome, Amina! │
│ │
│ Let's complete your │
│ creator profile │
│ │
│ ┌─────────────────┐ │
│ │ ✓ Personal Info │ │
│ │ ○ Creative Prof │ │
│ │ ○ Verification │ │
│ │ ○ Financial │ │
│ │ ○ Eligibility │ │
│ └─────────────────┘ │
│ │
│ Est. time: 10 mins │
│ │
│ ┌─────────────────┐ │
│ │ Let's Start │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Personal Details │
├─────────────────────────┤
│ ● ─ ● ─ ○ ─ ○ ─ ○ │
│ Step 1 of 5 │
│ ▓▓▓▓▓░░░░░░░░ 2/4 │ ← Sub-step progress
├─────────────────────────┤
│ │
│ Business Type │
│ │
│ ┌─────────────────┐ │
│ │ ○ Individual │ │
│ │ Freelancer │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ● Registered │ │ ← Selected
│ │ Business │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ○ Collective │ │
│ └─────────────────┘ │
│ │
├─────────────────────────┤
│ [Back] [Continue] │ ← Sticky bottom
└─────────────────────────┘┌─────────────────────────┐
│ ← Profile Picture │
├─────────────────────────┤
│ │
│ Add Your Photo │
│ │
│ ┌───────┐ │
│ / \ │
│ │ 📷 │ │ ← 120px circle
│ │ Tap to │ │
│ │ upload │ │
│ \ / │
│ └───────┘ │
│ │
│ Guidelines: │
│ • Clear face visible │
│ • Good lighting │
│ • Max 5MB │
│ │
├─────────────────────────┤
│ [Skip] [Continue] │
└─────────────────────────┘┌─────────────────────────┐
│ ← Edit Photo │
├─────────────────────────┤
│ │
│ ┌─────────────────┐ │
│ │ │ │
│ │ [Circular │ │
│ │ Preview] │ │ ← Crop preview
│ │ │ │
│ └─────────────────┘ │
│ │
│ Zoom │
│ ●────────────○ │ ← Slider
│ │
│ [↺ Rotate] │
│ │
│ ┌─────────────────┐ │
│ │ Save Photo │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Creative Profile │
├─────────────────────────┤
│ ○ ─ ● ─ ○ ─ ○ ─ ○ │
│ Step 2 of 5 │
├─────────────────────────┤
│ │
│ Primary Category │
│ ┌─────────────────┐ │
│ │ Music & Audio ▼ │ │
│ └─────────────────┘ │
│ │
│ Years of Experience │ ← ONLY place for experience
│ ┌─────────────────┐ │
│ │ Select years ▼ │ │
│ └─────────────────┘ │
│ • Less than 1 year │
│ • 1-3 years │
│ • 3-5 years │
│ • 5-10 years │
│ • 10-15 years │
│ • 15+ years │
│ │
│ Short Bio │
│ ┌─────────────────┐ │
│ │ │ │
│ │ │ │
│ └─────────────────┘ │
│ │
├─────────────────────────┤
│ [Back] [Continue] │
└─────────────────────────┘┌─────────────────────────┐
│ ← Verification │
├─────────────────────────┤
│ ○ ─ ○ ─ ● ─ ○ ─ ○ │
│ Step 3 of 5 │
├─────────────────────────┤
│ │
│ Review Your Info │
│ │
│ ┌─────────────────┐ │
│ │ Personal [✎]│ │ ← Edit button
│ ├─────────────────┤ │
│ │ Name: Amina J. │ │
│ │ Phone: +255 712 │ │
│ │ Email: amina@...│ │
│ │ Region: Dar │ │
│ │ Street: Plot 45,│ │ ← Shows street from signup
│ │ Msasani Road │ │
│ │ Type: Individual│ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Creative [✎]│ │
│ ├─────────────────┤ │
│ │ Category: Music │ │
│ │ Experience: 3-5y│ │ ← From creative profile
│ │ Platforms: IG,YT│ │
│ └─────────────────┘ │
│ │
├─────────────────────────┤
│ [Back] [Continue] │
└─────────────────────────┘┌─────────────────────────┐
│ ← Upload Documents │
├─────────────────────────┤
│ │
│ Required Documents │
│ │
│ ┌─────────────────┐ │
│ │ 🪪 Government ID │ │
│ │ ┌─────┐ ┌─────┐ │ │
│ │ │Front│ │Back │ │ │
│ │ │ + │ │ + │ │ │
│ │ └─────┘ └─────┘ │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ 📍 Proof Address│ │
│ │ [+ Upload] │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ 📋 Business Reg │ │
│ │ [+ Upload] │ │
│ │ (if applicable)│ │
│ └─────────────────┘ │
│ │
├─────────────────────────┤
│ [Back] [Continue] │
└─────────────────────────┘┌─────────────────────────┐
│ ← Onboarding Fee │
├─────────────────────────┤
│ │
│ Complete Your Setup │
│ │
│ ┌─────────────────┐ │
│ │ TZS 25,000 │ │ ← Large amount
│ │ One-time fee │ │
│ └─────────────────┘ │
│ │
│ What you get: │
│ ✓ Access to TUNU │
│ Marketplace │
│ ✓ Identity verified │
│ ✓ Finance Profile │
│ access │
│ ✓ Funding eligibility │
│ │
│ Payment Method │
│ ┌─────────────────┐ │
│ │ ● M-Pesa │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ○ Tigo Pesa │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ○ Bank Transfer │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Pay TZS 25,000│ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ TUNU 🔔 [Avatar]│
├─────────────────────────┤
│ │
│ Good morning, Amina │
│ │
│ ┌─────────────────┐ │
│ │ Credit Score │ │
│ │ ┌───┐ │ │
│ │ │742│ │ │ ← Circular gauge
│ │ └───┘ │ │
│ │ Excellent │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Eligible Amount │ │
│ │ TZS 5,000,000 │ │
│ │ [Apply Now →] │ │
│ └─────────────────┘ │
│ │
│ Active Loans │
│ ┌─────────────────┐ │
│ │ 🎸 Equipment │ │
│ │ ▓▓▓▓▓▓░░░░ 60% │ │
│ │ TZS 1.2M remain │ │
│ │ Next: Jun 15 │ │
│ └─────────────────┘ │
│ │
│ ⚠️ Payment Due Soon │
│ TZS 250,000 - Jun 15 │
│ [Pay Now] │
│ │
│ Quick Actions │
│ [💰][📄][📅][💬] │
│ │
├─────────────────────────┤
│ 🏠 🛒 ➕ 💳 👤 │ ← Bottom tabs
│Home Mkt Apply Pay Me │
└─────────────────────────┘┌─────────────────────────┐
│ ← My Calendar │
├─────────────────────────┤
│ │
│ ◀ June 2024 ▶ │
│ │
│ Mo Tu We Th Fr Sa Su │
│ ┌─────────────────┐ │
│ │ 1 2 3 4 5│ │
│ │ 6 7 8● 9 10 11│ │ ← Dots for events
│ │12 13 14 15●16 17│ │
│ │18 19 20 21 22 23│ │
│ │24 25 26 27 28 29│ │
│ │30 │ │
│ └─────────────────┘ │
│ │
│ June 8 │
│ ┌─────────────────┐ │
│ │🔵 10:00 Meeting │ │ ← Appointment
│ │ with Client │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │🟢 14:00 Studio │ │ ← Personal event
│ │ Session │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │🟣 Suggested: │ │ ← Platform suggestion
│ │ Music Festival│ │
│ └─────────────────┘ │
│ │
│ [+ Add Event] │
│ [Block Time] │
│ │
├─────────────────────────┤
│ 🏠 🛒 ➕ 💳 👤 │
└─────────────────────────┘┌─────────────────────────┐
│ ← Marketplace Settings │
├─────────────────────────┤
│ │
│ Profile Visibility │
│ ┌─────────────────┐ │
│ │ Public Profile │●○│ ← Toggle ON
│ │ Show in search │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ TUNU Commission │ │
│ │ │ │
│ │ 10% │ │ ← Pre-configured fee
│ │ │ │
│ │ Platform fee on │ │
│ │ bookings made │ │
│ │ through TUNU │ │
│ │ │ │
│ │ Example: │ │
│ │ Booking: 500,000│ │
│ │ Fee: 50,000 │ │
│ │ You get: 450,000│ │
│ └─────────────────┘ │
│ │
│ Your Services │
│ ┌─────────────────┐ │
│ │ Live Performance│ │
│ │ TZS 500,000+ │ │
│ │ [Edit] │ │
│ └─────────────────┘ │
│ │
├─────────────────────────┤
│ 🏠 🛒 ➕ 💳 👤 │
└─────────────────────────┘┌─────────────────────────┐
│ TUNU Marketplace [🔍] │
├─────────────────────────┤
│ │
│ ┌─────────────────┐ │
│ │ 🔍 Search... │ │
│ └─────────────────┘ │
│ │
│ ←────────────────→ │
│ [All][Music][Film] │ ← Horizontal scroll filters
│ [Art][Photo][Fashion] │
│ │
│ [📍Location▼][💰Price]│ ← Filter chips
│ │
│ 248 creators found │
│ │
│ ┌─────────────────┐ │
│ │ [Image] │ │
│ │ Amina Juma ✓ │ │
│ │ ⭐ 4.9 (127) │ │
│ │ 🎵 Afro-Soul │ │
│ │ 📍 Dar es Salaam│ │
│ │ From TZS 500K │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ [Image] │ │
│ │ John Makonde │ │
│ │ ⭐ 4.7 (89) │ │
│ │ 🎬 Filmmaker │ │
│ │ 📍 Arusha │ │
│ │ From TZS 1.2M │ │
│ └─────────────────┘ │
│ │
└─────────────────────────┘┌─────────────────────────┐
│ ← [Share] │
├─────────────────────────┤
│ ┌─────────────────┐ │
│ │ [Cover Image] │ │
│ │ │ │
│ │ ┌────┐ │ │
│ │ │Photo│ ✓ │ │ ← Profile + verified badge
│ │ └────┘ │ │
│ └─────────────────┘ │
│ │
│ Amina Juma │
│ Afro-Soul Artist │
│ 📍 Dar es Salaam │
│ ⭐ 4.9 (127 reviews) │
│ │
│ [Request] [Appointment] │ ← Two CTAs
│ │
│ [About][Portfolio][Events]│
│ [Services][Reviews] │ ← Scrollable tabs
│ │
├─ About Tab ─────────────┤
│ Bio text here... │
│ │
│ Achievements │
│ 🏆 TZ Music Award '22 │
│ 🏆 MTV Africa Nominee │
│ │
├─ Past Events Tab ───────┤
│ 5 events completed │
│ │
│ ┌─────────────────┐ │
│ │ [Event Image] │ │
│ │ Sauti za Busara │ │
│ │ Feb 10, 2024 │ │
│ │ 📍 Zanzibar │ │
│ │ 👥 5,000 │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ [Event Image] │ │
│ │ Album Launch │ │
│ │ Dec 15, 2023 │ │
│ │ 📍 Dar es Salaam│ │
│ │ 👥 800 │ │
│ └─────────────────┘ │
│ │
├─ Reviews Tab ───────────┤
│ ⭐⭐⭐⭐⭐ 5.0 │
│ "Amazing performance!"│
│ - Sarah M, Jun 2024 │
│ │
└─────────────────────────┘┌─────────────────────────┐
│ ───── │ ← Drag handle
│ Book Amina Juma │
├─────────────────────────┤
│ │
│ Select Service │
│ ┌─────────────────┐ │
│ │ ● Live Perform. │ │
│ │ TZS 500,000+ │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ ○ Studio Session│ │
│ │ TZS 200,000/hr│ │
│ └─────────────────┘ │
│ │
│ Select Date │
│ ┌─────────────────┐ │
│ │ 📅 Jun 15, 2024 │ │
│ └─────────────────┘ │
│ │
│ Select Time │
│ [09:00][10:00][11:00] │
│ [14:00][15:00][16:00] │
│ │
│ Your Details │
│ ┌─────────────────┐ │
│ │ Name │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ Phone │ │
│ └─────────────────┘ │
│ ┌─────────────────┐ │
│ │ Message... │ │
│ └─────────────────┘ │
│ │
│ ┌─────────────────┐ │
│ │ Send Request │ │
│ └─────────────────┘ │
└─────────────────────────┘┌─────────────────────────┐
│ ← Terms & Conditions │
├─────────────────────────┤
│ │
│ Last updated: Jun '24 │
│ │
│ 1. Acceptance │
│ ───────────────── │
│ By using TUNU... │
│ │
│ 2. Eligibility │
│ ───────────────── │
│ You must be 18+... │
│ │
│ 3. Onboarding Fee │
│ ───────────────── │
│ TZS 25,000 one-time │
│ fee is required... │
│ │
│ 4. Marketplace │
│ ───────────────── │
│ 10% commission on │
│ bookings... │
│ │
│ ... (15 sections) │
│ │
└─────────────────────────┘┌─────────────────────────┐
│ ← About TUNU │
├─────────────────────────┤
│ │
│ ┌─────────────────┐ │
│ │ [Hero Image] │ │
│ │ Empowering │ │
│ │ African │ │
│ │ Creators │ │
│ └─────────────────┘ │
│ │
│ Our Story │
│ ───────────────── │
│ Founded in Tanzania │
│ in 2022... │
│ │
│ Our Mission │
│ ───────────────── │
│ To democratize... │
│ │
│ The Team │
│ ───────────────── │
│ ┌────┐ ┌────┐ │
│ │CEO │ │CTO │ │
│ └────┘ └────┘ │
│ │
│ ┌─────────────────┐ │
│ │ 5M+ │ 2K+ │ 94% │ │
│ │Fund │Artst│Rate │ │
│ └─────────────────┘ │
│ │
└─────────────────────────┘Build mobile-first, then ensure it scales up gracefully for tablet/desktop.
---
This prompt includes all your requested changes: street address in registration, 4-digit OTP, single experience years location, onboarding fee for marketplace/finance access, commission fee display, terms/about pages, and the past events section on creator profiles.can you add free people pictures to see the effects more vivid