diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f19b9a..f641a89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function HomePage() { { text: "Get Started", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg?_wi=1", imageAlt: "Dashboard Overview" }, - { imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=1", imageAlt: "Office Management" }, - { imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg?_wi=1", imageAlt: "Staff Portal" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg", imageAlt: "Dashboard Overview" }, + { imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg", imageAlt: "Office Management" }, + { imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg", imageAlt: "Staff Portal" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -62,32 +62,20 @@ export default function HomePage() { @@ -252,9 +191,7 @@ export default function HomePage() { { name: "phone", type: "tel", placeholder: "Contact Number", required: true } ]} textarea={{ - name: "message", - placeholder: "Describe your requirements and any specific features needed...", - rows: 5, + name: "message", placeholder: "Describe your requirements and any specific features needed...", rows: 5, required: true }} useInvertedBackground={false}