From 01b0bcebab4b875324d4be66eab53709a8eae599 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:54:50 +0000 Subject: [PATCH 1/4] Update src/app/authors/page.tsx --- src/app/authors/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/authors/page.tsx b/src/app/authors/page.tsx index cc5d437..722fec7 100644 --- a/src/app/authors/page.tsx +++ b/src/app/authors/page.tsx @@ -4,11 +4,13 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function AuthorsPage() { return ( - - + +

Author Directory

Meet our contributing expert authors.

-- 2.49.1 From 0b95f63d9f22b1c5b726d6f4b96ea797f2e914f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:54:51 +0000 Subject: [PATCH 2/4] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 5236473..3272e94 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -4,11 +4,13 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function CategoriesPage() { return ( - - + +

Blog Categories

Explore all available topic categories here.

-- 2.49.1 From f08a72bd1adeb7d3217b49a2aed5aecc85c62940 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:54:51 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ba4009..c9a43bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,12 +28,10 @@ export default function LandingPage() { @@ -87,14 +82,15 @@ export default function LandingPage() { title="Case Studies & Voices" description="Real results from our premium members." showRating={true} + useInvertedBackground={false} animationType="slide-up" textboxLayout="default" testimonials={[ { - id: "t1", name: "Jane Doe", handle: "@janedoe", testimonial: "The premium insights have transformed my daily workflow.", rating: 5 + id: "t1", name: "Jane Doe", handle: "@janedoe", testimonial: "The premium insights have transformed my daily workflow.", rating: 5 }, { - id: "t2", name: "John Smith", handle: "@johnsmith", testimonial: "The best platform for technical deep dives.", rating: 5 + id: "t2", name: "John Smith", handle: "@johnsmith", testimonial: "The best platform for technical deep dives.", rating: 5 } ]} /> @@ -109,12 +105,10 @@ export default function LandingPage() { description="Unlock premium features and expert content." plans={[ { - id: "p1", name: "Free", price: "$0", buttons: [{ text: "Get Started", href: "#" }], - features: ["Basic articles", "Community access"] + id: "p1", name: "Free", price: "$0", buttons: [{ text: "Get Started", href: "#" }], features: ["Basic articles", "Community access"] }, { - id: "p2", name: "Pro Premium", price: "$29", buttons: [{ text: "Upgrade", href: "#" }], - features: ["Advanced Analytics", "Case Studies Access", "Priority Support"] + id: "p2", name: "Pro Premium", price: "$29", buttons: [{ text: "Upgrade", href: "#" }], features: ["Advanced Analytics", "Case Studies Access", "Priority Support"] } ]} /> @@ -127,28 +121,28 @@ export default function LandingPage() { title="Trusted by Industry Leaders" description="We partner with global technology firms." names={[ - "TechCorp", "InnovateX", "GlobalData", "FutureSystems", "NetSolutions"]} + "TechCorp", "InnovateX", "GlobalData", "FutureSystems", "NetSolutions" + ]} />
-- 2.49.1 From a9dd2a04d7e1841ae18b3e5d7c12d1a90b42a9bf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:54:52 +0000 Subject: [PATCH 4/4] Update src/app/search/page.tsx --- src/app/search/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index d5de287..1caa7ad 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -4,11 +4,13 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function SearchPage() { return ( - - + +

Advanced Search & Filter

Find specific articles by filtering through our extensive library.

-- 2.49.1