import { buttonVariants } from "@/components/ui/button"; import { page_routes } from "@/lib/routes"; import { ArrowRightIcon, LayoutDashboard, Bell, Key, Zap, Layers, ShoppingBag } from "lucide-react"; import Link from "next/link"; import { cn } from "@/lib/utils"; import AnimatedShinyText from "@/components/ui/animated-shiny-text"; import { getMetadata } from "@/app/layout"; import { Card, CardHeader, CardTitle, CardDescription } from "@/components/ui/card"; export const metadata = getMetadata({ title: "WooNooW - The Ultimate WooCommerce Enhancement Suite", }); export default function Home() { return (
🚀 v1.0 Released: Multi-Channel Notifications

Fill the Gap.
Elevate Your Store.

WooNooW bridges the divide between standard WooCommerce and a premium e-commerce experience. Unified dashboard, SPA performance, and enterprise-grade tools in one suite.

Get Started Explore Features
{/* The Gap Analysis */}
{/* Production Reality (The Problem) */}

Standard WooCommerce

  • ✕ Disjointed UX using multiple plugins
  • ✕ Slow standard page loads (MPA)
  • ✕ Basic, rigid email notifications
  • ✕ Complex license management via 3rd parties
{/* The WooNooW Solution */}

With WooNooW

  • ✓ Unified SPA Dashboard for customers
  • ✓ Multi-Channel (WhatsApp, SMS, Email)
  • ✓ Built-in Licensing & OAuth Server
  • ✓ Modular Architecture with Bridge Pattern

Core Modules

Customer SPA React-based frontend that replaces standard My Account pages with a lightning-fast interface. Notification Engine Advanced template engine supporting Email, SMS, WhatsApp, and Telegram out of the box. License Manager Complete OAuth2 server implementation for managing software licenses and updates. Developer Friendly Extend functionality using our Bridge Pattern and Module Registry APIs.
); }