@@ -53,84 +53,7 @@ const Contact = () => {
53
53
) ) }
54
54
</ div >
55
55
< br />
56
- { /* <div> }
57
-
58
56
59
- <section className="text-gray-600 body-font relative pr-3 pl-3">
60
- <div className="container px-5 py-24 mx-auto border-2 rounded-2xl shadow-2xl bg-green-50">
61
- <div className="flex flex-col text-center w-full mb-12 ">
62
- <h1 className="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">
63
- Contact Us
64
- </h1>
65
- <p className="lg:w-2/3 mx-auto leading-relaxed text-base">
66
- <b>You Can Drop Your Ideas And Feedback Here</b>
67
- </p>
68
- </div>
69
- <div className="lg:w-1/2 md:w-2/3 mx-auto">
70
- <div className="flex flex-wrap -m-2">
71
- <div className="p-2 w-1/2">
72
- <div className="relative">
73
- <label
74
- htmlFor="name"
75
- className="leading-7 text-lg text-gray-600"
76
- >
77
- Name
78
- </label>
79
- <input
80
- type="text"
81
- id="name"
82
- name="name"
83
- className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
84
- />
85
- </div>
86
- </div>
87
- <div className="p-2 w-1/2">
88
- <div className="relative">
89
- <label
90
- htmlFor="email"
91
- className="leading-7 text-lg text-gray-600"
92
- >
93
- Email
94
- </label>
95
- <input
96
- type="email"
97
- id="email"
98
- name="email"
99
- className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
100
- />
101
- </div>
102
- </div>
103
- <div className="p-2 w-full">
104
- <div className="relative">
105
- <label
106
- htmlFor="message"
107
- className="leading-7 text-lg text-gray-600"
108
- >
109
- Message
110
- </label>
111
- <textarea
112
- id="message"
113
- name="message"
114
- className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"
115
- defaultValue={''}
116
- />
117
- </div>
118
- </div>
119
- <div className="p-2 w-full ">
120
- <button
121
- style={{ backgroundColor: 'rgb(128,0,0' }}
122
- className=" flex mx-auto text-white transition duration-500 ease-in-out bg-blue-600 hover:bg-red-600 transform hover:-translate-y-1 hover:scale-110 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg "
123
- >
124
- Submit
125
- </button>
126
- </div>
127
- </div>
128
- </div>
129
- </div>
130
- </section>
131
- <br />
132
- <br />
133
- </div> */ }
134
57
</ >
135
58
) ;
136
59
} ;
0 commit comments