{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"portfolio-portfolio-quote-and-feedback-base","type":"registry:block","title":"Base","files":[{"path":"components/blocks/portfolio/portfolio-quote-and-feedback/base.tsx","content":"export default function Base() {\n  return (\n    <div>\n      <div className=\"container mx-auto px-4 py-24 md:px-6 lg:py-32 2xl:max-w-[1400px]\">\n        <blockquote className=\"mx-auto max-w-4xl\">\n          <div className=\"flex flex-col items-center\">\n            <div className=\"text-primary mb-6 font-serif text-4xl\">&ldquo;</div>\n            <p className=\"text-center text-xl sm:text-2xl md:text-3xl md:leading-normal\">\n              Working with this team was an absolute pleasure. The level of\n              professionalism and creativity exceeded all my expectations.\n            </p>\n            <div className=\"mt-6 flex flex-col items-center md:mt-10\">\n              <p className=\"font-semibold\">Sarah Johnson</p>\n              <p className=\"text-muted-foreground\">\n                Design Director, Creative Studio\n              </p>\n            </div>\n          </div>\n        </blockquote>\n      </div>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/portfolio/portfolio-quote-and-feedback/base.tsx"}],"description":"A clean quote block with the testimonial text, author name, and role. Use it as a simple starting point to add one piece of client feedback to any page."}