From 3488686ec4bd7fe62100714289d3314a134c1322 Mon Sep 17 00:00:00 2001 From: vyshnav Date: Thu, 14 Nov 2024 21:43:12 +0530 Subject: [PATCH] add refund policy in footer --- src/components/common/Footer-1.tsx | 242 +++++++++++++++-------------- 1 file changed, 123 insertions(+), 119 deletions(-) diff --git a/src/components/common/Footer-1.tsx b/src/components/common/Footer-1.tsx index 6638c64..5ff1900 100644 --- a/src/components/common/Footer-1.tsx +++ b/src/components/common/Footer-1.tsx @@ -16,130 +16,134 @@ import { Card, CardContent } from "@/components/ui/card"; export default function Footer() { return ( - ); }