@@ -221,14 +221,18 @@ export default function PolycodePage() {
221221 </ p >
222222 < div className = "flex gap-3" >
223223 < a
224- href = "#workflows"
225224 className = "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm outline-none transition-all h-11 px-6"
225+ onClick = { ( ) => {
226+ document
227+ . getElementById ( "workflows" )
228+ ?. scrollIntoView ( { behavior : "smooth" } ) ;
229+ } }
226230 >
227231 Explore Workflows
228232 < ArrowRight className = "h-4 w-4" />
229233 </ a >
230234 < a
231- href = "https://github.com/yourorg /polycode"
235+ href = "https://github.com/apps /polycode-agent "
232236 target = "_blank"
233237 rel = "noopener noreferrer"
234238 className = "border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
@@ -507,7 +511,7 @@ export default function PolycodePage() {
507511 </ p >
508512 < div className = "flex justify-center gap-4 flex-wrap" >
509513 < a
510- href = "https://github.com/apps/polycode"
514+ href = "https://github.com/apps/polycode-agent "
511515 target = "_blank"
512516 rel = "noopener noreferrer"
513517 className = "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
@@ -517,7 +521,7 @@ export default function PolycodePage() {
517521 < ArrowRight className = "h-4 w-4" />
518522 </ a >
519523 < a
520- href = "https://github.com/yourorg /polycode"
524+ href = "https://github.com/apps /polycode-agent "
521525 target = "_blank"
522526 rel = "noopener noreferrer"
523527 className = "border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center rounded-none font-medium text-sm h-11 px-6"
@@ -527,21 +531,29 @@ export default function PolycodePage() {
527531 </ div >
528532 < div className = "flex justify-center gap-6 mt-8" >
529533 < a
530- href = "#workflows"
531534 className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
535+ onClick = { ( ) => {
536+ document
537+ . getElementById ( "workflows" )
538+ ?. scrollIntoView ( { behavior : "smooth" } ) ;
539+ } }
532540 >
533541 Workflows
534542 </ a >
535543 < span className = "text-muted-foreground/30" > •</ span >
536544 < a
537- href = "#agents"
538545 className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
546+ onClick = { ( ) => {
547+ document
548+ . getElementById ( "agents" )
549+ ?. scrollIntoView ( { behavior : "smooth" } ) ;
550+ } }
539551 >
540552 Agents
541553 </ a >
542554 < span className = "text-muted-foreground/30" > •</ span >
543555 < a
544- href = "https://github.com/yourorg/polycode "
556+ href = "https://github.com/chainqsuad "
545557 target = "_blank"
546558 rel = "noopener noreferrer"
547559 className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
0 commit comments