From 735f98f56416824e1a172c0e271bc5811187dfbd Mon Sep 17 00:00:00 2001
From: JohannesOmsDev
Date: Mon, 26 May 2025 22:30:04 +0200
Subject: [PATCH] new changes
---
app/(website)/_components/HeroSection.tsx | 4 +--
app/(website)/obse/page.tsx | 6 ++--
app/(website)/page.tsx | 2 +-
.../services/product-development/page.tsx | 2 +-
app/(website)/tech-talk/page.tsx | 2 +-
components/Footer.tsx | 26 ++++++++++++------
components/HeaderClient.tsx | 3 ++
.../Data-Privacy-Statement-for-Candidates.pdf | Bin 0 -> 434805 bytes
.../Recruitment-Privacy-Policy.pdf | Bin 0 -> 465394 bytes
9 files changed, 28 insertions(+), 17 deletions(-)
create mode 100644 public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf
create mode 100644 public/Privacy-Policy/Recruitment-Privacy-Policy.pdf
diff --git a/app/(website)/_components/HeroSection.tsx b/app/(website)/_components/HeroSection.tsx
index 0617eda..7962380 100644
--- a/app/(website)/_components/HeroSection.tsx
+++ b/app/(website)/_components/HeroSection.tsx
@@ -16,7 +16,7 @@ const HeroSection: React.FC = ({
title,
subtitle,
buttonText,
- buttonHref,
+ //buttonHref,
imageUrl = "/hero-bg-2.jpg", // Default background image
}) => {
return (
@@ -52,7 +52,7 @@ const HeroSection: React.FC = ({
{subtitle}
Automate data extraction, enhance accuracy, detect fraud, and
@@ -254,7 +254,7 @@ export default function ObsePage() {
{posts.map((post: Post) => (
{
Services
@@ -77,20 +77,20 @@ const Footer = () => {
Products
-
+ {/*
Join Our Team
-
+ */}
{
@@ -237,3 +244,4 @@ const Footer = () => {
};
export default Footer;
+//Data-Privacy-Statement-for-Candidates
\ No newline at end of file
diff --git a/components/HeaderClient.tsx b/components/HeaderClient.tsx
index 2da77bc..51cd483 100644
--- a/components/HeaderClient.tsx
+++ b/components/HeaderClient.tsx
@@ -392,6 +392,9 @@ const HeaderClient = () => {