Fixed build issues

This commit is contained in:
AmirReza Jamali
2025-09-09 13:32:58 +03:30
parent d73a64fe52
commit 83bd4394fc
18 changed files with 139 additions and 80 deletions
@@ -8,7 +8,7 @@ export function ContactForm() {
<ShowcaseSection title="Contact Form" className="!p-6.5">
<form action="#">
<div className="mb-4.5 flex flex-col gap-4.5 xl:flex-row">
<InputGroup
{/* <InputGroup
label="First name"
type="text"
placeholder="Enter your first name"
@@ -20,10 +20,10 @@ export function ContactForm() {
type="text"
placeholder="Enter your last name"
className="w-full xl:w-1/2"
/>
/> */}
</div>
<InputGroup
{/* <InputGroup
label="Email"
type="email"
placeholder="Enter your email address"
@@ -49,7 +49,7 @@ export function ContactForm() {
]}
/>
<TextAreaGroup label="Message" placeholder="Type your message" />
<TextAreaGroup label="Message" placeholder="Type your message" /> */}
<button className="mt-6 flex w-full justify-center rounded-lg bg-primary p-[13px] font-medium text-white hover:bg-opacity-90">
Send Message
@@ -7,7 +7,7 @@ export function SignInForm() {
return (
<ShowcaseSection title="Sign In Form" className="!p-6.5">
<form action="#">
<InputGroup
{/* <InputGroup
label="Email"
type="email"
placeholder="Enter your email address"
@@ -18,7 +18,7 @@ export function SignInForm() {
label="Password"
type="password"
placeholder="Enter your password"
/>
/> */}
<div className="mb-5.5 mt-5 flex items-center justify-between">
<Checkbox label="Remember me" minimal withBg withIcon="check" />
@@ -5,7 +5,7 @@ export function SignUpForm() {
return (
<ShowcaseSection title="Sign Up Form" className="!p-6.5">
<form action="#">
<InputGroup
{/* <InputGroup
label="Name"
type="text"
placeholder="Enter full name"
@@ -31,7 +31,7 @@ export function SignUpForm() {
type="password"
placeholder="Re-type password"
className="mb-5.5"
/>
/> */}
<button className="flex w-full justify-center rounded-lg bg-primary p-[13px] font-medium text-white hover:bg-opacity-90">
Sign Up