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() {
+