import React from "react";
import { ArrowRight, ShoppingBag, BadgeDollarSign, Boxes, PhoneCall, GraduationCap, CalendarCheck } from "lucide-react";
export default function WhiteningGalsHub() {
const primary = [
{ label: "NYC Spa Booking", sub: "Schedule your whitening session", icon:
, href: "https://schedulethewhiteninggals.as.me/schedule/0df14e23" },
{ label: "Training – Learn More", sub: "Virtual & in-person options", icon:
, href: "https://thewhiteninggals.co/collections/training-certification" },
{ label: "Free Info Call", sub: "Ask anything in 10 minutes", icon:
, href: "https://www.powr.io/form-builder/i/40109425#page" },
{ label: "Shop Supplies", sub: "Gels, pens, remineralization", icon:
, href: "https://thewhiteninggals.co/collections/wholesale-supplies" },
{ label: "Branded Supplies", sub: "Private label / wholesale", icon:
, href: "https://thewhiteninggals.co/collections/build-your-brand" },
{ label: "Equipment & Lamps", sub: "Chairs, lamps, kits", icon:
, href: "https://thewhiteninggals.co/collections/pro-lamps" },
];
return (
Quick Actions
{primary.map((item, i) => (
))}
);
}