export default function JTBAssetGroupPortfolio() {
const services = [
{
title: "Digital Asset Management",
desc: "Structured management of digital brands, platforms, and online assets with a focus on clarity, consistency, and long-term value.",
},
{
title: "Web Development",
desc: "Custom websites and landing pages built for performance, credibility, and conversion across desktop and mobile.",
},
{
title: "Brand Positioning",
desc: "Sharper messaging, refined digital presentation, and premium online experiences designed to elevate perception.",
},
];
const projects = [
{
name: "Premium Brand Presence",
type: "Brand / Web",
desc: "A refined digital rollout focused on stronger visual identity, premium presentation, and clear brand architecture.",
},
{
name: "High-Performance Landing Experience",
type: "Development",
desc: "Conversion-minded layout system with a clean narrative flow, fast load times, and polished UI interactions.",
},
{
name: "Digital Growth Framework",
type: "Strategy / Assets",
desc: "A scalable content and asset structure designed to support marketing activity, campaigns, and future expansion.",
},
];
return (
Boutique digital management & development
Digital assets built with intent.
JTB Asset Group creates premium digital experiences across brand, web, and online asset development — designed to feel sharp, modern, and commercially effective.
Lead
Joel Borserio
Managing Director
Website
jtbassetgroup.com
Focused on polished execution, premium positioning, and practical digital outcomes.
{[
["01", "Modern web builds"],
["02", "Premium brand presentation"],
["03", "Performance-led digital assets"],
].map(([num, label]) => (
))}
Services
Built for brands that value clarity.
Strategic digital support tailored to businesses that want to look sharper and perform better online.
{services.map((service) => (
Service
{service.title}
{service.desc}
))}
Selected Work
Original work, premium feel.
{projects.map((project, index) => (
0{index + 1} — {project.type}
{project.name}
{project.desc}
))}
About
A boutique approach to digital presence.
JTB Asset Group works with businesses that want more than a basic online presence. The focus is on high-quality presentation, structured digital assets, and modern web experiences that support growth.
Every build is approached with intention — balancing premium visual identity with real-world usability, performance, and flexibility.
);
}