File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function WritersPage() {
5959 </ svg >
6060 </ a >
6161 < a
62- href = "https://twitter.com/keaboratory "
62+ href = "https://twitter.com/Keployio "
6363 target = "_blank"
6464 rel = "noopener noreferrer"
6565 className = "text-gray-400 hover:text-[#F89559] transition-colors"
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import Image from "next/image" ;
4-
53export function AboutSection ( ) {
64 return (
75 < section
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import Image from "next/image" ;
4- import { Users , MessageCircle , Heart } from "lucide-react" ;
3+ import { Users } from "lucide-react" ;
54
65export function CommunitySection ( ) {
76 return (
Original file line number Diff line number Diff line change @@ -22,8 +22,14 @@ export interface Writer {
2222/**
2323 * Array of writers - easily extendable by adding new Writer objects
2424 *
25- * Note: Currently using placeholder images. Replace with actual writer photos.
26- * Images should be placed in /public/images/writers/ directory.
25+ * NOTE: This is DUMMY DATA for demonstration purposes.
26+ * Social links point to generic URLs intentionally - they should be replaced
27+ * with actual writer profile URLs when real contributors are added.
28+ *
29+ * To add a real writer:
30+ * 1. Add their photo to /public/images/writers/
31+ * 2. Update the image path below
32+ * 3. Replace social links with their actual profile URLs
2733 */
2834export const writers : Writer [ ] = [
2935 {
You can’t perform that action at this time.
0 commit comments