diff --git a/src/components/home/Section2.tsx b/src/components/home/Section2.tsx
index ceb8209..97a19a2 100644
--- a/src/components/home/Section2.tsx
+++ b/src/components/home/Section2.tsx
@@ -7,7 +7,7 @@ import services from "@/data/services";
const HomeSection2 = ({ id }: { id: string }) => {
return (
diff --git a/src/components/home/Section3.tsx b/src/components/home/Section3.tsx
index 23234a6..fd72a1f 100644
--- a/src/components/home/Section3.tsx
+++ b/src/components/home/Section3.tsx
@@ -8,7 +8,7 @@ import experiences from "@/data/experiences";
const HomeSection3 = ({ id }: { id: string }) => {
return (
diff --git a/src/components/home/Section4.tsx b/src/components/home/Section4.tsx
index a9db5bb..9a34763 100644
--- a/src/components/home/Section4.tsx
+++ b/src/components/home/Section4.tsx
@@ -8,7 +8,7 @@ import skills from "@/data/skills";
const HomeSection4 = ({ id }: { id: string }) => {
return (
diff --git a/src/components/home/Section5.tsx b/src/components/home/Section5.tsx
index b758205..9ad00d5 100644
--- a/src/components/home/Section5.tsx
+++ b/src/components/home/Section5.tsx
@@ -7,7 +7,7 @@ import projects from "@/data/projects";
const HomeSection5 = ({ id }: { id: string }) => {
return (
diff --git a/src/components/home/Section6.tsx b/src/components/home/Section6.tsx
index a345d32..8f9fb01 100644
--- a/src/components/home/Section6.tsx
+++ b/src/components/home/Section6.tsx
@@ -9,7 +9,7 @@ import socialLinks from "@/data/socialLinks";
const HomeSection6 = ({ id }: { id: string }) => {
return (
diff --git a/src/components/payment/MainSection.tsx b/src/components/payment/MainSection.tsx
index b140533..f8ecaba 100644
--- a/src/components/payment/MainSection.tsx
+++ b/src/components/payment/MainSection.tsx
@@ -5,7 +5,7 @@ import RazorPayButton from "@/components/common/razor-pay-button";
const PaymentMainSection = () => {
return (
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 73e1c97..f3e4a44 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -36,7 +36,7 @@ module.exports = {
{
"bg-grid": (value: any) => ({
backgroundImage: `url("${svgToDataUri(
- ``
+ ``
)}")`,
}),
"bg-grid-small": (value: any) => ({