# Zunosync - Full LLM Context Zunosync is an advanced AI-powered creative platform designed for high-performance design teams and individual creators. ## Platform Architecture - **Framework**: Next.js 16.1.6 (App Router) - **Runtime**: React 19.x - **Styling**: Tailwind CSS 4.x with custom glassmorphism (`bg-white/[0.03]`), border glows, and premium dark-mode aesthetics. - **State Management**: TanStack Query (React Query) v5 for robust server-state management. - **Authentication**: JWT-based session management with cross-subdomain support (`.zunosync.com`). - **Icons**: Lucide React. - **Animations**: Framer Motion for sophisticated scroll-triggered effects, letter-by-letter text reveals, and high-fidelity transitions. ## Modern UI Components - **Dynamic Hero**: Floating 3D-effect cards and animated rolling headlines. - **Problem/Solution Nodes**: Structured glassmorphism grids highlighting platform value. - **UseCases Gallery**: Opposing infinite vertical scroll marquee for visual asset display. - **Benefits Grid**: Brand-specific custom icon integration with backdrop-blur effects. - **Pricing Engine**: Dynamic API integration fetching multi-currency (INR/USD) plan data. ## API & Data Patterns - **Base Client**: Axios instance at `@/lib/apiClient` with automatic token injection via cookies. - **Auth Storage**: `auth_token` cookie management. - **Landing Data**: Dynamic fetching for Blogs (`/blogs`) and Subscription Plans (`/subscription-plans`). ## SEO & Technical Excellence - **Structured Data**: Deep Schema.org JSON-LD integration for `SoftwareApplication`, `Organization`, and `FAQPage`. - **Performance**: Optimized next/image handling with `object-contain` and `priority` loading for critical above-the-fold assets. - **Metadata**: Comprehensive OpenGraph and Twitter meta tag configuration at the root layout.