/*
TijaratMart Digital Service – Single-file React component (Tailwind CSS)

How to use:
1. Create a React app (Vite / Create React App).
2. Install Tailwind CSS following the official guide and enable JIT.
3. Save this file as `TijaratMartWebsite.jsx` and import it in `App.jsx`.
4. Replace images/placeholders and marketing copy as needed.

Notes:
– Uses Tailwind classes for styling. No external images necessary; replace placeholders with real assets.
– WhatsApp button uses number: +91 9477265080 (change if necessary).
– Contact phones/emails taken from your provided details.

*/

import React from “react”;

export default function TijaratMartWebsite() {
const phone1 = “+91 9477265080”;
const phone2 = “+91 7360997475”;
const email = “support@tijaratmartdigital.com”;
const address = “G-264, Ramnagar Lane, Kolkata 700024”;

return (

{/* NAVBAR */}

TM

TijaratMart Digital Service

Affordable digital growth for small businesses

{/* simple mobile menu toggle could be added here; for demo, we keep it minimal */}
Contact

{/* HERO */}

Grow your business with TijaratMart

We help small businesses, startups, coaching centres and local shops get more customers using smart, affordable digital marketing — social media, websites, lead generation, branding and automation.

Contact

{phone1}

Email

{email}

digital marketing

Popular Packages

  • Starter Social — 12 posts/month + basic support
  • Growth Pack — Social + Ads + Lead Generation
  • Website + Branding — Landing page + Logo + WhatsApp automation

{/* SERVICES */}

Our Services

Full-stack digital marketing services designed for affordable growth.






{/* ABOUT */}

About TijaratMart

Founded by Saheen Khatoon and co-founded by Md Sharukh, TijaratMart Digital Service is on a mission to make digital marketing affordable and effective for small businesses. We started as a beta in 2023 and launched in 2024. Our team helps with strategy, creative, campaigns and long-term growth.

Founder & CEO

Saheen Khatoon

Co-founder & MD

Md Sharukh

Quick Stats

  • 100+ clients served
  • Services: Social, Web, Ads, Branding, Automation
  • Affiliate program: 35% commission

{/* PORTFOLIO / TESTIMONIALS */}

Portfolio & Results

A few example results and sample creative — replace these with real client screenshots.



{/* CONTACT */}

Get in touch

Send us a message or call/WhatsApp. We respond quickly and provide a free consultation.

Email

{email}

Phone / WhatsApp

{phone1} · {phone2}

Address

{address}

{e.preventDefault(); alert(‘Form submitted — replace with real backend or email action.’);}}>





Or chat on WhatsApp

{/* FOOTER */}

TijaratMart Digital Service

Affordable digital marketing for local businesses. SEO, Social, Ads, Websites and Automation.

Phone: {phone1} · {phone2}

Email: {email}

Address

{address}

Follow us

© {new Date().getFullYear()} TijaratMart Digital Service — All rights reserved

{/* Floating WhatsApp Button */}

� WhatsApp

);
}

function ServiceCard({title, desc}){
return (

{title}

{desc}

)
}

function PortfolioCard({title, subtitle}){
return (

portfolio

{title}

{subtitle}

)
}