Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f12426b9cc | |||
| aa3370644b | |||
| 70ac966507 | |||
| acf861b04c |
@@ -147,6 +147,7 @@ export default function LandingPage() {
|
|||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23928.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23928.jpg"
|
||||||
imageAlt="Man an electrical technician working in a switchboard with fuses uses a tablet"
|
imageAlt="Man an electrical technician working in a switchboard with fuses uses a tablet"
|
||||||
@@ -163,4 +164,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user