···11-// Update this page (the content is just a fallback if you fail to update the page)
11+import SEOTester from '@/components/SEOTester';
2233const Index = () => {
44- return (
55- <div className="flex min-h-screen items-center justify-center bg-background">
66- <div className="text-center">
77- <h1 className="mb-4 text-4xl font-bold">Welcome to Your Blank App</h1>
88- <p className="text-xl text-muted-foreground">Start building your amazing project here!</p>
99- </div>
1010- </div>
1111- );
44+ return <SEOTester />;
125};
136147export default Index;