From 15f9dedb16f7731b2be346be16b1b34f45ff02fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3d9517..798f34e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "FAQs", id: "faq" }, ]} button={{ - text: "Post a Job", href: "#contact"}} + text: "Post a Job", href: "#contact" + }} animateOnLoad={true} /> @@ -48,11 +49,14 @@ export default function LandingPage() { description="Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field." avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional engineer male portrait"}, + src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional engineer male portrait" + }, { - src: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", alt: "professional engineer female portrait"}, + src: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", alt: "professional engineer female portrait" + }, { - src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional construction worker portrait"}, + src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional construction worker portrait" + }, ]} avatarText="Trusted by 5,000+ civil professionals" buttons={[ @@ -61,7 +65,6 @@ export default function LandingPage() { ]} background={{ variant: "downward-rays-static" }} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -69,7 +72,8 @@ export default function LandingPage() {