diff --git a/src/App.tsx b/src/App.tsx
index 62bb0ae..9895a51 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,5 +1,6 @@
import Hero from "@/components/Hero";
import Showcase from "@/components/Showcase";
+import SampleReport from "@/components/SampleReport";
import Pricing from "@/components/Pricing";
import Comparison from "@/components/Comparison";
import Footer from "@/components/Footer";
@@ -9,6 +10,7 @@ export default function App() {
+
diff --git a/tsconfig.tsbuildinfo b/tsconfig.tsbuildinfo
index bd8449b..9eabcf6 100644
--- a/tsconfig.tsbuildinfo
+++ b/tsconfig.tsbuildinfo
@@ -1 +1 @@
-{"root":["./src/app.tsx","./src/main.tsx","./src/components/comparison.tsx","./src/components/footer.tsx","./src/components/hero.tsx","./src/components/pricing.tsx","./src/components/showcase.tsx","./src/lib/constants.ts"],"version":"5.9.3"}
\ No newline at end of file
+{"root":["./src/app.tsx","./src/main.tsx","./src/components/comparison.tsx","./src/components/footer.tsx","./src/components/hero.tsx","./src/components/pricing.tsx","./src/components/samplereport.tsx","./src/components/showcase.tsx","./src/lib/constants.ts"],"version":"5.9.3"}
\ No newline at end of file