diff --git a/web/src/app/chat/page.tsx b/web/src/app/chat/page.tsx
index f674fbe..f214394 100644
--- a/web/src/app/chat/page.tsx
+++ b/web/src/app/chat/page.tsx
@@ -21,8 +21,8 @@ const Main = dynamic(() => import("./main"), { ssr: false });
export default function HomePage() {
const { isReplay } = useReplay();
return (
-
-
+
+
diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx
index a3bd854..b51d16f 100644
--- a/web/src/app/layout.tsx
+++ b/web/src/app/layout.tsx
@@ -26,7 +26,7 @@ export default function RootLayout({
}: Readonly<{ children: React.ReactNode }>) {
return (
-
+
{children}
diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx
index 76756b6..2d7218e 100644
--- a/web/src/app/page.tsx
+++ b/web/src/app/page.tsx
@@ -29,7 +29,7 @@ import { Button } from "~/components/ui/button";
export default function HomePage() {
return (
-
+
@@ -323,7 +323,7 @@ function CoreFeatureSection() {
title="Core Features"
description="Find out what makes DeerFlow effective."
/>
-
+
{features.map((feature) => (
))}