diff --git a/app/components/AnimatedToolstips.tsx b/app/components/AnimatedToolstips.tsx index 8ee82bfe4..4c7719021 100644 --- a/app/components/AnimatedToolstips.tsx +++ b/app/components/AnimatedToolstips.tsx @@ -11,14 +11,14 @@ const people = [ }, { id: 2, - name: "Robert Johnson", + name: "", designation: "Product Manager", image: "", }, { id: 3, - name: "Jane Smith", + name: "", designation: "Data Scientist", image: "", diff --git a/app/components/ExpSection.tsx b/app/components/ExpSection.tsx index 3de3e6396..02d9630f9 100644 --- a/app/components/ExpSection.tsx +++ b/app/components/ExpSection.tsx @@ -37,7 +37,7 @@ export default function ExpSection() {

Self Employed

-

SEO Intern.

+

Search Engine Markeing Intern.

+
+

Freelancer

+ +
diff --git a/app/components/VisionSection.tsx b/app/components/VisionSection.tsx index e97df8925..31d322758 100644 --- a/app/components/VisionSection.tsx +++ b/app/components/VisionSection.tsx @@ -760,7 +760,7 @@ export const VisionSection: React.FC = () => {
Semantics

Make sure to implement semantic tags on your websites to - improve their structure. + improve their structure.

{
Accessibility

- Design inclusive and accessible websites by utilizing alt + Design inclusive and accessible websites by utilizing alt tags, Tab Index, element tags, and more.

@@ -790,7 +790,7 @@ export const VisionSection: React.FC = () => {
Lighthouse Scores

Ensure your page stands out with a compelling title and - description, while our top-notch handles ensure search + description, while our top-notch handles ensure search engine optimization.

@@ -806,7 +806,7 @@ export const VisionSection: React.FC = () => {
Sitemap

We understand the importance of generating a sitemap that - reflects your site's structure for search bots. + reflects your site's structure for search bots.

{
-
Server Side Rendering
+
SSR

- Boost your website speed with SSR: achieve faster load times + Boost your website speed with Server Side Rendering achieve faster load times and higher scores.

diff --git a/app/components/homeSectionHeader.tsx b/app/components/homeSectionHeader.tsx index 6c8e6e146..67556d640 100644 --- a/app/components/homeSectionHeader.tsx +++ b/app/components/homeSectionHeader.tsx @@ -22,7 +22,7 @@ export default function HomeSectionHeader() {
-
+
-
+
diff --git a/app/components/ui/animated-tooltip.tsx b/app/components/ui/animated-tooltip.tsx index ad88845b6..10c33e2f1 100644 --- a/app/components/ui/animated-tooltip.tsx +++ b/app/components/ui/animated-tooltip.tsx @@ -71,9 +71,19 @@ export const AnimatedTooltip = ({
- {item.name} + {item.name ? ( + {item.name} + ):( + unknown + )} +
+
+ {item.designation ? ( + {item.designation} + ):( + worker + )}
-
{item.designation}
)} @@ -85,7 +95,7 @@ export const AnimatedTooltip = ({ alt={item.name} className="object-cover !m-0 !p-0 object-top rounded-full h-14 w-14 border-2 group-hover:scale-105 group-hover:z-30 border-white relative transition duration-500" />) : ( -
+
)}
))} diff --git a/components/Accordion.tsx b/components/Accordion.tsx index 14b01ccc1..10fab9486 100644 --- a/components/Accordion.tsx +++ b/components/Accordion.tsx @@ -50,8 +50,11 @@ export function AccordionDemo() {
Didn't find an answer?
-

My team is just an email away and ready to answer your questions

+

My team is just an email away and ready to answer your questions

+ Contact team