diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index 757258d2..058309d7 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -1,4 +1,3 @@
-/* eslint-disable turbo/no-undeclared-env-vars -- Ignored because the env vars are declared in the .env file */
import './global.css'
import type { Metadata } from 'next'
@@ -78,7 +77,6 @@ export default function RootLayout({
}: {
children: React.ReactNode
}): React.JSX.Element {
-
return (
{children}
diff --git a/apps/web/src/components/colabEasy/index.tsx b/apps/web/src/components/colabEasy/index.tsx
index 2a45448f..d65bdd6c 100644
--- a/apps/web/src/components/colabEasy/index.tsx
+++ b/apps/web/src/components/colabEasy/index.tsx
@@ -12,7 +12,9 @@ function ColabEasy(): React.JSX.Element {
return (
-
+
Collaboration made easy
@@ -30,7 +32,7 @@ function ColabEasy(): React.JSX.Element {
-
+
diff --git a/apps/web/src/components/hero/index.tsx b/apps/web/src/components/hero/index.tsx
index 588f21b3..ae141ea0 100644
--- a/apps/web/src/components/hero/index.tsx
+++ b/apps/web/src/components/hero/index.tsx
@@ -1,9 +1,9 @@
'use client'
// import { GeistSans } from 'geist/font/sans'
import Image from 'next/image'
-import { ColorBGSVG, HeroImage } from '@public/hero'
import { useState } from 'react'
import { Toaster, toast } from 'sonner'
+import { ColorBGSVG, HeroImage } from '@public/hero'
import EncryptButton from '../ui/encrypt-btn'
import { InputBorderSpotlight } from '../ui/input-spotlight'
diff --git a/apps/web/src/components/lifeEasySection/index.tsx b/apps/web/src/components/lifeEasySection/index.tsx
index faa9e127..d9bc4e26 100644
--- a/apps/web/src/components/lifeEasySection/index.tsx
+++ b/apps/web/src/components/lifeEasySection/index.tsx
@@ -12,7 +12,9 @@ function LifeEasySection(): React.JSX.Element {
return (
-
+
Making Developers Life Easy
{/*
diff --git a/apps/web/src/components/secretSection/index.tsx b/apps/web/src/components/secretSection/index.tsx
index 0cd73631..b0ffee52 100644
--- a/apps/web/src/components/secretSection/index.tsx
+++ b/apps/web/src/components/secretSection/index.tsx
@@ -52,7 +52,9 @@ function SecrectSection(): React.JSX.Element {
return (
-
+
Secure Your Configurations with Confidence
{/* Built for your Seamless Secret Integration */}
@@ -68,7 +70,7 @@ function SecrectSection(): React.JSX.Element {
{heading}
{description}
-
+
)
})}
diff --git a/apps/web/src/components/shared/card/index.tsx b/apps/web/src/components/shared/card/index.tsx
index 4870d3b5..bea56a8a 100644
--- a/apps/web/src/components/shared/card/index.tsx
+++ b/apps/web/src/components/shared/card/index.tsx
@@ -11,7 +11,7 @@ export default function Card({
}: CardProps): React.JSX.Element {
return (
-