// Button.tsx import clsx from 'clsx'; import React from 'react'; interface ButtonProps { children: React.ReactNode; variant: 'primary' | 'secondary';
export const metadata: Metadata = { title: 'Create Next App', description: 'Generated by create next app', };
interface FormProps { children: React.ReactNode; className?: string; useTurnstile?: boolean; onSubmit: (data: any) => any; } function Field({ label, value, type, children }: FieldProps) { return ( <div className='flex flex-col'> <label htmlFor={label}>{label}</label>
As a full-stack web developer, I can create engaging websites from start to finish. With my programming expertise, I deliver quality work that meets any client's needs.
// FAQ