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 1e40b07 commit 34dbcb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/Pages/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ const Landing = () => {
</div>
</section>

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

{/* -------------------------- Best Dishes Section ---------------------- */}
<section id="Trending" className="py-4 my-20 mx-8">
<h1 className="text-center font-semibold text-4xl text-red-700 my-4 font-[Merriweather]">
Expand Down

0 comments on commit 34dbcb6

Please sign in to comment.