From 771c44071a9f5715aada05a10fa24e3a816dbb65 Mon Sep 17 00:00:00 2001 From: Hack2Health Date: Wed, 5 Jun 2024 13:50:34 +0530 Subject: [PATCH 1/2] Updated Footer Signed-off-by: Hemashree M S --- src/components/Footer.jsx | 57 ++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 1dbdda3..7292143 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,23 +1,36 @@ -import { Link } from "react-router-dom" +import React from 'react'; -export default function Footer(){ - return ( -
-
- - title - -

Discover culinary bliss with our diverse array of recipes and foodie resources – your ultimate destination for gastronomic inspiration.

-
    -
  • - About -
  • -
  • - News -
  • -
- © 2024-2025 Foodies™. All Rights Reserved. -
-
- ) -} \ No newline at end of file +const Footer = () => { + return ( +
+
+
+ +
+
+
+

Company

+ +
+
+

Legal Pages

+
    +
  • Privacy Policy
  • +
  • Terms and Conditions
  • +
  • Licensing
  • +
+
+
+
+
+ © 2024-2025 Foodies™. All Rights Reserved. +
+
+ ) +} + +export default Footer \ No newline at end of file From 9a91f6a354ab71db57cf3bf12dc544e84a6c7c5a Mon Sep 17 00:00:00 2001 From: Hack2Health Date: Wed, 5 Jun 2024 15:05:39 +0530 Subject: [PATCH 2/2] Updated Footer.jsx Signed-off-by: Hemashree M S --- src/components/Footer.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 7292143..407dda8 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -9,7 +9,7 @@ const Footer = () => {
-

Company

+

Company

-

Legal Pages

+

Legal Pages

  • Privacy Policy
  • Terms and Conditions