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 84c49db commit 1e40b07
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/src/Pages/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,6 @@ 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 1e40b07

Please sign in to comment.