import React from 'react'; import { BiCheck } from 'react-icons/bi'; import { BsHeartFill } from 'react-icons/bs'; import Blob from '../svg/Blob'; import ComparePriceIcon from '../icons/ComparePriceIcon'; import SparkleIcon from '../icons/SparkleIcon'; type Props = { logoSrc?: File | string | null; expandedHeaderMessage: string | null; position: string; buttonColor: string; textColor: string; }; export const SingleProductPreviewWidget = ({ logoSrc, expandedHeaderMessage, position, buttonColor, textColor, }: Props) => { const product = { image: 'https://recomaze-cdn.nyc3.cdn.digitaloceanspaces.com/public/2015-03-20_Ashley_Look_20_23515_15565.webp', title: 'Berry Top', price: 278.6, currency: '€', blurb: "You'll adore this versatile, off-white tunic!", bullets: [ 'Double-zip for custom fit.', 'Soft cotton/spandex blend.', 'Made in Japan.', ], stockText: 'In stock', }; return (
{product.blurb}