import React from 'react'; const QuoteSection: React.FC = () => { return (
format_quote

"My pottery is designed to be both beautiful and practical. From minimalist vases to durable dinner plates, each piece has its own character."

Anonymous — Verified Collector

); }; export default QuoteSection;