File tree Expand file tree Collapse file tree 1 file changed +0
-52
lines changed Expand file tree Collapse file tree 1 file changed +0
-52
lines changed Original file line number Diff line number Diff line change 1- // import React from 'react';
2- // import { IoDocumentTextOutline } from "react-icons/io5";
3-
4-
5- // const FeedbackCard = () => {
6- // return (
7- // <div className="m-16 mx-auto md:max-w-2xl lg:max-w-[749px] p-4">
8- // <div className="rounded-xl border-2 lg:flex lg:items-center">
9- // <div className=" sm:w-full sm:max-w-md py-8 px-6 lg:mt-0 lg:flex-1 lg:justify-center lg:items-center space-y-2">
10-
11- // <p className="flex gap-2 items-center text-md sm:text-xl text-black">
12- // <IoDocumentTextOutline />
13- // Faced an Issue? Help us improve. </p>
14- // <form method="post" className="space-y-4 sm:space-y-0 sm:flex sm:space-x-3">
15- // <div className="w-full">
16- // <label htmlFor="name" className="sr-only">Name</label>
17- // <input
18- // id="name"
19- // type="text"
20- // autoComplete="name"
21- // className="w-full md:w-[300px] lg:w-[341px] rounded-md border-1 px-5 py-3 text-black placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-700"
22- // placeholder="Write Message"
23- // />
24- // </div>
25- // <div className="w-full">
26- // <label htmlFor="email-address" className="sr-only">Email address</label>
27- // <input
28- // id="email-address"
29- // type="email"
30- // autoComplete="email"
31- // className="w-full md:w-[200px] lg:w-[220px] rounded-md border-1 px-5 py-3 text-black placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-700"
32- // placeholder="Your email"
33- // />
34- // </div>
35- // <button
36- // type="submit"
37- // className="mt-3 flex w-full lg:w-[108px] items-center justify-center rounded-md bg-[#2c85df] px-5 py-3 text-base font-medium text-white hover:bg-gray-400 focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-700 sm:mt-0 sm:w-auto"
38- // >
39- // Send
40- // </button>
41- // </form>
42-
43- // </div>
44- // </div>
45- // </div>
46- // );
47- // }
48-
49- // export default FeedbackCard;
50-
51-
52-
531import React , { useState } from 'react' ;
542import { IoDocumentTextOutline } from "react-icons/io5" ;
553
You can’t perform that action at this time.
0 commit comments