profile-1.tsx

src/components/profile-1.tsx
import React from 'react'
import { clsx } from 'clsx'
import { Image } from '@/components/image'
interface Profile1Props {
/** Image source URL for the testimonial author */
img: string
/** Name or citation for the testimonial author */
cite: string
/** Testimonial content - should be Paragraph components */
children: React.ReactNode
/** Custom aspect ratio classes for the image (default: "aspect-[3/4]") */
aspect?: string
/** Custom rounded classes for the image (default: "rounded-t-full") */
rounded?: string
}
export function Profile1({
img,
cite,

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC