Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/pages/products/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ const heroVariant = (store?.SEO as any)?.meta?.heroVariant || "spacious";
heroVariant={heroVariant}
>
<main class="container">
{
page?.Content && page.Content.length > 0 && (
<section class="page-content-section">
<div class="container">
<BlocksContent content={page.Content} className="page-content" />
</div>
</section>
)
}

<section class="posts-list-section">
<div class="container">
<h2 class="text-2xl font-bold mt-8 mb-6" style="color: var(--text);">
Expand Down