diff --git a/index.html b/index.html index f9b889c..49ffc35 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,30 @@ + + + + + + + + + + + + + + + + + + + OBDX — Your car, decoded. +
diff --git a/src/App.tsx b/src/App.tsx index 2aa410b..f4f2f61 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,8 @@ import Showcase from "@/components/Showcase"; import SampleReport from "@/components/SampleReport"; import Pricing from "@/components/Pricing"; import Comparison from "@/components/Comparison"; +import Testimonials from "@/components/Testimonials"; +import FAQ from "@/components/FAQ"; import Footer from "@/components/Footer"; export default function App() { @@ -15,6 +17,8 @@ export default function App() { + +