Merge version_1 into main #1

Merged
development merged 4 commits from version_1 into main 2026-02-07 02:07:57 +00:00
Showing only changes of commit 1ed74be25f - Show all commits

View File

@@ -2,7 +2,6 @@
import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import NavbarMinimal from '@/components/sections/navbar/NavbarMinimal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { useBlogPosts } from "@/hooks/useBlogPosts";
@@ -23,14 +22,6 @@ export default function BlogPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarMinimal
logo="Waitlist"
links={[]}
navItems={[{"name":"Home","id":"/"}]}
/>
</div>
{isLoading ? (
<div className="w-content-width mx-auto py-20 text-center">
<p className="text-foreground">Loading posts...</p>