Skip to content

Commit e7bb712

Browse files
committed
remove
1 parent d1ebe15 commit e7bb712

7 files changed

Lines changed: 0 additions & 1206 deletions

File tree

app/(main)/(top-level-pages)/sponsorships/blog/page.tsx

Lines changed: 0 additions & 180 deletions
This file was deleted.

app/(main)/(top-level-pages)/sponsorships/code-with-codingcatdev/page.tsx

Lines changed: 0 additions & 177 deletions
This file was deleted.

app/(main)/(top-level-pages)/sponsorships/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { pageQuery } from "@/sanity/lib/queries";
1010
import { resolveOpenGraphImage } from "@/sanity/lib/utils";
1111
import { BreadcrumbLinks } from "@/components/breadrumb-links";
1212
import CoverImage from "@/components/cover-image";
13-
import SponsorshipCards from "./sponsorship-cards";
1413

1514
type Props = {
1615
params: Promise<{ slug: string }>;
@@ -69,9 +68,7 @@ export default async function SponsorshipsPage({
6968
</h1>
7069
</div>
7170
<div className="flex flex-col w-full gap-2 md:gap-8 max-w-7xl">
72-
{page?.coverImage && <CoverImage image={page.coverImage} priority />}
7371

74-
<SponsorshipCards />
7572
</div>
7673
<article>
7774
{page.content?.length && (

0 commit comments

Comments
 (0)