/*
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 (
TijaratMart Digital Service
Affordable digital growth for small businesses
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}
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}
Phone / WhatsApp
{phone1} · {phone2}
Address
{address}
{/* FOOTER */}
{/* Floating WhatsApp Button */}
);
}
function ServiceCard({title, desc}){
return (
)
}
function PortfolioCard({title, subtitle}){
return (
{title}
{subtitle}
)
}