feat: add multi-user admin panel and featured partners toggle on home page
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { getPartners } from "@/app/actions";
|
||||
import Navbar from "@/components/Navbar";
|
||||
import Footer from "@/components/Footer";
|
||||
import { Metadata } from "next";
|
||||
import PartnersList from "@/components/PartnersList";
|
||||
|
||||
@@ -22,7 +20,6 @@ export default async function PartnersPage() {
|
||||
|
||||
return (
|
||||
<main className="min-h-screen bg-[#f5f5f0] text-black pt-24">
|
||||
<Navbar />
|
||||
|
||||
<section className="pt-24 pb-16 px-6 md:px-12 border-b border-black/10">
|
||||
<div className="max-w-7xl mx-auto">
|
||||
@@ -50,8 +47,6 @@ export default async function PartnersPage() {
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user