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.

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.

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" + ]} />
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.