Skip to content

Commit

Permalink
Add Sponsors component to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
djdiptayan1 committed Oct 20, 2024
1 parent 0fbc91a commit a059b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Hero from "@/components/Home/Hero";
import AboutUs from "@/components/Home/About";
import Domains from "@/components/Home/Domains";
import Gallery from "@/components/Home/Gallery";
import Sponsors from "@/components/Home/Sponsors";
import ContactForm from "@/components/Contact/ContactForm";

const Index = () => {
Expand All @@ -11,6 +12,7 @@ const Index = () => {
<Hero />
<AboutUs />
<Domains />
<Sponsors />
<div className="overflow-hidden h-[500px]">
<Gallery />
</div>
Expand Down

0 comments on commit a059b89

Please sign in to comment.