feat: redesign powerby

This commit is contained in:
2026-03-10 17:11:56 +05:30
parent c65fb255f9
commit 53d9b9cb81
13 changed files with 52 additions and 53 deletions

View File

@@ -20,6 +20,7 @@ import {
MapPin,
Map
} from "lucide-react"
import { PoweredBy } from "@/components/powered-by"
interface NavItem {
title: string
@@ -140,11 +141,8 @@ export function NavigationMenu() {
})}
</nav>
{/* Footer */}
<div className="absolute bottom-4 left-4 right-4 text-center">
<p className="text-xs text-gray-400">
Sentient Geeks Pvt. Ltd.
</p>
<div className="absolute bottom-4 left-4 right-4">
<PoweredBy />
</div>
</SheetContent>
</Sheet>