diff --git a/src/components/Sections/Features.tsx b/src/components/Sections/Features.tsx
index dc136be..5c7b65c 100644
--- a/src/components/Sections/Features.tsx
+++ b/src/components/Sections/Features.tsx
@@ -1,18 +1,18 @@
const Features = () => {
- return (
-
-
-
-
Why Careersync Stands Out
-
-
-
-
-
- );
+ return (
+
+
+
+
Why Careersync Stands Out
+
+
+
+
+
+ );
};
export default Features;
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 98151f0..972f990 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -4,18 +4,18 @@ import Hero from "@/components/Sections/Hero";
import Head from "next/head";
export default function Home() {
- return (
- <>
-
- Career Sync
-
-
-
-
-
-
-
-
- >
- );
+ return (
+ <>
+
+ Career Sync
+
+
+
+
+
+
+
+
+ >
+ );
}