Skip to Content
Case Study | Web DevelopmentLast Updated: September 2026

Airlia - FMCG E-Commerce Platform

Client / Project
Adithyaa Ram Industries
Service Area
Web Development
Last Updated
September 2026
Technologies
Next.js 14ReactTailwind CSSFramer MotionVercel

Project Overview

A high-performance direct-to-consumer store for an FMCG brand featuring catalog caching and WhatsApp funneling.

The Challenge

Adithyaa Ram Industries needed a sleek, direct-to-consumer e-commerce portal to showcase their FMCG lineup. In India's highly competitive FMCG landscape, their main requirement was a website that loaded instantly on mobile networks and redirected prospects directly to a WhatsApp checkout to ensure zero leakage in the sales pipeline.

Our Solution

We developed a server-rendered Next.js store optimized for core web vitals. By caching product catalogs server-side and using next-generation image compression, we minimized page payload. We built a custom WhatsApp shopping cart integration that formats and forwards orders instantly to the client's sales team.

WhatsApp Checkout Dispatcher (TypeScript)
export function dispatchWhatsAppOrder(cart: CartItem[], phone: string) {
  const summary = cart.map(i => `${i.qty}x ${i.title} - INR ${i.price}`).join('%0A');
  const url = `https://wa.me/${phone}?text=New%20Order:%0A${summary}`;
  window.open(url, '_blank', 'noopener,noreferrer');
}

Measured Impact

< 0.8sInitial Load Time
+34%Conversion Rate Lift
+45% MoMDirect D2C Sales

Key Features Delivered

  • Ultra-Fast Catalog Loading
  • One-click WhatsApp Order Dispatch
  • Responsive Glassmorphic UI
  • SEO & Image Delivery Optimization
Launch Live Application ->

Looking for Similar Results?

We build digital infrastructure that drives revenue. Let's map out a plan for your business.

Start Your Project