diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9804ca0..32eac1e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,11 +5,13 @@ import { HeroSection } from "@/components/hero-section";
import { PrimaryFeatures } from "@/components/primary-features";
export default function RootPage() {
- <>
-
-
-
-
-
- >;
+ return (
+ <>
+
+
+
+
+
+ >
+ );
}