Skip to content

Commit

Permalink
Update Landing.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitc05 authored Nov 10, 2024
1 parent 674b6a4 commit 76b14a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/Pages/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ const Landing = () => {
</section>

{/* -------------------------- Recipe For The Day Section ---------------------- */}
<h2 className="text-center font-semibold text-4xl text-red-700 mb-4 font-[Merriweather]">
Recipe of the Day
<section id="RecipeOfTheDay" className="py-10 mx-8">
<h2 className="text-center font-semibold text-4xl text-red-700 mb-4 font-[Merriweather]">
</h2>
{/* Add the RecipeOfTheDay component here */}
<RecipeOfTheDay /> {/* Add the RecipeOfTheDay component here */}
</section>

{/* -------------------------- Best Dishes Section ---------------------- */}
Expand Down

0 comments on commit 76b14a2

Please sign in to comment.