import { Link } from 'react-router-dom' import { ModalExample } from '../context/modals/ModalExample' import { ToastExample } from '../context/toasts/ToastExample' export function Home() { return (

Welcome to Crafting Shop

Your one-stop shop for premium crafting supplies

Browse Products

Quality Products

Premium crafting supplies for all your projects

Fast Delivery

Quick and reliable shipping to your doorstep

Secure Payments

Safe and secure payment processing

Modal System Demo

Test our modal system with this interactive example. The modal uses React Context for state management.

Toast System Demo

Test our toast notification system with this interactive example. The toast uses React Context for state management.

) }