Skip to content

Commit

Permalink
update order
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy committed Mar 26, 2024
1 parent 2a44196 commit c087fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/home/Information.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Information() {
</h1>
<Carousel />
</section>
<section className="flex flex-col ">
{/* <section className="flex flex-col ">
<h2 className="text-center text-3xl md:text-5xl font-medium p-4">
Want to experience the fastest way to generate subtitle for your
videos?
Expand All @@ -84,7 +84,7 @@ export default function Information() {
);
})}
</div>
</section>
</section> */}
</main>
);
}
2 changes: 1 addition & 1 deletion ui/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function Home() {
/>
</Head>
<HeroSection />
<Information />
<Testimonial />
<Information />
<Footer />
</main>
);
Expand Down

0 comments on commit c087fd8

Please sign in to comment.