We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d4c45 + 57218b4 commit 1b43dc0Copy full SHA for 1b43dc0
src/pages/products/index.astro
@@ -49,16 +49,6 @@ const heroVariant = (store?.SEO as any)?.meta?.heroVariant || "spacious";
49
heroVariant={heroVariant}
50
>
51
<main class="container">
52
- {
53
- page?.Content && page.Content.length > 0 && (
54
- <section class="page-content-section">
55
- <div class="container">
56
- <BlocksContent content={page.Content} className="page-content" />
57
- </div>
58
- </section>
59
- )
60
- }
61
-
62
<section class="posts-list-section">
63
<div class="container">
64
<h2 class="text-2xl font-bold mt-8 mb-6" style="color: var(--text);">
0 commit comments