import React from 'react'; import clsx from 'clsx'; import { Link } from '@theme/components'; import { ROUTES } from '@theme/routes'; import { Image } from '@akinon/next/components/image'; import { getThemeSettings } from '@theme/data/server/theme'; const CheckoutHeader = async () => { const themeSettings = await getThemeSettings(); return (
Project Zero
0 850 850 00 00
); }; export default CheckoutHeader;