diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 128e16a..7437237 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -1,6 +1,5 @@
-use client";
+"use client";
-import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { useBlogPosts } from "@/hooks/useBlogPosts";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -23,42 +22,44 @@ export default function BlogPage() {
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
-
+
+
- {isLoading ? (
-
- ) : (
-
- )}
+ {isLoading ? (
+
+ ) : (
+
+ )}
-
-
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index edbeffe..ce780ac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,7 +28,7 @@ export default function LandingPage() {
>
@@ -64,6 +71,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttonAnimation="slide-up"
titleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto"
+ buttonClassName="px-8 py-3"
+ buttonTextClassName="text-lg font-medium"
/>
@@ -91,8 +100,8 @@ export default function LandingPage() {
description="Hear directly from professionals and students who have revolutionized their note-taking with NoteGenius AI."
testimonials={[
{id: '1', name: 'Dr. Anya Sharma', role: 'Lead Data Scientist at InnovateCorp', testimonial: 'NoteGenius AI has transformed how I manage complex research notes. The smart summaries and interconnected insights save me hours every week! A game-changer for any data-intensive role.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-female-tech-1771614982508-a11d6c02.png', imageAlt: 'Dr. Anya Sharma'},
- {id: '2', name: 'Mark Thompson', role: 'VP of Product at TechFlow Solutions', testimonial: 'Our team\'s productivity has skyrocketed since adopting NoteGenius AI. It\'s more than just a note app; it\'s a knowledge hub that truly understands and organizes our collective ideas.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-male-softwa-1771614981882-0f640a6b.png', imageAlt: 'Mark Thompson'},
- {id: '3', name: 'Chloe Lee', role: 'Graduate Student, Cognitive Science', testimonial: 'As a student, staying organized is key. NoteGenius AI helps me link concepts, summarize lectures, and prepare for exams with incredible efficiency. It\'s like having a personal AI research assistant.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-female-stud-1771614982099-42643313.png', imageAlt: 'Chloe Lee'},
+ {id: '2', name: 'Mark Thompson', role: 'VP of Product at TechFlow Solutions', testimonial: "Our team's productivity has skyrocketed since adopting NoteGenius AI. It's more than just a note app; it's a knowledge hub that truly understands and organizes our collective ideas.", imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-male-softwa-1771614981882-0f640a6b.png', imageAlt: 'Mark Thompson'},
+ {id: '3', name: 'Chloe Lee', role: 'Graduate Student, Cognitive Science', testimonial: "As a student, staying organized is key. NoteGenius AI helps me link concepts, summarize lectures, and prepare for exams with incredible efficiency. It's like having a personal AI research assistant.", imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-female-stud-1771614982099-42643313.png', imageAlt: 'Chloe Lee'},
{id: '4', name: 'David Rodriguez', role: 'Senior Project Manager, Global Ventures', testimonial: 'Managing multiple projects means endless notes. NoteGenius AI automatically extracts key action items and critical information, ensuring nothing falls through the cracks. Absolutely indispensable.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-a-male-projec-1771614981766-d449e6a4.png', imageAlt: 'David Rodriguez'}
]}
animationType="slide-up"
@@ -171,16 +180,19 @@ export default function LandingPage() {
useInvertedBackground={true}
className="!py-24"
textClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto"
+ buttonContainerClassName="flex-col sm:flex-row"
+ buttonClassName="px-8 py-3"
+ buttonTextClassName="text-lg font-medium"
/>