diff --git a/app/page.tsx b/app/page.tsx
index 474eb8776..453a47708 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,6 +1,7 @@
import FAQ from 'components/faq';
import Hero from 'components/hero';
import About from 'components/home-page/about';
+import Manufacturers from 'components/home-page/manufacturers';
import WhyChoose from 'components/home-page/why-choose';
import Footer from 'components/layout/footer';
import { Metadata } from 'next';
@@ -26,13 +27,18 @@ export default async function HomePage() {
- {`Car Part Planet is your ultimate destination for all your drivetrain replacement needs. - Whether you're searching for a used engine, a remanufactured engine, a used - transmission, a remanufactured transmission, or seeking expert drivetrain fitment - guidance for your DIY replacement project, we've got you covered.`} -
-- Our dedicated team is committed to sourcing top-quality parts at affordable prices for a - wide range of gasoline and diesel vehicles, including those from American, Japanese, and - various other manufacturers. Our extensive inventory includes popular engines and - transmissions for GM, Chevrolet, Dodge, Ford, Chrysler, Jeep, Nissan, Toyota, Honda, and - many other manufacturers. -
+ {introduction ?
+
+