diff --git a/app/(website)/_components/CallToActionSection.tsx b/app/(website)/_components/CallToActionSection.tsx index 859aaac..b9b8991 100644 --- a/app/(website)/_components/CallToActionSection.tsx +++ b/app/(website)/_components/CallToActionSection.tsx @@ -17,7 +17,7 @@ const CallToActionSection: React.FC = ({ }) => { return ( // Use primary background, primary-foreground for text -
+
{" "} {/* Adjusted padding */}
@@ -30,7 +30,7 @@ const CallToActionSection: React.FC = ({

{" "} {/* Slightly less emphasis */} {/* Button needs contrast on primary bg. Use a secondary/outline/custom variant */} -
); } diff --git a/app/(website)/services/resource-augmentation/page.tsx b/app/(website)/services/resource-augmentation/page.tsx index 4e78093..973d18f 100644 --- a/app/(website)/services/resource-augmentation/page.tsx +++ b/app/(website)/services/resource-augmentation/page.tsx @@ -390,7 +390,7 @@ export default function ResourceAugmentationPage() {
Explore Our Models @@ -807,7 +807,7 @@ export default function ResourceAugmentationPage() { {/* 10. Call to Action (CTA) Section */}
diff --git a/app/(website)/tech-talk/page.tsx b/app/(website)/tech-talk/page.tsx index 4b874d0..c0ef710 100644 --- a/app/(website)/tech-talk/page.tsx +++ b/app/(website)/tech-talk/page.tsx @@ -50,7 +50,7 @@ const TechTalkPage = async () => {

{/* Blog Post Grid */} - {posts.length > 0 ? ( + {false && posts.length > 0 ? (
{posts.map((post: Post) => ( {
  • Services @@ -77,20 +77,20 @@ const Footer = () => {
  • Products
  • -
  • + {/*
  • Join Our Team -
  • + */}
  • {
    Contact
    - Unit 10 B Centuria Park + 265 Von Willich Avenue
    - 265 Von Willich Avenue + Die Hoewes, Centurion, 0159
    - Die Hoewes, Centurion, 0159 + (Unit 10 B Centuria Park)

    Phone:{" "} - - (012) 051 3282 + + +27 68 485 5721

    @@ -157,40 +157,39 @@ const Footer = () => {

    {/* Input needs dark background styles */} -
    +
    @@ -217,18 +216,25 @@ const Footer = () => {

    {/* Links still hover to primary */} - Privacy Policy - - */} + + Privacy Policy + + PAIA & POPIA - +
    @@ -237,3 +243,4 @@ const Footer = () => { }; export default Footer; +//Data-Privacy-Statement-for-Candidates diff --git a/components/HeaderClient.tsx b/components/HeaderClient.tsx index 037180f..d8066d2 100644 --- a/components/HeaderClient.tsx +++ b/components/HeaderClient.tsx @@ -13,8 +13,6 @@ import { FiUsers, FiCpu, FiBox, - FiFileText, - FiUserCheck, } from "react-icons/fi"; import ThemeToggle from "./ThemeToggle"; @@ -42,8 +40,7 @@ const HeaderClient = () => { const [servicesDropdownOpen, setServicesDropdownOpen] = useState(false); const [productsDropdownOpen, setProductsDropdownOpen] = useState(false); - const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false); - + //const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false); const handleServicesMouseEnter = () => setServicesDropdownOpen(true); const handleServicesMouseLeave = () => setServicesDropdownOpen(false); @@ -51,8 +48,8 @@ const HeaderClient = () => { const handleProductsMouseEnter = () => setProductsDropdownOpen(true); const handleProductsMouseLeave = () => setProductsDropdownOpen(false); - const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true); - const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false); + // const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true); + // const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false); const pathname = usePathname(); // Get current path @@ -151,8 +148,8 @@ const HeaderClient = () => {
    @@ -180,7 +177,7 @@ const HeaderClient = () => {
    {/* Secondary Row w/ Mega Menus */} -
    +
    {/* Wrap nav and link in a flex container */} @@ -319,80 +316,8 @@ const HeaderClient = () => {
    {/* Join Our Team */} -
    - -
    -
    -
    - - {" "} - {/* Apply active class */} - -
    -

    - Current Vacancies -

    -
    - - - {" "} - {/* Apply active class */} - -
    -

    - Recruitment Portal -

    -
    - -
    -
    -
    -
    + + {/*
    {