import React from 'react'; import { ShoppingBag, Globe, Mail, Youtube, Instagram, MessageSquare, Store, Wind, PenTool, Package, Thermometer, Flame } from 'lucide-react'; const HubLink = ({ href, icon: Icon, title, subtitle, primary = false }) => { return (

{title}

{subtitle && (

{subtitle}

)}
); }; export default function App() { return (
{/* Luxury Ambient Background */}
{/* Soft emerald glow top left */}
{/* Soft charcoal/slate glow bottom right */}
{/* Profile / Branding Section */}

Pixie's Pantry

Tested gear. Transparent reviews. No BS. Everything you need, straight from the workbench.

{/* Links Section */}

Featured Gear

The Community

Partner Brands

Connect

{/* Footer */}
); }