// SRT – B2B Category Banners
// Single-file React component (TailwindCSS). Drop this into your project and render
// Notes:
// – Replace the placeholder
sources with your product photos.
// – CTA buttons use tel: (WhatsApp) and mailto: links; edit as needed.
// – Each banner is standalone so you can use them as individual hero sections or stack them.
import React from “react”;
// Shared CTA button
function CTAGroup() {
return (
);
}
// ————————————————————————————————
// Banner 1: Automotive Parts
function BannerAutomotive() {
return (
SRT Co., Ltd.
High‑Quality Automotive Parts from Korea
Genuine lighting, HID/LED bulbs, and trusted spare parts. Reliable supply and competitive pricing for B2B buyers across Africa.
OEM / Aftermarket
Consistent Quality
Fast Lead Times
{/* Replace with your product photos */}
);
}
// ————————————————————————————————
// Banner 2: K‑Beauty & Skincare
function BannerKBeauty() {
return (
SRT Co., Ltd.
Premium K‑Beauty Products from Korea
Sheet masks, serums, and advanced skincare essentials. Private label and OEM options available for distributors and wholesalers.
Sheet Masks
Whitening
Anti‑Aging
EGF/FGF
{/* Replace with your product photos */}
Paraben‑Free
Dermatologically Tested
Made in Korea
);
}
// ————————————————————————————————
// Banner 3: Stationery & Lifestyle
function BannerStationery() {
return (
SRT Co., Ltd.
Affordable & Durable Stationery for Everyday Use
Notebooks, pencils, and lifestyle supplies for schools & offices. Bulk order pricing and consolidated shipping support.
Notebooks
Pencils
Office Sets
Private Label
{/* Replace with your product photos */}
Notebooks
Pencils
Office Sets
);
}
// ————————————————————————————————
// Small UI atoms
function Tag({ children, intent = “dark” }) {
const base = “inline-flex items-center gap-1 rounded-full px-3 py-1 text-xs font-medium”;
const styles = intent === “light”
? “bg-white/10 text-white/90 ring-1 ring-white/20”
: “bg-black/5 text-neutral-800 ring-1 ring-neutral-200”;
return
{children} ;
}
function Badge({ children }) {
return (
{children}
);
}
function CheckIcon(props) {
return (
);
}
function WhatsAppIcon(props) {
return (
);
}
function MailIcon(props) {
return (
);
}
export default function SRTB2BBanners() {
return (
{/* Top identity bar */}
SRT Co., Ltd.
Korea’s Total Export Partner
© {new Date().getFullYear()} SRT Co., Ltd. • Delivering Korea’s Best to Africa
);
}
죄송하지만, 아무것도 찾을 수 없습니다. 다른 키워드로 검색해 보세요.
죄송하지만, 아무것도 찾을 수 없습니다. 다른 키워드로 검색해 보세요.